diff --git a/assets/win10x64.xml b/assets/win10x64.xml
index a8e6911..620fad0 100644
--- a/assets/win10x64.xml
+++ b/assets/win10x64.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
+