w10install/SetupComplete.cmd
Michael H.G. Schmidt 908c548b87 .
2020-12-23 14:46:12 +01:00

6 lines
314 B
Batchfile

rem Disable Windows Hi Animation ...
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v EnableFirstLogonAnimation /t REG_DWORD /d 0 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v EnableFirstLogonAnimation /t REG_DWORD /d 0 /f