diff --git a/Script.ps1 b/Script.ps1 index b8c58ec..0aeebb5 100644 --- a/Script.ps1 +++ b/Script.ps1 @@ -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"