From 80f630f6b38343f0b616c81f45a7d994c7315ae2 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 24 Apr 2024 22:05:08 +0200 Subject: [PATCH] Update win2012r2-eval.xml --- assets/win2012r2-eval.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/win2012r2-eval.xml b/assets/win2012r2-eval.xml index 14a9b79..1a8221a 100644 --- a/assets/win2012r2-eval.xml +++ b/assets/win2012r2-eval.xml @@ -326,6 +326,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 +