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
+
diff --git a/assets/win11arm64.xml b/assets/win11arm64.xml
index c7e5574..542b45e 100644
--- a/assets/win11arm64.xml
+++ b/assets/win11arm64.xml
@@ -420,11 +420,16 @@
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
+
+
+ 15
reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV1 /d 0 /t REG_DWORD /f
Disable unsupported hardware notifications
- 15
+ 16
reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV2 /d 0 /t REG_DWORD /f
Disable unsupported hardware notifications