diff --git a/assets/win81x64.xml b/assets/win81x64.xml
index 1f94aa7..20356ec 100644
--- a/assets/win81x64.xml
+++ b/assets/win81x64.xml
@@ -251,24 +251,52 @@
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
- msiexec /i E:\virtio-win-gt-x64.msi /qb!
- Install VirtIO drivers
+ 5
+ false
+ cmd /C POWERCFG -X -monitor-timeout-ac 0
+ Disable monitor blanking
- 5
+ 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
- 6
- reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NetworkLocationWizard" /v HideWizard /t REG_DWORD /d 1 /f
+ 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
+ msiexec /i E:\virtio-win-gt-x64.msi /qb!
+ Install VirtIO drivers
+