From 470a2e416bfa64581f34c26867747bde29d925c8 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Fri, 25 Dec 2020 23:20:14 +0100 Subject: [PATCH] . --- SetupComplete.cmd | 6 +----- wimscripts/RunScriptTest.cmd | 2 +- wimscripts/SetupComplete.cmd | 6 ++++++ 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/SetupComplete.cmd b/SetupComplete.cmd index c5999fa..ebaf9e7 100644 --- a/SetupComplete.cmd +++ b/SetupComplete.cmd @@ -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 ####### diff --git a/wimscripts/RunScriptTest.cmd b/wimscripts/RunScriptTest.cmd index bd7b397..e7d2f50 100644 --- a/wimscripts/RunScriptTest.cmd +++ b/wimscripts/RunScriptTest.cmd @@ -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 ####### diff --git a/wimscripts/SetupComplete.cmd b/wimscripts/SetupComplete.cmd index a5a8646..5e98dc0 100644 --- a/wimscripts/SetupComplete.cmd +++ b/wimscripts/SetupComplete.cmd @@ -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 ^