Update Script.ps1

master
Chris Nutter 2023-09-04 10:07:30 -07:00
parent 62515b9142
commit 448e0b2322
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server'
Enable-NetFirewallRule -DisplayGroup "Remote Desktop"
# Enable c$
reg add HKLM\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters /f /v AutoShareWks /t REG_DWORD /d 0
reg add "HKLM\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters" /f /v AutoShareWks /t REG_DWORD /d 0
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "LocalAccountTokenFilterPolicy" /t REG_DWORD /d 1 /f
# Disable UAC prompt