1
0
miroir de https://github.com/dockur/windows.git synchronisé 2026-06-10 11:59:33 +08:00

feat: Enable RemoteAPP support (#414)

Cette révision appartient à :
Kroese
2024-04-24 22:12:08 +02:00
révisé par GitHub
Parent adece2e559
révision e29fa29d3e
15 fichiers modifiés avec 77 ajouts et 2 suppressions
+5
Voir le fichier
@@ -330,6 +330,11 @@
<CommandLine>cmd /C POWERCFG -X -standby-timeout-ac 0</CommandLine>
<Description>Disable Sleep</Description>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>14</Order>
<CommandLine>reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /t REG_DWORD /d 1 /f</CommandLine>
<Description>Enable RemoteAPP to launch unlisted programs</Description>
</SynchronousCommand>
</FirstLogonCommands>
</component>
</settings>