Update winvistax64.xml

This commit is contained in:
Kroese 2024-01-29 16:07:35 +01:00 committed by GitHub
parent 843ef00dec
commit 3c09251943
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -237,6 +237,11 @@
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>14</Order>
<CommandLine>netsh.exe Advfirewall set allprofiles state off</CommandLine>
<Description>Disable firewall</Description>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>15</Order>
<CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f</CommandLine>
<Description>Enable RDP</Description>
</SynchronousCommand>