1
0
ミラー元 https://github.com/dockur/windows.git 前回の同期 2026-06-10 11:59:33 +08:00

feat: Enable RemoteAPP support (#414)

このコミットが含まれているのは:
Kroese
2024-04-24 22:12:08 +02:00
committed by GitHub
コミット e29fa29d3e
15個のファイルの変更77行の追加2行の削除
+5
ファイルの表示
@@ -405,6 +405,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>