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
+