Update Script.ps1

master
Chris Nutter 2023-08-30 14:57:23 -07:00
parent 708f2c0c7f
commit 4cf9320cec
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
# Turn on Dark Mode
New-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name AppsUseLightTheme -Value 0 -PropertyType DWORD -Force
# Allow Remote Desktop
Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server' -Name "fDenyTSConnections" -Value 0
Enable-NetFirewallRule -DisplayGroup "Remote Desktop"