How do I delete fzshellext_64.dll

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
Beach_Ape
504 Command not implemented
Posts: 8
Joined: 2018-06-06 17:38
First name: Beach
Last name: Ape

How do I delete fzshellext_64.dll

#1 Post by Beach_Ape » 2019-06-14 23:05

I can't find a way to delete this file.

I try in Windows Explorer and it says it can't because it's being used by Windows Explorer.

I closed WinExp then ran the CMD prompt to delete the file in DOS, but it now it says Access Denied.

This after uninstalling FileZilla with the Control Panel, then with the Uninstall.exe in the applications folder, but
C:\ Program Files \ FileZilla FTP Client
continues to exist. I can delete everything else in this folder except for the .dll file.

Update 2hrs later.
In the command window, I now tried regsvr32 -u fzshellext_64.dll but received this message:
The module fzshellext_64.dll was loaded but the call to DIIUnregisterServer failed with error code 0x80040201

Continuing on but getting really nervous now.
Last edited by Beach_Ape on 2019-06-14 23:15, edited 1 time in total.

Beach_Ape
504 Command not implemented
Posts: 8
Joined: 2018-06-06 17:38
First name: Beach
Last name: Ape

Re: How do I delete fzshellext_64.dll

#2 Post by Beach_Ape » 2019-06-15 00:54

Wow - what a lot of work.

After going through the above steps, I finally finished up with this;
https://blogs.msdn.microsoft.com/rajake ... x80040201/

" you have to run the command on elevated command prompt using Admin role.
Fix: Run the command in an elevated mode

1. Click on Start button > type Command Prompt > (right click command prompt and click run as Administrator)

cd Progarm Files
cd FileZilla FTP Client

2. Deregister the DLL using the following command

cmd> regsvr32 -u fzshellext_64.dll

Then in Windows Explorer, right click delete will finally freed me for complete uninstall.
Clear Recycle Bin
Done.

User avatar
boco
Contributor
Posts: 26914
Joined: 2006-05-01 03:28
Location: Germany

Re: How do I delete fzshellext_64.dll

#3 Post by boco » 2019-06-15 14:36

FileZilla Uninstaller should have removed it. Maybe a reboot was necessary.

Regsvr32 must be run with Admin rights if the target DLL is in a protected Windows system directory. "Program Files" is protected.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

Post Reply