From a97407fd9dcce3684c77ff17ec89790af83d5684 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 May 2024 14:12:03 +0200 Subject: [PATCH] Update winvistax64.xml --- assets/winvistax64.xml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/assets/winvistax64.xml b/assets/winvistax64.xml index 4bc92cc..2a1357c 100644 --- a/assets/winvistax64.xml +++ b/assets/winvistax64.xml @@ -262,26 +262,21 @@ 19 - cmd /C "FOR /F "usebackq delims=\ tokens=8" %a IN (`reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles"`) DO @REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles\%a" /V "Category" /t REG_DWORD /D 00000001 /F" - Set Network Location to Home - - - 20 reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f Enable RemoteAPP to launch unlisted programs - 21 + 20 netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes Enable Network Discovery - 22 + 21 netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes Enable File Sharing - 23 + 22 cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat" Execute custom script from the OEM folder if exists