Restart Explorer (My first app!) - By Zeke Ortiz

Discussion in 'Application Software' started by SwampFox56, Dec 2, 2014.

  1. SwampFox56

    SwampFox56 MDL Novice

    Aug 14, 2012
    47
    17
    0
    #1 SwampFox56, Dec 2, 2014
    Last edited: Dec 3, 2014
  2. mockingbird

    mockingbird MDL Member

    Mar 13, 2011
    130
    13
    10
    Thanks.

    May I ask what is the difference between this and right clicking explorer in the process list of task manager and clicking 'end process tree'?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. SwampFox56

    SwampFox56 MDL Novice

    Aug 14, 2012
    47
    17
    0
    Thanks for the question.

    This is no different than opening up Task Manager and killing the process tree. This app was created for those who experience the Windows 8 explorer.exe bug - where the taskbar, charmsbar, and startscreen become totally unresponsive.

    This app may also be useful to those who need to restart explorer with Admin permissions. Why would you ever need that? Because you need explorer to be running with administrator permissions to view certain folders in ProgramData, or open up the 'raw' recycle bin folders. You also need admin permissions to view the Windows recovery partition, or ANY EFI partition (doesn't matter what OS).

    In order to launch the ACTUAL explorer.exe shell with admin permissions, you need the entire process to be closed, then re-start the program by 'Run as administrator'. Problem is - that's not possible. However, if you run my program as an admin, it makes it possible.
     
  4. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    One of the reasons i do not use Windows (or better File) Explorer. I simply start a second instance of Total Commander with elevated privileges and close when done. In case Total Commander stops responding, i simply close it via Task Manager. That doesn't crash the whole Windows Shell like a failing Windows Explorer, what a crap tool :doh:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. SwampFox56

    SwampFox56 MDL Novice

    Aug 14, 2012
    47
    17
    0
    TBH, all other shell replacements for windows fall short in many areas that explorer.exe doesn't. It may have ONE bug in Windows 8, but otherwise - I think your being a little overly-critical of Windows Explorer... :g:
     
  6. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    #6 s1ave77, Dec 19, 2014
    Last edited: Dec 19, 2014
    No need to defend explorer ... anybody should use what suits him/her :cool2:. Like to have a real EXPLORER myself and windows/file explorer won't serve my needs in anyway. Instead of a (for me mostly useless) ribbon they should implement the needed features: 2nd window, tabs, files matching option, renaming and several others. Although one might install countless add-ons it still will lack the 2nd window.


    BTW: The concept behind Total Commander and is older than the Windows 'crap' ... it's based on the Norton Commander idea from dos (the elders here should know that amazing tool). It still starts with it's configuration settings by default.

    BTW 2: Doggie uses the free version for android which is as amazing as the big brother :good3:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. sebus

    sebus MDL Guru

    Jul 23, 2008
    6,356
    2,026
    210
    #7 sebus, Dec 20, 2014
    Last edited by a moderator: Apr 20, 2017
    Just do it with a single line:

    Code:
    C:\WINDOWS\System32\wbem\WMIC.exe process where name="explorer.exe" call Terminate 
     
  8. SwampFox56

    SwampFox56 MDL Novice

    Aug 14, 2012
    47
    17
    0
    #8 SwampFox56, Jan 5, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Tried it, explorer restarts too quickly and therefore only opens a browser window. Not the entire shell.