Update win2016-eval.xml

This commit is contained in:
Kroese 2024-04-24 22:05:30 +02:00 committed by GitHub
parent 80f630f6b3
commit d234ef8808
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -326,6 +326,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>