From 10cfae63e3df77e5ac34e5dfa0ec7c4285368554 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 24 Apr 2024 22:01:29 +0200 Subject: [PATCH] Update win10x64-ltsc.xml --- assets/win10x64-ltsc.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/win10x64-ltsc.xml b/assets/win10x64-ltsc.xml index 88845ae..4fa9bbb 100644 --- a/assets/win10x64-ltsc.xml +++ b/assets/win10x64-ltsc.xml @@ -403,6 +403,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 +