Skip to content

Instantly share code, notes, and snippets.

@bryder
Created June 23, 2015 00:41
Show Gist options
  • Select an option

  • Save bryder/6f1b5bec4bc01b4501ff to your computer and use it in GitHub Desktop.

Select an option

Save bryder/6f1b5bec4bc01b4501ff to your computer and use it in GitHub Desktop.
Disable onscreen keyboard for windows 8.1
Set-Service tabletinputservice -StartupType Disabled
stop-service tabletinputservice
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment