.
This commit is contained in:
parent
867666f5f6
commit
470a2e416b
@ -3,11 +3,7 @@ rem SetupComplete.cmd ...
|
||||
|
||||
echo ####### %0 #######
|
||||
|
||||
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
|
||||
echo [ place your code here ] ...
|
||||
|
||||
echo ####### %0 #######
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
set SCRIPTS=%WINDIR%\Setup\scripts
|
||||
set LOG=C:\SetupComplete.txt
|
||||
mkdir %SCRIPTS% 1>nul 2>nul
|
||||
del /Q %LOG%
|
||||
del /Q %LOG% 1>nul 2>nul
|
||||
|
||||
echo ####### %0 #######
|
||||
|
||||
|
@ -11,6 +11,12 @@ date /t
|
||||
time /t
|
||||
echo.
|
||||
|
||||
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
|
||||
|
||||
rem allow execution of any powershell script ...
|
||||
powershell -Command "Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope LocalMachine"
|
||||
powershell -Command ^
|
||||
|
Loading…
Reference in New Issue
Block a user