bindip icon indicating copy to clipboard operation
bindip copied to clipboard

I can't use Add right-click option to shell explorer option

Open Lajt opened this issue 9 years ago • 5 comments

I can't make it checked. 2016-04-08_11-29-07

bindip-0.5 release on windows 7.

This would be nice feature to use, currently i use console to start my exe's.

Lajt avatar Apr 08 '16 09:04 Lajt

Run it as admin, then you should be able to click the option.

katlogic avatar Apr 09 '16 02:04 katlogic

I run it as admin, even tried changing compatibility to xp but nothing helps.

Is there any different way to add that? like registry change or something.

Lajt avatar Apr 09 '16 11:04 Lajt

The key is HKCU\Sfotware\Classes\Open with BindIP\command, and its value is "path\to\bindip.exe" "%1" (look at other keys in Classes to get exact structure).

The option won't enable if something prevents the key being created. The code responsible is https://github.com/katlogic/bindip/blob/master/bindip.c#L236 - you might want to try it in standalone program to figure out why it fails.

katlogic avatar Apr 10 '16 13:04 katlogic

Mine was because the path it was looking for (HKEY_CURRENT_USER, "Software\\Classes\\exefile\\shell") didn't exist in my registry. Once created it was able to successfully create the registry keys it needs.

StormPooper avatar Mar 17 '17 15:03 StormPooper

I did what @StormPooper suggested and it worked for me as well.

kimpurcell avatar Oct 03 '20 05:10 kimpurcell