Click here to Skip to main content
15,891,874 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Notepad++: Intrusive Uninstall Needs To Kill Windows Explorer Pin
Maximilien26-Jul-18 9:11
Maximilien26-Jul-18 9:11 
GeneralRe: Notepad++: Intrusive Uninstall Needs To Kill Windows Explorer Pin
Eddy Vluggen26-Jul-18 9:07
professionalEddy Vluggen26-Jul-18 9:07 
GeneralRe: Notepad++: Intrusive Uninstall Needs To Kill Windows Explorer Pin
raddevus26-Jul-18 10:08
mvaraddevus26-Jul-18 10:08 
GeneralRe: Notepad++: Intrusive Uninstall Needs To Kill Windows Explorer Pin
Eddy Vluggen26-Jul-18 12:56
professionalEddy Vluggen26-Jul-18 12:56 
GeneralRe: Notepad++: Intrusive Uninstall Needs To Kill Windows Explorer Pin
Mycroft Holmes26-Jul-18 14:15
professionalMycroft Holmes26-Jul-18 14:15 
GeneralRe: Notepad++: Intrusive Uninstall Needs To Kill Windows Explorer Pin
kmoorevs26-Jul-18 13:40
kmoorevs26-Jul-18 13:40 
GeneralRe: Notepad++: Intrusive Uninstall Needs To Kill Windows Explorer Pin
Eddy Vluggen26-Jul-18 23:04
professionalEddy Vluggen26-Jul-18 23:04 
GeneralRe: Notepad++: Intrusive Uninstall Needs To Kill Windows Explorer Pin
Dave Kreskowiak26-Jul-18 9:25
mveDave Kreskowiak26-Jul-18 9:25 
More to the point, you can't kill a .DLL (shell extension) that has been loaded into a process (Explorer.exe), until the process lets go of its references to the .DLL.

The only time that happens is when the process goes dies or, under .NET, you kill the AppDomain that holds the reference.

Since Explorer.exe isn't a .NET process... well, your only choice is to kill the process or reboot the machine and let "pending file op's" take care of it.

GeneralRe: Notepad++: Intrusive Uninstall Needs To Kill Windows Explorer Pin
raddevus26-Jul-18 10:14
mvaraddevus26-Jul-18 10:14 
GeneralRe: Notepad++: Intrusive Uninstall Needs To Kill Windows Explorer Pin
Dave Kreskowiak26-Jul-18 12:01
mveDave Kreskowiak26-Jul-18 12:01 
GeneralRe: Notepad++: Intrusive Uninstall Needs To Kill Windows Explorer Pin
raddevus26-Jul-18 12:46
mvaraddevus26-Jul-18 12:46 
GeneralRe: Notepad++: Intrusive Uninstall Needs To Kill Windows Explorer Pin
Mike Hankey26-Jul-18 10:08
mveMike Hankey26-Jul-18 10:08 
GeneralRe: Notepad++: Intrusive Uninstall Needs To Kill Windows Explorer Pin
raddevus26-Jul-18 10:15
mvaraddevus26-Jul-18 10:15 
GeneralRe: Notepad++: Intrusive Uninstall Needs To Kill Windows Explorer Pin
Mike Hankey26-Jul-18 10:19
mveMike Hankey26-Jul-18 10:19 
JokeRe: Notepad++: Intrusive Uninstall Needs To Kill Windows Explorer Pin
Phil.Benson26-Jul-18 11:25
professionalPhil.Benson26-Jul-18 11:25 
GeneralRe: Notepad++: Intrusive Uninstall Needs To Kill Windows Explorer Pin
raddevus26-Jul-18 16:23
mvaraddevus26-Jul-18 16:23 
GeneralRe: Notepad++: Intrusive Uninstall Needs To Kill Windows Explorer Pin
Richard Deeming27-Jul-18 1:01
mveRichard Deeming27-Jul-18 1:01 
GeneralRe: Notepad++: Intrusive Uninstall Needs To Kill Windows Explorer Pin
raddevus27-Jul-18 2:40
mvaraddevus27-Jul-18 2:40 
GeneralAPOD Pin
R. Giskard Reventlov26-Jul-18 4:58
R. Giskard Reventlov26-Jul-18 4:58 
GeneralRe: APOD Pin
CodeWraith26-Jul-18 5:05
CodeWraith26-Jul-18 5:05 
GeneralRe: APOD Pin
glennPattonWork326-Jul-18 5:14
professionalglennPattonWork326-Jul-18 5:14 
GeneralRe: APOD Pin
Super Lloyd26-Jul-18 16:43
Super Lloyd26-Jul-18 16:43 
GeneralThought of the Day Pin
OriginalGriff26-Jul-18 4:52
mveOriginalGriff26-Jul-18 4:52 
GeneralRe: Thought of the Day Pin
CodeWraith26-Jul-18 5:04
CodeWraith26-Jul-18 5:04 
PraiseRe: Thought of the Day Pin
Gary Wheeler26-Jul-18 6:38
Gary Wheeler26-Jul-18 6:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.