From 673a53f654b3ff1e5e404c78a5fec9e9cb36c64c Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 24 Apr 2024 22:07:16 +0200 Subject: [PATCH] Update win81x64.xml --- assets/win81x64.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/win81x64.xml b/assets/win81x64.xml index 8788142..2eb540a 100644 --- a/assets/win81x64.xml +++ b/assets/win81x64.xml @@ -320,6 +320,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 +