Initial commit
This commit is contained in:
2
Packer/scripts/enable-rdp.bat
Executable file
2
Packer/scripts/enable-rdp.bat
Executable file
@@ -0,0 +1,2 @@
|
||||
netsh advfirewall firewall add rule name="Open Port 3389" dir=in action=allow protocol=TCP localport=3389
|
||||
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f
|
||||
Reference in New Issue
Block a user