Search found 1 match

by datarecovee
Tue May 13, 2025 11:05 am
Forum: Flows
Topic: Can I disable Sticky Keys via Command Prompt?
Replies: 0
Views: 90

Can I disable Sticky Keys via Command Prompt?

Yes to turn off Sticky Keys using Command Prompt open CMD as an administrator and type:
reg add HKCU\Control Panel\Accessibility\StickyKeys /v “Flags” /t REG_SZ /d “506” /f
This changes the registry to disable Sticky Keys without a GUI access. Restart your PC afterward.