1
0
Mirror von https://github.com/dockur/windows.git synchronisiert 2026-06-10 11:59:33 +08:00

feat: Enable RemoteAPP support (#414)

Dieser Commit ist enthalten in:
Kroese
2024-04-24 22:12:08 +02:00
committet von GitHub
Ursprung adece2e559
Commit e29fa29d3e
15 geänderte Dateien mit 77 neuen und 2 gelöschten Zeilen
+5
Datei anzeigen
@@ -399,6 +399,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>