diff --git a/assets/win10x64-ltsc.xml b/assets/win10x64-ltsc.xml
index bd5e23c..31850c8 100644
--- a/assets/win10x64-ltsc.xml
+++ b/assets/win10x64-ltsc.xml
@@ -370,36 +370,26 @@
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
+ 7
reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NetworkLocationWizard" /v "HideWizard" /t REG_DWORD /d 1 /f
Disable Network Discovery popup
- 9
+ 8
reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f
Disable first-run experience in Edge
- 10
+ 9
reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
Show file extensions in Explorer
- 11
- fsutil.exe behavior set disableLastAccess 1
- Disable writing last access times
-
-
- 12
+ 10
msiexec /i E:\virtio-win-gt-x64.msi /qb!
Install VirtIO drivers