From 28a740415b5a72e58802686f8db975d1ca83fa30 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 17 Dec 2016 19:41:41 +0200 Subject: [PATCH] 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! --- Windows/VerboseStatus_ShowScripts_NoLogon_Anomation.reg | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Windows/VerboseStatus_ShowScripts_NoLogon_Anomation.reg diff --git a/Windows/VerboseStatus_ShowScripts_NoLogon_Anomation.reg b/Windows/VerboseStatus_ShowScripts_NoLogon_Anomation.reg new file mode 100644 index 00000000..f6127f80 --- /dev/null +++ b/Windows/VerboseStatus_ShowScripts_NoLogon_Anomation.reg @@ -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