diff --git a/Script.ps1 b/Script.ps1 index 8363299..f8939f5 100644 --- a/Script.ps1 +++ b/Script.ps1 @@ -1,7 +1,7 @@ # Turn on Dark Mode New-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name AppsUseLightTheme -Value 0 -PropertyType DWORD -Force -# Disable Mouss Acceleration +# Disable Mouse Acceleration Set-ItemProperty -Path "HKCU:\Control Panel\Mouse" -Name MouseSensitivity -Value 0 # Allow Remote Desktop