Add option to turn off Enhance Pointer Precision #197

This commit is contained in:
Raphire
2025-02-13 21:08:47 +01:00
parent c5e0ba3e59
commit d42019ccc0
7 changed files with 434 additions and 396 deletions

View File

@@ -27,13 +27,12 @@ param (
[switch]$DisableStartRecommended,
[switch]$DisableCopilot,
[switch]$DisableRecall,
[switch]$DisableWidgets,
[switch]$HideWidgets,
[switch]$DisableChat,
[switch]$HideChat,
[switch]$DisableWidgets, [switch]$HideWidgets,
[switch]$DisableChat, [switch]$HideChat,
[switch]$ClearStart,
[switch]$ClearStartAllUsers,
[switch]$RevertContextMenu,
[switch]$DisableMouseAcceleration,
[switch]$HideHome,
[switch]$HideGallery,
[switch]$ExplorerToHome,