From f9b95c73a054d8c0ab31e2b2863ed8e92eb9af60 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 24 Apr 2024 22:08:31 +0200 Subject: [PATCH] Update win10arm64.xml --- assets/win10arm64.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/win10arm64.xml b/assets/win10arm64.xml index 5c08974..f6ff3bc 100644 --- a/assets/win10arm64.xml +++ b/assets/win10arm64.xml @@ -399,6 +399,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 +