diff --git a/assets/winvistax64.xml b/assets/winvistax64.xml
index c15f547..22739a1 100644
--- a/assets/winvistax64.xml
+++ b/assets/winvistax64.xml
@@ -254,6 +254,11 @@
reg.exe add "HKCU\Control Panel\Desktop" /v "ScreenSaveActive" /t REG_DWORD /d 0 /f
Disable screensaver
+
+ 19
+ 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
+