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

    Disk Manager with No Search in Windows 10

    Scheduled Pinned Locked Moved IT Discussion
    windowswindows 10
    26 Posts 7 Posters 1.5k 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.
    • thwrT
      thwr
      last edited by

      or just run mmc.exe and add (CTRL+M) the disk management snap-in

      1 Reply Last reply Reply Quote 1
      • thwrT
        thwr @scottalanmiller
        last edited by

        @scottalanmiller said in Disk Manager with No Search in Windows 10:

        @thwr said in Disk Manager with No Search in Windows 10:

        or right-click on the Start menu button

        20882694-1f3b-4d17-a486-20334d1b5144-image.png

        Right... but she removed all that from the Start Menu 😉 There's no standard start menu there at all.

        hehe

        1 Reply Last reply Reply Quote 0
        • jmooreJ
          jmoore
          last edited by

          diskmgmt.msc

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

            @Obsolesce said in Disk Manager with No Search in Windows 10:

            @scottalanmiller said in Disk Manager with No Search in Windows 10:

            So in our situation, we had to open PowerShell and run diskmgmt.msc and it was able to open it. You have to have the full name.

            This came about because someone installed some "Classic Shell" hijack software that removes all of the Windows Vista and later functionality to find tools. So the system is almost entirely broken.

            You could also hit the "Windows" key + r, then type that in the run box and hit enter.

            Only if you have the full name. diskmgmt.msc will work that way, diskmgmt will not. We tried.

            ObsolesceO dbeatoD 2 Replies Last reply Reply Quote 0
            • black3dynamiteB
              black3dynamite
              last edited by

              Windows Key + X, Press A for Windows PowerShell (Admin)
              In powershell, type diskmgmt.msc

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

                @black3dynamite said in Disk Manager with No Search in Windows 10:

                Windows Key + X, Press A for Windows PowerShell (Admin)

                Tried that, too. But we were remote and the system didn't pass that through.

                S 1 Reply Last reply Reply Quote 0
                • black3dynamiteB
                  black3dynamite
                  last edited by

                  Here's a crazy one for you.

                  Windows Key + r, powershell -command "start-process diskmgmt.msc -verb runas"

                  1 Reply Last reply Reply Quote 1
                  • S
                    scotth @scottalanmiller
                    last edited by scotth

                    @scottalanmiller said in Disk Manager with No Search in Windows 10:

                    @black3dynamite said in Disk Manager with No Search in Windows 10:

                    Windows Key + X, Press A for Windows PowerShell (Admin)

                    Tried that, too. But we were remote and the system didn't pass that through.

                    Isn't right click on the menu start button the same as Windows Key + X?

                    scottalanmillerS 1 Reply Last reply Reply Quote 0
                    • black3dynamiteB
                      black3dynamite
                      last edited by

                      Open File Explorer and enter powershell -command "start-process diskmgmt.msc -verb runas" in the address bar.

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

                        @scotth said in Disk Manager with No Search in Windows 10:

                        @scottalanmiller said in Disk Manager with No Search in Windows 10:

                        @black3dynamite said in Disk Manager with No Search in Windows 10:

                        Windows Key + X, Press A for Windows PowerShell (Admin)

                        Tried that, too. But we were remote and the system didn't pass that through.

                        Isn't right click on the menu start button the same as Windows Key + X?

                        But we don't have the start button anymore.

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

                          @scottalanmiller said in Disk Manager with No Search in Windows 10:

                          @scotth said in Disk Manager with No Search in Windows 10:

                          @scottalanmiller said in Disk Manager with No Search in Windows 10:

                          @black3dynamite said in Disk Manager with No Search in Windows 10:

                          Windows Key + X, Press A for Windows PowerShell (Admin)

                          Tried that, too. But we were remote and the system didn't pass that through.

                          Isn't right click on the menu start button the same as Windows Key + X?

                          But we don't have the start button anymore.

                          That majorly sucks

                          1 Reply Last reply Reply Quote 0
                          • thwrT
                            thwr
                            last edited by

                            Or with a simple cmd shell...

                            C:\WINDOWS\system32>mmc diskmgmt.msc
                            
                            1 Reply Last reply Reply Quote 0
                            • thwrT
                              thwr
                              last edited by

                              Ha... this should work every time:

                              1. CTRL-ALT-DEL
                              2. Taskmanager
                              3. File -> Exec new task (or whatever it is called in English)
                              4. mmc diskmgmt.msc (or mmc.exe or ...)
                              S 1 Reply Last reply Reply Quote 3
                              • S
                                scotth @thwr
                                last edited by

                                @thwr said in Disk Manager with No Search in Windows 10:

                                Ha... this should work every time:

                                1. CTRL-ALT-DEL
                                2. Taskmanager
                                3. File -> Exec new task (or whatever it is called in English)
                                4. mmc diskmgmt.msc (or mmc.exe or ...)

                                You could also run explorer. If the shell's jacked, it might reload somewhat correctly

                                1 Reply Last reply Reply Quote 0
                                • thwrT
                                  thwr
                                  last edited by

                                  Sure 🙂

                                  1 Reply Last reply Reply Quote 0
                                  • ObsolesceO
                                    Obsolesce @scottalanmiller
                                    last edited by

                                    @scottalanmiller said in Disk Manager with No Search in Windows 10:

                                    @Obsolesce said in Disk Manager with No Search in Windows 10:

                                    @scottalanmiller said in Disk Manager with No Search in Windows 10:

                                    So in our situation, we had to open PowerShell and run diskmgmt.msc and it was able to open it. You have to have the full name.

                                    This came about because someone installed some "Classic Shell" hijack software that removes all of the Windows Vista and later functionality to find tools. So the system is almost entirely broken.

                                    You could also hit the "Windows" key + r, then type that in the run box and hit enter.

                                    Only if you have the full name. diskmgmt.msc will work that way, diskmgmt will not. We tried.

                                    Ya it's not an executable file.

                                    1 Reply Last reply Reply Quote 0
                                    • dbeatoD
                                      dbeato @scottalanmiller
                                      last edited by

                                      @scottalanmiller said in Disk Manager with No Search in Windows 10:

                                      @Obsolesce said in Disk Manager with No Search in Windows 10:

                                      @scottalanmiller said in Disk Manager with No Search in Windows 10:

                                      So in our situation, we had to open PowerShell and run diskmgmt.msc and it was able to open it. You have to have the full name.

                                      This came about because someone installed some "Classic Shell" hijack software that removes all of the Windows Vista and later functionality to find tools. So the system is almost entirely broken.

                                      You could also hit the "Windows" key + r, then type that in the run box and hit enter.

                                      Only if you have the full name. diskmgmt.msc will work that way, diskmgmt will not. We tried.

                                      Correct. I am surprised this became a post. However I understand with the whole classicshell situation.

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

                                        @dbeato said in Disk Manager with No Search in Windows 10:

                                        @scottalanmiller said in Disk Manager with No Search in Windows 10:

                                        @Obsolesce said in Disk Manager with No Search in Windows 10:

                                        @scottalanmiller said in Disk Manager with No Search in Windows 10:

                                        So in our situation, we had to open PowerShell and run diskmgmt.msc and it was able to open it. You have to have the full name.

                                        This came about because someone installed some "Classic Shell" hijack software that removes all of the Windows Vista and later functionality to find tools. So the system is almost entirely broken.

                                        You could also hit the "Windows" key + r, then type that in the run box and hit enter.

                                        Only if you have the full name. diskmgmt.msc will work that way, diskmgmt will not. We tried.

                                        Correct. I am surprised this became a post. However I understand with the whole classicshell situation.

                                        Yeah, like I never have to know the whole name. I figured it was diskmgmt.exe. Nearly every guide only has it without the extension. And I've never had to type it out before.

                                        dbeatoD 1 Reply Last reply Reply Quote 0
                                        • dbeatoD
                                          dbeato @scottalanmiller
                                          last edited by

                                          @scottalanmiller said in Disk Manager with No Search in Windows 10:

                                          @dbeato said in Disk Manager with No Search in Windows 10:

                                          @scottalanmiller said in Disk Manager with No Search in Windows 10:

                                          @Obsolesce said in Disk Manager with No Search in Windows 10:

                                          @scottalanmiller said in Disk Manager with No Search in Windows 10:

                                          So in our situation, we had to open PowerShell and run diskmgmt.msc and it was able to open it. You have to have the full name.

                                          This came about because someone installed some "Classic Shell" hijack software that removes all of the Windows Vista and later functionality to find tools. So the system is almost entirely broken.

                                          You could also hit the "Windows" key + r, then type that in the run box and hit enter.

                                          Only if you have the full name. diskmgmt.msc will work that way, diskmgmt will not. We tried.

                                          Correct. I am surprised this became a post. However I understand with the whole classicshell situation.

                                          Yeah, like I never have to know the whole name. I figured it was diskmgmt.exe. Nearly every guide only has it without the extension. And I've never had to type it out before.

                                          Yeah, most applications for Windows are .msc or .cpl that control things as below:

                                          Services - services.msc
                                          Programs and Features - appwiz.cpl
                                          Disk Managment - diskmgmt.msc
                                          Computer Management - compmgmt.msc

                                          For Control panel you would open just "control" and that's it so it can be inconsistent.

                                          And so forth.

                                          thwrT 1 Reply Last reply Reply Quote 2
                                          • thwrT
                                            thwr @dbeato
                                            last edited by

                                            @dbeato said in Disk Manager with No Search in Windows 10:

                                            @scottalanmiller said in Disk Manager with No Search in Windows 10:

                                            @dbeato said in Disk Manager with No Search in Windows 10:

                                            @scottalanmiller said in Disk Manager with No Search in Windows 10:

                                            @Obsolesce said in Disk Manager with No Search in Windows 10:

                                            @scottalanmiller said in Disk Manager with No Search in Windows 10:

                                            So in our situation, we had to open PowerShell and run diskmgmt.msc and it was able to open it. You have to have the full name.

                                            This came about because someone installed some "Classic Shell" hijack software that removes all of the Windows Vista and later functionality to find tools. So the system is almost entirely broken.

                                            You could also hit the "Windows" key + r, then type that in the run box and hit enter.

                                            Only if you have the full name. diskmgmt.msc will work that way, diskmgmt will not. We tried.

                                            Correct. I am surprised this became a post. However I understand with the whole classicshell situation.

                                            Yeah, like I never have to know the whole name. I figured it was diskmgmt.exe. Nearly every guide only has it without the extension. And I've never had to type it out before.

                                            Yeah, most applications for Windows are .msc or .cpl that control things as below:

                                            Services - services.msc
                                            Programs and Features - appwiz.cpl
                                            Disk Managment - diskmgmt.msc
                                            Computer Management - compmgmt.msc

                                            For Control panel you would open just "control" and that's it so it can be inconsistent.

                                            And so forth.

                                            I usually just start mmc.exe. Three simple characters to type (or seven), no need to remember names (I used to know them, but...) and access to all mmc's in one place.

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