VariousNote » History » Version 11
Michel Condemine Admin, 04/24/2023 06:10 AM
1 | 1 | Michel Condemine Admin | # VariousNote |
---|---|---|---|
2 | 2 | Michel Condemine Admin | ## ASCII Table |
3 |  |
||
4 | 3 | Michel Condemine Admin | |
5 | ## LUA |
||
6 | 8 | Michel Condemine Admin | ### Documentation |
7 | https://www.lua.org/pil/contents.html |
||
8 | ### Video |
||
9 | 7 | Michel Condemine Admin | Full training video[Training: 3h40](https://www.youtube.com/watch?v=1srFmjt1Ib0) |
10 | 9 | Michel Condemine Admin | |
11 | 11 | Michel Condemine Admin | ## Change Windows services Timeout |
12 | Just add in the registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control the following entries |
||
13 | ### Timeout on Startup |
||
14 | REG_DWORD ServicesPipeTimeout with a value in milli-second |
||
15 |  |
||
16 | ### Timeout on stop |
||
17 | REG_SZ WaitToKillServiceTimeout with a value in milli-second |
||
18 |  |
||
19 | |||
20 | 10 | Michel Condemine Admin | [More MS Site](https://learn.microsoft.com/en-us/troubleshoot/windows-server/system-management-components/service-not-start-events-7000-7011-time-out-error?source=recommendations) |