ikas-mc / ContextMenuForWindows11

Add Custom Context Menu For Windows11
GNU Lesser General Public License v3.0
1.94k stars 92 forks source link

Not working, samples don't work either #13

Closed kirides closed 2 years ago

kirides commented 2 years ago

vscode is installed as "user" and available in %PATH% as code.exe

Expected: Show Entry with "open in vscode" in context menu, after right-clicking any file (tested with .txt, .jpg, ...)

Actual: No menu shown

image


Repro steps:

Using sample from this repo

5.open in vscode.json

{"title":"open in vscode","exe":"code","param":"\"{path}\""}

image

Cache is disabled image

ikas-mc commented 2 years ago

Try to restart explorer after installation

add this file_test.zip

Open the task manager, observe dllhost.exe, when you right-click, whether there is such a process (DllHost.exe" /Processid:{46F650E5-9959-48D6-AC13-A9637C5B3787})

20211201201259

kirides commented 2 years ago

Yup. had to restart windows.

just restarting explorer.exe didn't help. Probably some caching...

Sorry for bothering ^^'

ikas-mc commented 2 years ago

if there is a bug, you can continue to feedback here ,thanks