From cf1b918932e2fe55b915115a43e4b882c999230d Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 24 Apr 2024 22:06:31 +0200 Subject: [PATCH] Update win7x64.xml --- assets/win7x64.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/win7x64.xml b/assets/win7x64.xml index 398116b..427ae56 100644 --- a/assets/win7x64.xml +++ b/assets/win7x64.xml @@ -290,6 +290,11 @@ cmd /C POWERCFG -X -standby-timeout-ac 0 Disable Sleep + + 14 + 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 +