From 9d14f727557e5af68a489e16559ce1042be638a6 Mon Sep 17 00:00:00 2001 From: memstechtips Date: Sun, 30 Jun 2024 09:14:40 +0200 Subject: [PATCH] Update autounattend.xml Properly escape the XML file to prevent errors --- autounattend.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/autounattend.xml b/autounattend.xml index b2029b3..359856e 100644 --- a/autounattend.xml +++ b/autounattend.xml @@ -431,7 +431,7 @@ reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" /v "Product - + @@ -1069,7 +1069,7 @@ reg.exe add "HKU\DefaultUser\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ :: Makes Taskbar Small in Windows 10 reg.exe add "HKU\DefaultUser\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarSmallIcons" /t REG_DWORD /d 1 /f -:: Restore Windows Photo Viewer & Set as Default Program for Image Files +:: Restore Windows Photo Viewer and Set as Default Program for Image Files :: Restore Windows Photo Viewer reg.exe add "HKU\DefaultUser\SOFTWARE\Classes\.bmp" /ve /d "PhotoViewer.FileAssoc.Tiff" /f reg.exe add "HKU\DefaultUser\SOFTWARE\Classes\.cr2" /ve /d "PhotoViewer.FileAssoc.Tiff" /f @@ -1329,7 +1329,7 @@ reg.exe add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explore :: Don't Update Last Access Time Stamp - This Can Improve File System Performance fsutil.exe behavior set disableLastAccess 1 -:: Restore Windows Photo Viewer & Set as Default Program for Image Files +:: Restore Windows Photo Viewer and Set as Default Program for Image Files :: Restore Windows Photo Viewer reg.exe add "HKEY_CURRENT_USER\SOFTWARE\Classes\.bmp" /ve /d "PhotoViewer.FileAssoc.Tiff" /f reg.exe add "HKEY_CURRENT_USER\SOFTWARE\Classes\.cr2" /ve /d "PhotoViewer.FileAssoc.Tiff" /f