From d99254d7064c6f7ef6bbbf86b52914ce41c35916 Mon Sep 17 00:00:00 2001 From: Chris Nutter Date: Mon, 4 Sep 2023 09:38:19 -0700 Subject: [PATCH] Update Script.ps1 --- Script.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Script.ps1 b/Script.ps1 index cf702d5..daab1c9 100644 --- a/Script.ps1 +++ b/Script.ps1 @@ -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"