Created
April 8, 2021 15:57
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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