Update Script.ps1
parent
708f2c0c7f
commit
4cf9320cec
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue