Closed GoogleCodeExporter closed 9 years ago
This is annoying as hell! I cannot even find the item under regedits
shellex/ContextMenuHandlers!
Please give us a hand on how to fix this.
Original comment by pali....@gmail.com
on 10 Sep 2013 at 8:35
This effects my users as well. I used `regedit.exe` with administrator
privileges to search for "pythonxy" and delete the offending keys (after first
exporting backups):
[HKEY_CLASSES_ROOT\Directory\Background\shell\cmdcon]
[HKEY_CLASSES_ROOT\Directory\Background\shell\cmdcon\command]
[HKEY_CLASSES_ROOT\Directory\Background\shell\cmdpy]
[HKEY_CLASSES_ROOT\Directory\Background\shell\cmdpy\command]
[HKEY_CLASSES_ROOT\Directory\shell\cmdcon]
[HKEY_CLASSES_ROOT\Directory\shell\cmdcon\command]
[HKEY_CLASSES_ROOT\Directory\shell\cmdpy]
[HKEY_CLASSES_ROOT\Directory\shell\cmdpy\command]
This removed the broken/orphaned context menu links.
This unfortunately is a non-starter for me. I cannot recommend software that
cannot be removed cleanly to my users.
Original comment by bwanama...@gmail.com
on 11 Nov 2013 at 6:57
thanks for the solution.
Original comment by ahmetser...@gmail.com
on 15 Dec 2013 at 2:57
Removing those keys is part of the XY uninstall. Typically it would be enough
to install/uninstall to get rid of them - or maybe just a reboot.
I could not locate any valid reason why on rare cases the keys remained even
after windows reported them deleted!
This happens in commercial software as well - just check the registry of any
Windows installation.
The source installed code can be found here -
https://code.google.com/p/pythonxy/source/browse/src/Python(x%2Cy)/_Python(x%2Cy
).nsi?repo=xy-27 .
Feel free to suggest fixes and patches.
Original comment by grizzly.nyo
on 16 Dec 2013 at 7:56
Same happens to me with with
Python(x,y) 2.7.6.0
on a Win8.1 computer
today:
Both non-operable menu options "Open Enhanced Console Here" and "Open IPython
console here" are available after desinstallation.
Sincerely
Rolf
Original comment by rolf.hem...@gmail.com
on 15 Mar 2014 at 3:30
Original issue reported on code.google.com by
Chase.Re...@gmail.com
on 5 Sep 2013 at 10:01