Windows 10 Start Menu and Search not working












4















This is a problem I've ran into on multiple machines now. The Windows 10 Start Menu and/or Search (Cortana) stops working even after restarting the computer.










share|improve this question













migrated from stackoverflow.com Aug 9 '17 at 19:14


This question came from our site for professional and enthusiast programmers.




















    4















    This is a problem I've ran into on multiple machines now. The Windows 10 Start Menu and/or Search (Cortana) stops working even after restarting the computer.










    share|improve this question













    migrated from stackoverflow.com Aug 9 '17 at 19:14


    This question came from our site for professional and enthusiast programmers.


















      4












      4








      4


      1






      This is a problem I've ran into on multiple machines now. The Windows 10 Start Menu and/or Search (Cortana) stops working even after restarting the computer.










      share|improve this question














      This is a problem I've ran into on multiple machines now. The Windows 10 Start Menu and/or Search (Cortana) stops working even after restarting the computer.







      windows-10 windows-search






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Aug 9 '17 at 16:08









      Easton James HarveyEaston James Harvey

      1626




      1626




      migrated from stackoverflow.com Aug 9 '17 at 19:14


      This question came from our site for professional and enthusiast programmers.






      migrated from stackoverflow.com Aug 9 '17 at 19:14


      This question came from our site for professional and enthusiast programmers.
























          2 Answers
          2






          active

          oldest

          votes


















          3














          I've found that a good old system reboot will do the trick, however if that doesn't work, this fix has worked quite often.



          If you can’t open or type anything in the Windows 10 search menu, please try one or both of these methods:



          Method 1: Right click on the start menu or press Windows + X keys on the keyboard, select and open Command prompt (admin). Then enter the below commands and hit Enter key:



          Command 1:
          PowerShell -ExecutionPolicy Unrestricted 
          Now enter the below command and hit Enter key: 



          Command 2: 
          Get-AppXPackage -AllUsers |Where-Object {$.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($.InstallLocation)AppXManifest.xml"}



          If the issue still persist, follow the second method:



          Method 2: Open the Task Manager by pressing CTRL+Shift+ESC keys. Or you can open it by right clicking on the taskbar if it works.
          Then click File an then Run New Task. Make sure you have a check mark beside “Create this task with administrative privileges”. Now type Powershell.
          Type the following in the Powershell prompt:



          Command: $manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + 'AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest



          Wait till the process completed and then close the Powershell window. Now, reboot the computer and check if that fixed the issue.






          share|improve this answer



















          • 1





            For me both commands end with errors ;(

            – Nickon
            Apr 22 '18 at 8:17



















          0














          I had the same issue. After looking at many different solutions, what worked for me was as follows:



          Click on the start menu and locate the Cortana app in the apps lookup. Right-click -> more -> app settings. Scroll down to Reset and hit the reset button. Worked instantly for me and could start searching through the Cortana search.






          share|improve this answer























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "3"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1239275%2fwindows-10-start-menu-and-search-not-working%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            3














            I've found that a good old system reboot will do the trick, however if that doesn't work, this fix has worked quite often.



            If you can’t open or type anything in the Windows 10 search menu, please try one or both of these methods:



            Method 1: Right click on the start menu or press Windows + X keys on the keyboard, select and open Command prompt (admin). Then enter the below commands and hit Enter key:



            Command 1:
            PowerShell -ExecutionPolicy Unrestricted 
            Now enter the below command and hit Enter key: 



            Command 2: 
            Get-AppXPackage -AllUsers |Where-Object {$.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($.InstallLocation)AppXManifest.xml"}



            If the issue still persist, follow the second method:



            Method 2: Open the Task Manager by pressing CTRL+Shift+ESC keys. Or you can open it by right clicking on the taskbar if it works.
            Then click File an then Run New Task. Make sure you have a check mark beside “Create this task with administrative privileges”. Now type Powershell.
            Type the following in the Powershell prompt:



            Command: $manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + 'AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest



            Wait till the process completed and then close the Powershell window. Now, reboot the computer and check if that fixed the issue.






            share|improve this answer



















            • 1





              For me both commands end with errors ;(

              – Nickon
              Apr 22 '18 at 8:17
















            3














            I've found that a good old system reboot will do the trick, however if that doesn't work, this fix has worked quite often.



            If you can’t open or type anything in the Windows 10 search menu, please try one or both of these methods:



            Method 1: Right click on the start menu or press Windows + X keys on the keyboard, select and open Command prompt (admin). Then enter the below commands and hit Enter key:



            Command 1:
            PowerShell -ExecutionPolicy Unrestricted 
            Now enter the below command and hit Enter key: 



            Command 2: 
            Get-AppXPackage -AllUsers |Where-Object {$.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($.InstallLocation)AppXManifest.xml"}



            If the issue still persist, follow the second method:



            Method 2: Open the Task Manager by pressing CTRL+Shift+ESC keys. Or you can open it by right clicking on the taskbar if it works.
            Then click File an then Run New Task. Make sure you have a check mark beside “Create this task with administrative privileges”. Now type Powershell.
            Type the following in the Powershell prompt:



            Command: $manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + 'AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest



            Wait till the process completed and then close the Powershell window. Now, reboot the computer and check if that fixed the issue.






            share|improve this answer



















            • 1





              For me both commands end with errors ;(

              – Nickon
              Apr 22 '18 at 8:17














            3












            3








            3







            I've found that a good old system reboot will do the trick, however if that doesn't work, this fix has worked quite often.



            If you can’t open or type anything in the Windows 10 search menu, please try one or both of these methods:



            Method 1: Right click on the start menu or press Windows + X keys on the keyboard, select and open Command prompt (admin). Then enter the below commands and hit Enter key:



            Command 1:
            PowerShell -ExecutionPolicy Unrestricted 
            Now enter the below command and hit Enter key: 



            Command 2: 
            Get-AppXPackage -AllUsers |Where-Object {$.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($.InstallLocation)AppXManifest.xml"}



            If the issue still persist, follow the second method:



            Method 2: Open the Task Manager by pressing CTRL+Shift+ESC keys. Or you can open it by right clicking on the taskbar if it works.
            Then click File an then Run New Task. Make sure you have a check mark beside “Create this task with administrative privileges”. Now type Powershell.
            Type the following in the Powershell prompt:



            Command: $manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + 'AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest



            Wait till the process completed and then close the Powershell window. Now, reboot the computer and check if that fixed the issue.






            share|improve this answer













            I've found that a good old system reboot will do the trick, however if that doesn't work, this fix has worked quite often.



            If you can’t open or type anything in the Windows 10 search menu, please try one or both of these methods:



            Method 1: Right click on the start menu or press Windows + X keys on the keyboard, select and open Command prompt (admin). Then enter the below commands and hit Enter key:



            Command 1:
            PowerShell -ExecutionPolicy Unrestricted 
            Now enter the below command and hit Enter key: 



            Command 2: 
            Get-AppXPackage -AllUsers |Where-Object {$.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($.InstallLocation)AppXManifest.xml"}



            If the issue still persist, follow the second method:



            Method 2: Open the Task Manager by pressing CTRL+Shift+ESC keys. Or you can open it by right clicking on the taskbar if it works.
            Then click File an then Run New Task. Make sure you have a check mark beside “Create this task with administrative privileges”. Now type Powershell.
            Type the following in the Powershell prompt:



            Command: $manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + 'AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest



            Wait till the process completed and then close the Powershell window. Now, reboot the computer and check if that fixed the issue.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Aug 9 '17 at 16:08









            Easton James HarveyEaston James Harvey

            1626




            1626








            • 1





              For me both commands end with errors ;(

              – Nickon
              Apr 22 '18 at 8:17














            • 1





              For me both commands end with errors ;(

              – Nickon
              Apr 22 '18 at 8:17








            1




            1





            For me both commands end with errors ;(

            – Nickon
            Apr 22 '18 at 8:17





            For me both commands end with errors ;(

            – Nickon
            Apr 22 '18 at 8:17













            0














            I had the same issue. After looking at many different solutions, what worked for me was as follows:



            Click on the start menu and locate the Cortana app in the apps lookup. Right-click -> more -> app settings. Scroll down to Reset and hit the reset button. Worked instantly for me and could start searching through the Cortana search.






            share|improve this answer




























              0














              I had the same issue. After looking at many different solutions, what worked for me was as follows:



              Click on the start menu and locate the Cortana app in the apps lookup. Right-click -> more -> app settings. Scroll down to Reset and hit the reset button. Worked instantly for me and could start searching through the Cortana search.






              share|improve this answer


























                0












                0








                0







                I had the same issue. After looking at many different solutions, what worked for me was as follows:



                Click on the start menu and locate the Cortana app in the apps lookup. Right-click -> more -> app settings. Scroll down to Reset and hit the reset button. Worked instantly for me and could start searching through the Cortana search.






                share|improve this answer













                I had the same issue. After looking at many different solutions, what worked for me was as follows:



                Click on the start menu and locate the Cortana app in the apps lookup. Right-click -> more -> app settings. Scroll down to Reset and hit the reset button. Worked instantly for me and could start searching through the Cortana search.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Jan 11 at 10:59









                OrkemOrkem

                1




                1






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Super User!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1239275%2fwindows-10-start-menu-and-search-not-working%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    How to make a Squid Proxy server?

                    第一次世界大戦

                    Touch on Surface Book