From c4d26f5714329019a882c65f4813f6cadaaed869 Mon Sep 17 00:00:00 2001 From: Chris Nutter Date: Mon, 4 Sep 2023 10:08:18 -0700 Subject: [PATCH] Update Script.ps1 --- Script.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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