Hello Marco Supper
Welcome to the Microsoft Community.
We're sorry to hear that you've been faced with this issue after updating to Windows 11! We've noticed some similar reports from other users recently. The "Enhance Pointer Precision" setting being reactivated automatically after reboots or logins is a known issue in Windows 10/11, often caused by conflicting settings, drivers, or registry configurations. Here's a step-by-step guide to resolve this:
1. Manually Disable "Enhance Pointer Precision"
First, confirm the setting is turned off:
- Press Win + I to open Settings.
- Go to Bluetooth & devices → Mouse.
- Under Related settings, click Additional mouse settings.
- In the Mouse Properties window, go to the Pointer Options tab.
- Uncheck "Enhance pointer precision" and click Apply → OK.
2. Check Registry Settings
Windows may override your preference via registry keys. Verify/modify these keys:
- Press Win + R, type regedit, and press Enter.
- Navigate to:
HKEY_CURRENT_USER\Control Panel\Mouse
- Check/modify these values:
- MouseSpeed → Set to 0 (disables acceleration).
- MouseThreshold1 → Set to 0.
- MouseThreshold2 → Set to 0.
- Restart your PC and check if the issue persists Disclaimer: Generally, modifying registry subkeys or work group is intended for advanced users, administrators, and IT Professionals. It can help fix some problems, however, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For further protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click this following link: How to back up and restore the registry in Windows - Microsoft Support
3. Disable Logitech Driver Overrides (If Applicable)
Even if you don’t have Logitech software installed, Windows might use generic drivers:
- Press Win + X and open Device Manager.
- Expand Mice and other pointing devices.
- Right-click your Logitech mouse → Uninstall device.
- Check "Attempt to remove the driver for this device" → Uninstall.
- Restart your PC. Windows will reinstall the driver automatically.
4. Create a Scheduled Task to Force the Setting Off
Use PowerShell to enforce the setting at login:
- Open Notepad and paste this script:
Set-ItemProperty -Path "HKCU:\Control Panel\Mouse" -Name "MouseSpeed" -Value 0
Set-ItemProperty -Path "HKCU:\Control Panel\Mouse" -Name "MouseThreshold1" -Value 0
Set-ItemProperty -Path "HKCU:\Control Panel\Mouse" -Name "MouseThreshold2" -Value 0
- Save it as DisableAcceleration.ps1 (e.g., on your Desktop).
- Open Task Scheduler (taskschd.msc).
- Create a new task:
- Trigger: "At log on".
- Action: Start a program → powershell.exe.
- Arguments: -WindowStyle Hidden -File "C:\Path\to\DisableAcceleration.ps1".
- Test the task to ensure it runs at login.
5. Check Group Policy (Pro/Enterprise Editions Only)
If you’re using Windows Pro/Enterprise:
- Press Win + R, type gpedit.msc, and press Enter.
- Navigate to:
User Configuration → Administrative Templates → Windows Components → File Explorer
- Ensure Turn off Windows Defender Credential Guard is Not Configured (some policies override mouse settings).
6. Update Windows and Drivers
Ensure Windows and drivers are up-to-date:
- Go to Settings → Windows Update → Check for updates.
- Install any pending updates, including optional driver updates.
7. Create a New User Profile
Try to create a new Windows user account by following the steps below, to see if you still have the problem under the new account.
- On taskbar, search for CMD, then right click on "Command Prompt" to run it in administrator mode and enter the following command:
net user USERNAME PASSWORD /add - After the command runs successfully, enter the following command
net localgroup administrators USERNAME /add - Note: USERNAME PASSWORD can be replaced with your desired account name and password, if you do not need a password, you can skip filling in the PASSWORD.
Through the above two steps, you have successfully added a "USERNAME" account with the administrator permission. If there is no problem under the new account, it should be the account configuration file failure, please refer to the following article to transfer your data to the new account: Fix a corrupted user profile in Windows - Microsoft Support
If none of these steps work, consider a clean install of Windows 11 (back up data first). This will eliminate deep-seated software conflicts. Let me know if you need further guidance!
Disclaimer: At this point, we have exhausted all troubleshooting and I recommend that we try to perform a clean install to get your computer back into a working condition. Please ensure that you backup any important data, including Documents, Pictures, Videos, and more. After that, you can find instructions on how to install Windows 10/11 in the following article by MVP Andre: How to: Perform a Custom Installation of Windows 11 and Windows 10 - Microsoft Community
Best Regards,
William.Y | Microsoft Community Support Specialist