diff --git a/SetupComplete.cmd b/SetupComplete.cmd new file mode 100644 index 0000000..98449d0 --- /dev/null +++ b/SetupComplete.cmd @@ -0,0 +1,5 @@ +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 + diff --git a/autounattend.xml b/autounattend.xml index a2992c0..4bd2c62 100644 --- a/autounattend.xml +++ b/autounattend.xml @@ -146,30 +146,37 @@ Control Panel View 1 reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel" /v StartupPage /t REG_DWORD /d 1 /f - true 2 Control Panel Icon Size - false reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel" /v AllItemsIconView /t REG_DWORD /d 0 /f 3 - false cmd /C wmic useraccount where name="support" set PasswordExpires=false Password Never Expires - 5 - D:\1st_logon.cmd - true + 7 + cmd /C D:\1st-logon.cmd + Initial Setup 4 Turn Firewall OFF cmd /C netsh advfirewall set allprofiles state off + + reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v EnableFirstLogonAnimation /t REG_DWORD /d 0 /f + 5 + Disable Windows Hi Animation (Part1) + + + 6 + Disable Windows Hi Animation (Part2) + reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v EnableFirstLogonAnimation /t REG_DWORD /d 0 /f +