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 +