How to uninstall xnview shellextention?

Ask for help and post your question on how to use XnView Classic.

Moderators: helmut, XnTriq, xnview

Post Reply
murthy363
Posts: 76
Joined: Fri Feb 09, 2007 11:43 am
Location: India
Contact:

How to uninstall xnview shellextention?

Post 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.
I am a lazy person, always searching for ways to avoid work and still manage the show !

My System : Win XP SP2 + XnView standard English version
User avatar
foxyshadis
Posts: 395
Joined: Sat Nov 18, 2006 8:57 am

Post 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.
User avatar
XnTriq
Moderator & Librarian
Posts: 6512
Joined: Sun Sep 25, 2005 3:00 am
Location: Ref Desk

Post by XnTriq »

Last edited by XnTriq on Tue Feb 20, 2007 8:30 pm, edited 1 time in total.
User avatar
helmut
Posts: 8704
Joined: Sun Oct 12, 2003 6:47 pm
Location: Frankfurt, Germany

Post 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."
User avatar
Clo
XnThusiast
Posts: 4441
Joined: Sun Oct 17, 2004 4:57 am
Location: Bordeaux, France
Contact:

Free Tool…

Post by Clo »

—> murthy363

:) Hello !

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

:mrgreen: KR
Claude
Clo
Old user ON SELECTIVE STRIKE till further notice
User avatar
foxyshadis
Posts: 395
Joined: Sat Nov 18, 2006 8:57 am

Post 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.
murthy363
Posts: 76
Joined: Fri Feb 09, 2007 11:43 am
Location: India
Contact:

Re: Free Tool…

Post by murthy363 »

Clo wrote: • You can also use ShellExView, a very good Shell-extensions manager, freeware, multilingual (for me)… :wink:
Thanks Clo for the link. I installed and am getting familiarized with it.
Very small footprint and looks to be very useful too.
I am a lazy person, always searching for ways to avoid work and still manage the show !

My System : Win XP SP2 + XnView standard English version
Post Reply