Page 1 of 1
How to uninstall xnview shellextention?
Posted: Mon Feb 19, 2007 5:03 pm
by murthy363
I tried to uninstall shellextention without any success.
It is not found in control panel > add/remove programs.
I tried to delete the file xnview shellex.dll from dos mode without success.
Then how to remove it?
Of course, shell extention is working alright and is useful. But if I need to remove it some later time, how to do it, was my question.
Thanks in advance for your response.
Posted: Mon Feb 19, 2007 5:33 pm
by foxyshadis
In commmand prompt in xnview folder:
regsvr32 -u shellex.dll
taskkill /f /im explorer.exe
del shellex.dll
explorer
You don't actually have to delete it, just unregistering and restarting the shell is enough, though.
Posted: Mon Feb 19, 2007 9:15 pm
by XnTriq
Posted: Mon Feb 19, 2007 9:33 pm
by helmut
Good infos from foxyshadis and good links from XnTriq.
@foxyshadis: I'm not quite clear what your above commands do and why these are needed. Perhaps you can explain a bit. Then we can decide whether these are good additions for the FAQ
"How to enable / disable Shell Extension (in ZIP version)".
foxyshadis wrote:You don't actually have to delete it, just unregistering and restarting the shell is enough, though.
I guess this should say something like:
"You don't actually have to delete it, just stopping explorer, unregistering and restarting explorer is enough, though."
Free Tool…
Posted: Mon Feb 19, 2007 11:02 pm
by Clo
—> murthy363

Hello !
• You can also use
ShellExView, a very good Shell-extensions manager, freeware, multilingual (for me)…

KR
Claude
Clo
Posted: Tue Feb 20, 2007 2:29 am
by foxyshadis
It seems my commands were overkill, after testing - there are badly behaved plugins that require a full restart of the shell (explorer), which logging off/on or rebooting also does, to stop them from going, but xnview's is immediate, that's nice. (You still have to do that to delete the file, if you really want to.)
In teh faq, the whole path to regsvr32 isn't needed, since it's always on the system path. Even in 9x, if the shellex works there. No need for separate versions per OS, but that's a really minor thing. Any reason xnview doesn't bundle those as batch files with the installation?
In a batch file in the same folder, the command simplifies to:
regsvr32 -s "%~dp0\XnViewShellExt.dll"
(with -u in the other) where %~dp0 expands to the drive and path of the batch file itself, without the name. No hardcoded path needed, and no weirdness if opened from a network drive.
Re: Free Tool…
Posted: Tue Feb 20, 2007 4:21 am
by murthy363
Clo wrote:
• You can also use
ShellExView, a very good Shell-extensions manager, freeware, multilingual (for me)…
Thanks Clo for the link. I installed and am getting familiarized with it.
Very small footprint and looks to be very useful too.