From 760029bfcd1dd1702321a0908594b691a22b6e64 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 24 Apr 2024 22:04:43 +0200 Subject: [PATCH] Update win2008r2.xml --- assets/win2008r2.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/win2008r2.xml b/assets/win2008r2.xml index 1af605f..6c81a33 100644 --- a/assets/win2008r2.xml +++ b/assets/win2008r2.xml @@ -287,6 +287,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 +