Add shortcut key

This commit is contained in:
Fierelier 2022-06-28 12:53:25 +02:00
parent d783cf710e
commit 4bb47f9c66
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
opusnt.runReg(["delete",opusnt.regTmpPath + "software\\Classes\\*\\shellex\\ContextMenuHandlers\\Open With","/f"],check=False)
opusnt.runReg(["add",opusnt.regTmpPath + "software\\Classes\\*\\shell\\1 Open With","/ve","/t","REG_SZ","/d","Open with","/f"])
opusnt.runReg(["add",opusnt.regTmpPath + "software\\Classes\\*\\shell\\1 Open With","/ve","/t","REG_SZ","/d","Open &with","/f"])
opusnt.runReg(["add",opusnt.regTmpPath + "software\\Classes\\*\\shell\\1 Open With","/v","Position","/t","REG_SZ","/d","Top","/f"])
opusnt.runReg(["add",opusnt.regTmpPath + "software\\Classes\\*\\shell\\1 Open With","/v","Icon","/t","REG_SZ","/d","C:\\\\System32\\\\Shell32.dll,208","/f"])
opusnt.runReg(["add",opusnt.regTmpPath + "software\\Classes\\*\\shell\\1 Open With\\command","/ve","/t","REG_SZ","/d","{09799AFB-AD67-11d1-ABCD-00C04FC30936}","/f"])