mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-04 16:49:22 +01:00
Windows: VerboseStatus_ShowScripts_NoLogon_Anomation.reg
The most important things when dealing with Windows. * Don't say "Windows is doing something, don't power off computer", say what Windows is doing. * Don't hide scripts that are ran on boot/login, show their output * Same for Shutdown * And don't show the annoying animation with its blinking colours on first login!
This commit is contained in:
parent
176269ba2c
commit
28a740415b
7
Windows/VerboseStatus_ShowScripts_NoLogon_Anomation.reg
Normal file
7
Windows/VerboseStatus_ShowScripts_NoLogon_Anomation.reg
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
|
||||||
|
"VerboseStatus"=dword:00000001
|
||||||
|
"HideStartupScripts"=dword:00000000
|
||||||
|
"HideShutdownScripts"=dword:00000000
|
||||||
|
"EnableFirstLogonAnimation"=dword:00000000
|
Loading…
Reference in New Issue
Block a user