From 44bf32ef47f0420331ce150ed43d092181647ebb Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 26 Jan 2024 03:20:45 +0100 Subject: [PATCH] Update win7x64-ultimate.xml --- assets/win7x64-ultimate.xml | 40 ++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/assets/win7x64-ultimate.xml b/assets/win7x64-ultimate.xml index 23dfdd2..5f9d732 100644 --- a/assets/win7x64-ultimate.xml +++ b/assets/win7x64-ultimate.xml @@ -213,11 +213,49 @@ 3 + false + cmd /C wmic useraccount where name="Docker" set PasswordExpires=false + Password Never Expires + + + 4 + false cmd /C POWERCFG -H OFF Disable Hibernation - 4 + 5 + false + cmd /C POWERCFG -X -monitor-timeout-ac 0 + Disable monitor blanking + + + 6 + reg.exe add "HKCU\Control Panel\Desktop" /v "ScreenSaveActive" /t REG_DWORD /d 0 /f + Disable screensaver + + + 7 + reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f + Disable Network Discovery popup + + + 8 + reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NetworkLocationWizard" /v "HideWizard" /t REG_DWORD /d 1 /f + Disable Network Discovery popup + + + 9 + reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f + Disable first-run experience in Edge + + + 10 + reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f + Show file extensions in Explorer + + + 11 reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\NewNetworks" /v NetworkList /t REG_MULTI_SZ /d "" /f Disable Network Discovery popup