Initial commit
This commit is contained in:
2
scripts/enable-rdp.ps1
Normal file
2
scripts/enable-rdp.ps1
Normal file
@@ -0,0 +1,2 @@
|
||||
Set-ItemProperty -Path "HKLM:\System\CurrentControlSet\Control\Terminal Server" -Name "fDenyTSConnections" -Value 0
|
||||
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp" -Name "UserAuthentication" -Value 1
|
||||
Reference in New Issue
Block a user