ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Alternatives to Windows 10 File Explorer

    Scheduled Pinned Locked Moved IT Discussion
    windowswindows 10file explorerdouble commandertotal commandermucommanderchocolatey
    48 Posts 14 Posters 2.7k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • 1
      1337 @scottalanmiller
      last edited by 1337

      @scottalanmiller said in Alternatives to Windows 10 File Explorer:

      @Pete-S said in Alternatives to Windows 10 File Explorer:

      @scottalanmiller said in Alternatives to Windows 10 File Explorer:

      @Pete-S said in Alternatives to Windows 10 File Explorer:

      @scottalanmiller said in Alternatives to Windows 10 File Explorer:

      The original... Midnight Commander

      choco install mc
      

      It's not the original. Norton Commander is the original.

      Norton Commander used to be the first program to install straight after ms-dos itself.

      I don't recognize anything from Norton as valid. People used to use AV from them, too. MC is the original of value 🙂

      Haha, rookies 😉

      They are so alike that I feel like I'm back in the eighties every time I run mc. Even the key bindings are almost identical. And the colors and, and, and...

      Norton Commander was of course nc so there's that difference at least.

      So alike, but not from a vendor I couldn't trust, you see.

      But it was way before Symantec bought Norton.

      BTW, here is Norton Commander:
      f550-1.gif

      And Midnight Commander
      mc.png

      1 Reply Last reply Reply Quote 0
      • S
        scotth
        last edited by

        They used to have a nice disk editor too.

        1 Reply Last reply Reply Quote 0
        • iroalI
          iroal
          last edited by

          I like Q-dir

          https://www.softwareok.com/?seite=Freeware/Q-Dir

          1 Reply Last reply Reply Quote 0
          • hobbit666H
            hobbit666
            last edited by

            What's wrong with Win10 File Explorer?

            BRRABillB 1 Reply Last reply Reply Quote 0
            • WrCombsW
              WrCombs @scottalanmiller
              last edited by

              @scottalanmiller said in Alternatives to Windows 10 File Explorer:

              Chocolatey

              Chocolatey is a package management system for the Windows NuGet packaging format. Analogous to YUM, APT, or DNF on Linux. Chocolatey is as close to official as it gets with Windows not quite having an official package manager. It's very powerful and useful, free, too.

              https://chocolatey.org/

              You can install it with this command in Administrative PowerShell...

              Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
              

              FTFY -
              It's only every worked for me in an Admin Powershell or admin CMD

              scottalanmillerS 1 Reply Last reply Reply Quote 0
              • scottalanmillerS
                scottalanmiller @WrCombs
                last edited by

                @WrCombs said in Alternatives to Windows 10 File Explorer:

                @scottalanmiller said in Alternatives to Windows 10 File Explorer:

                Chocolatey

                Chocolatey is a package management system for the Windows NuGet packaging format. Analogous to YUM, APT, or DNF on Linux. Chocolatey is as close to official as it gets with Windows not quite having an official package manager. It's very powerful and useful, free, too.

                https://chocolatey.org/

                You can install it with this command in Administrative PowerShell...

                Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
                

                FTFY -
                It's only every worked for me in an Admin Powershell or admin CMD

                That's the case for ALL installs.

                WrCombsW DustinB3403D 2 Replies Last reply Reply Quote 1
                • WrCombsW
                  WrCombs @scottalanmiller
                  last edited by

                  @scottalanmiller said in Alternatives to Windows 10 File Explorer:

                  @WrCombs said in Alternatives to Windows 10 File Explorer:

                  @scottalanmiller said in Alternatives to Windows 10 File Explorer:

                  Chocolatey

                  Chocolatey is a package management system for the Windows NuGet packaging format. Analogous to YUM, APT, or DNF on Linux. Chocolatey is as close to official as it gets with Windows not quite having an official package manager. It's very powerful and useful, free, too.

                  https://chocolatey.org/

                  You can install it with this command in Administrative PowerShell...

                  Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
                  

                  FTFY -
                  It's only every worked for me in an Admin Powershell or admin CMD

                  That's the case for ALL installs.

                  I was starting to understand that.

                  1 Reply Last reply Reply Quote 0
                  • BRRABillB
                    BRRABill @hobbit666
                    last edited by

                    @hobbit666 said in Alternatives to Windows 10 File Explorer:

                    What's wrong with Win10 File Explorer?

                    Yeah, what's up with that?

                    dafyreD 1 Reply Last reply Reply Quote 0
                    • dafyreD
                      dafyre @BRRABill
                      last edited by

                      @BRRABill said in Alternatives to Windows 10 File Explorer:

                      @hobbit666 said in Alternatives to Windows 10 File Explorer:

                      What's wrong with Win10 File Explorer?

                      Yeah, what's up with that?

                      Some folks don't like having 50 windows open when doing drag & drop / copy and paste?

                      I've yet to find one that I consistently come back to -- no matter what OS I'm using... Althought Multicommander is looking kinda nice.

                      tonyshowoffT 1 Reply Last reply Reply Quote 0
                      • DustinB3403D
                        DustinB3403 @scottalanmiller
                        last edited by

                        @scottalanmiller said in Alternatives to Windows 10 File Explorer:

                        @WrCombs said in Alternatives to Windows 10 File Explorer:

                        @scottalanmiller said in Alternatives to Windows 10 File Explorer:

                        Chocolatey

                        Chocolatey is a package management system for the Windows NuGet packaging format. Analogous to YUM, APT, or DNF on Linux. Chocolatey is as close to official as it gets with Windows not quite having an official package manager. It's very powerful and useful, free, too.

                        https://chocolatey.org/

                        You can install it with this command in Administrative PowerShell...

                        Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
                        

                        FTFY -
                        It's only every worked for me in an Admin Powershell or admin CMD

                        That's the case for ALL installs.

                        You could use the chocolately gui

                        scottalanmillerS 1 Reply Last reply Reply Quote 0
                        • scottalanmillerS
                          scottalanmiller @DustinB3403
                          last edited by

                          @DustinB3403 said in Alternatives to Windows 10 File Explorer:

                          @scottalanmiller said in Alternatives to Windows 10 File Explorer:

                          @WrCombs said in Alternatives to Windows 10 File Explorer:

                          @scottalanmiller said in Alternatives to Windows 10 File Explorer:

                          Chocolatey

                          Chocolatey is a package management system for the Windows NuGet packaging format. Analogous to YUM, APT, or DNF on Linux. Chocolatey is as close to official as it gets with Windows not quite having an official package manager. It's very powerful and useful, free, too.

                          https://chocolatey.org/

                          You can install it with this command in Administrative PowerShell...

                          Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
                          

                          FTFY -
                          It's only every worked for me in an Admin Powershell or admin CMD

                          That's the case for ALL installs.

                          You could use the chocolately gui

                          Has to run as admin, too.

                          JaredBuschJ 1 Reply Last reply Reply Quote 0
                          • JaredBuschJ
                            JaredBusch @scottalanmiller
                            last edited by

                            @scottalanmiller said in Alternatives to Windows 10 File Explorer:

                            @DustinB3403 said in Alternatives to Windows 10 File Explorer:

                            @scottalanmiller said in Alternatives to Windows 10 File Explorer:

                            @WrCombs said in Alternatives to Windows 10 File Explorer:

                            @scottalanmiller said in Alternatives to Windows 10 File Explorer:

                            Chocolatey

                            Chocolatey is a package management system for the Windows NuGet packaging format. Analogous to YUM, APT, or DNF on Linux. Chocolatey is as close to official as it gets with Windows not quite having an official package manager. It's very powerful and useful, free, too.

                            https://chocolatey.org/

                            You can install it with this command in Administrative PowerShell...

                            Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
                            

                            FTFY -
                            It's only every worked for me in an Admin Powershell or admin CMD

                            That's the case for ALL installs.

                            You could use the chocolately gui

                            Has to run as admin, too.

                            Chocolatey absolutely does not need to run as admin.

                            It has to be installed as admin. But you can run it without admin rights and install things in the user scope.

                            Granted not many windows applications are designed to install to the user scope, so that would be a problem. But that is not chocolatey's fault.

                            1 Reply Last reply Reply Quote 1
                            • tonyshowoffT
                              tonyshowoff @dafyre
                              last edited by

                              @dafyre said in Alternatives to Windows 10 File Explorer:

                              @BRRABill said in Alternatives to Windows 10 File Explorer:

                              @hobbit666 said in Alternatives to Windows 10 File Explorer:

                              What's wrong with Win10 File Explorer?

                              Yeah, what's up with that?

                              Some folks don't like having 50 windows open when doing drag & drop / copy and paste?

                              I've yet to find one that I consistently come back to -- no matter what OS I'm using... Althought Multicommander is looking kinda nice.

                              So it's more of an issue with Explorer's file navigation in general rather than an issue specific to Windows 10? Because that's sort of the inference from what OP wrote.

                              dafyreD 1 Reply Last reply Reply Quote 1
                              • dafyreD
                                dafyre @tonyshowoff
                                last edited by

                                @tonyshowoff said in Alternatives to Windows 10 File Explorer:

                                @dafyre said in Alternatives to Windows 10 File Explorer:

                                @BRRABill said in Alternatives to Windows 10 File Explorer:

                                @hobbit666 said in Alternatives to Windows 10 File Explorer:

                                What's wrong with Win10 File Explorer?

                                Yeah, what's up with that?

                                Some folks don't like having 50 windows open when doing drag & drop / copy and paste?

                                I've yet to find one that I consistently come back to -- no matter what OS I'm using... Althought Multicommander is looking kinda nice.

                                So it's more of an issue with Explorer's file navigation in general rather than an issue specific to Windows 10? Because that's sort of the inference from what OP wrote.

                                Pretty much, yeah. Some folks like using Explorer, other folks like tools like Midnight Commander, et al.

                                1 Reply Last reply Reply Quote 0
                                • wrx7mW
                                  wrx7m
                                  last edited by

                                  @dafyre said in Alternatives to Windows 10 File Explorer:

                                  @tonyshowoff said in Alternatives to Windows 10 File Explorer:

                                  @dafyre said in Alternatives to Windows 10 File Explorer:

                                  @BRRABill said in Alternatives to Windows 10 File Explorer:

                                  @hobbit666 said in Alternatives to Windows 10 File Explorer:

                                  What's wrong with Win10 File Explorer?

                                  Yeah, what's up with that?

                                  Some folks don't like having 50 windows open when doing drag & drop / copy and paste?

                                  I've yet to find one that I consistently come back to -- no matter what OS I'm using... Althought Multicommander is looking kinda nice.

                                  So it's more of an issue with Explorer's file navigation in general rather than an issue specific to Windows 10? Because that's sort of the inference from what OP wrote.

                                  Pretty much, yeah. Some folks like using Explorer, other folks like tools like Midnight Commander, et al.

                                  How easy is it to revert to stock Windows explorer after test driving another one?

                                  dafyreD 1 Reply Last reply Reply Quote 0
                                  • dafyreD
                                    dafyre @wrx7m
                                    last edited by

                                    @wrx7m said in Alternatives to Windows 10 File Explorer:

                                    @dafyre said in Alternatives to Windows 10 File Explorer:

                                    @tonyshowoff said in Alternatives to Windows 10 File Explorer:

                                    @dafyre said in Alternatives to Windows 10 File Explorer:

                                    @BRRABill said in Alternatives to Windows 10 File Explorer:

                                    @hobbit666 said in Alternatives to Windows 10 File Explorer:

                                    What's wrong with Win10 File Explorer?

                                    Yeah, what's up with that?

                                    Some folks don't like having 50 windows open when doing drag & drop / copy and paste?

                                    I've yet to find one that I consistently come back to -- no matter what OS I'm using... Althought Multicommander is looking kinda nice.

                                    So it's more of an issue with Explorer's file navigation in general rather than an issue specific to Windows 10? Because that's sort of the inference from what OP wrote.

                                    Pretty much, yeah. Some folks like using Explorer, other folks like tools like Midnight Commander, et al.

                                    How easy is it to revert to stock Windows explorer after test driving another one?

                                    These are separate apps. You have to run them yourself. They don't take over that I'm aware of.

                                    tonyshowoffT 1 Reply Last reply Reply Quote 1
                                    • tonyshowoffT
                                      tonyshowoff @dafyre
                                      last edited by tonyshowoff

                                      @dafyre said in Alternatives to Windows 10 File Explorer:

                                      @wrx7m said in Alternatives to Windows 10 File Explorer:

                                      @dafyre said in Alternatives to Windows 10 File Explorer:

                                      @tonyshowoff said in Alternatives to Windows 10 File Explorer:

                                      @dafyre said in Alternatives to Windows 10 File Explorer:

                                      @BRRABill said in Alternatives to Windows 10 File Explorer:

                                      @hobbit666 said in Alternatives to Windows 10 File Explorer:

                                      What's wrong with Win10 File Explorer?

                                      Yeah, what's up with that?

                                      Some folks don't like having 50 windows open when doing drag & drop / copy and paste?

                                      I've yet to find one that I consistently come back to -- no matter what OS I'm using... Althought Multicommander is looking kinda nice.

                                      So it's more of an issue with Explorer's file navigation in general rather than an issue specific to Windows 10? Because that's sort of the inference from what OP wrote.

                                      Pretty much, yeah. Some folks like using Explorer, other folks like tools like Midnight Commander, et al.

                                      How easy is it to revert to stock Windows explorer after test driving another one?

                                      These are separate apps. You have to run them yourself. They don't take over that I'm aware of.

                                      It certainly could though and may have the option to, because there are API hooks and also, at least I recall in Windows 2000 (may still be true) registry entries to change both the shell (explorer) and the file navigation explorer.

                                      I wrote both shell and file explorer replacements for Windows 98 and also NT 4.0 Workstation and 2000, then I lost interest. I basically was just trying (and succeeded) to force Windows to act like Blackbox when I had to do Windows development.

                                      dafyreD 1 Reply Last reply Reply Quote 1
                                      • dafyreD
                                        dafyre @tonyshowoff
                                        last edited by

                                        @tonyshowoff said in Alternatives to Windows 10 File Explorer:

                                        @dafyre said in Alternatives to Windows 10 File Explorer:

                                        @wrx7m said in Alternatives to Windows 10 File Explorer:

                                        @dafyre said in Alternatives to Windows 10 File Explorer:

                                        @tonyshowoff said in Alternatives to Windows 10 File Explorer:

                                        @dafyre said in Alternatives to Windows 10 File Explorer:

                                        @BRRABill said in Alternatives to Windows 10 File Explorer:

                                        @hobbit666 said in Alternatives to Windows 10 File Explorer:

                                        What's wrong with Win10 File Explorer?

                                        Yeah, what's up with that?

                                        Some folks don't like having 50 windows open when doing drag & drop / copy and paste?

                                        I've yet to find one that I consistently come back to -- no matter what OS I'm using... Althought Multicommander is looking kinda nice.

                                        So it's more of an issue with Explorer's file navigation in general rather than an issue specific to Windows 10? Because that's sort of the inference from what OP wrote.

                                        Pretty much, yeah. Some folks like using Explorer, other folks like tools like Midnight Commander, et al.

                                        How easy is it to revert to stock Windows explorer after test driving another one?

                                        These are separate apps. You have to run them yourself. They don't take over that I'm aware of.

                                        It certainly could though and may have the option to, because there are API hooks and also, at least I recall in Windows 2000 (may still be true) registry entries to change both the shell (explorer) and the file navigation explorer.

                                        I wrote both shell and file explorer replacements for Windows 98 and also NT 4.0 Workstation and 2000, then I lost interest. I basically was just trying (and succeeded) to force Windows to act like Blackbox when I had to do Windows development.

                                        Yeah. These don't do that by default though... Be nice if I could make WIN+E open up any app I wanted, lol.

                                        tonyshowoffT 1 Reply Last reply Reply Quote 0
                                        • tonyshowoffT
                                          tonyshowoff @dafyre
                                          last edited by tonyshowoff

                                          @dafyre I can't remember if Windows + E opens file explorer as set in registry or simply runs the shell again, I seem to remember that being a weird issue I had to deal with but it may have been with 98 rather than NT. Because in the infinite genius of Microsoft, explorer.exe runs both the shell and file explorer.

                                          Essentially when it executes, if it sees other mutexes (instances of itself running) it will hook the DLL(s) for the file explorer, otherwise it assumes the shell has not started or has crash and just reloads the shell (probably still hooks shell32.dll). It's why you can kill explorer.exe totally and then run it again from task manager and it'll restart the shell and not just open up (My) Computer. Otherwise if you execute explorer.exe with Explorer already running you'll get your computer or whatever it's set to navigate to.

                                          1 Reply Last reply Reply Quote 0
                                          • siringoS
                                            siringo
                                            last edited by

                                            thanks for all the feedback folks. i spent time looking at alternatives and wondered if they'd work with Onedrive? I've only got bcak to this again and can say that Q-Dir does work with Onedrive.

                                            When I say work, it shows me which files are in cloud, which are local and which are syncing. Not sure if all will do that, but Q-Dir does.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 2 / 3
                                            • First post
                                              Last post