Added option to disable the Sticky Keys keyboard shortcut

This commit is contained in:
Raphire
2025-04-16 12:56:37 +02:00
parent e53709653d
commit 224b0d7705
7 changed files with 35 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ param (
[switch]$ClearStartAllUsers,
[switch]$RevertContextMenu,
[switch]$DisableMouseAcceleration,
[switch]$DisableStickyKeys,
[switch]$HideHome,
[switch]$HideGallery,
[switch]$ExplorerToHome,