w10install/SetupComplete.cmd

14 lines
419 B
Batchfile
Raw Normal View History

2020-12-25 20:08:46 +01:00
@echo off
rem SetupComplete.cmd ...
echo ####### %0 #######
2020-12-25 22:24:09 +01:00
echo 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
2020-12-25 20:08:46 +01:00
echo ####### %0 #######