Skip to content

Instantly share code, notes, and snippets.

@albertopasqualetto
Created April 8, 2021 15:57
Show Gist options
  • Save albertopasqualetto/c235a0a3a16953f7951800ab65d80049 to your computer and use it in GitHub Desktop.
Save albertopasqualetto/c235a0a3a16953f7951800ab65d80049 to your computer and use it in GitHub Desktop.
Launches OneNote UWP and also the old On Screen Keyboard in order to prevent popups during handwriting
@echo off
explorer.exe shell:appsFolder\Microsoft.Office.OneNote_8wekyb3d8bbwe!microsoft.onenoteim
START /MIN C:\Windows\system32\osk.exe
exit
REM "C:\Windows\System32\cmd.exe" /k explorer.exe shell:appsFolder\Microsoft.Office.OneNote_8wekyb3d8bbwe!microsoft.onenoteim & "C:\Windows\system32\osk.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment