From 8d3c8361f8d83a8c35374cec0e0adddb39a0ddbd Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 24 Apr 2024 22:01:04 +0200 Subject: [PATCH] Update win10x64-iot.xml --- assets/win10x64-iot.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/win10x64-iot.xml b/assets/win10x64-iot.xml index 72d4a95..a76d2da 100644 --- a/assets/win10x64-iot.xml +++ b/assets/win10x64-iot.xml @@ -405,6 +405,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 +