From 81053e254d26c7b8e7e2ede2a7dab5ec88dee335 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 24 Apr 2024 22:07:51 +0200 Subject: [PATCH] Update winvistax64.xml --- assets/winvistax64.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/winvistax64.xml b/assets/winvistax64.xml index c15f547..22739a1 100644 --- a/assets/winvistax64.xml +++ b/assets/winvistax64.xml @@ -254,6 +254,11 @@ reg.exe add "HKCU\Control Panel\Desktop" /v "ScreenSaveActive" /t REG_DWORD /d 0 /f Disable screensaver + + 19 + 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 +