Update Script.ps1
parent
6cc5147eec
commit
d99254d706
|
@ -1,6 +1,9 @@
|
|||
# Turn on Dark Mode
|
||||
New-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name AppsUseLightTheme -Value 0 -PropertyType DWORD -Force
|
||||
|
||||
# Disable Mouss Acceleration
|
||||
Set-ItemProperty -Path "HKCU:\Control Panel\Mouse" -Name MouseSensitivity -Value 0
|
||||
|
||||
# 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