Disabling the Microsoft Windows 10 Windows Store












0














How can one safely disable - or preferably uninstall - the Microsoft Windows 10 "Windows Store" that came preinstalled on my system? I have little or no use for the 370 files in 102 folders that are occupying 104 MB on my C:Drive which is 78% full. If I need anything from Microsoft, I can go to Microsoft on-line to look at things I might need.










share|improve this question



























    0














    How can one safely disable - or preferably uninstall - the Microsoft Windows 10 "Windows Store" that came preinstalled on my system? I have little or no use for the 370 files in 102 folders that are occupying 104 MB on my C:Drive which is 78% full. If I need anything from Microsoft, I can go to Microsoft on-line to look at things I might need.










    share|improve this question

























      0












      0








      0







      How can one safely disable - or preferably uninstall - the Microsoft Windows 10 "Windows Store" that came preinstalled on my system? I have little or no use for the 370 files in 102 folders that are occupying 104 MB on my C:Drive which is 78% full. If I need anything from Microsoft, I can go to Microsoft on-line to look at things I might need.










      share|improve this question













      How can one safely disable - or preferably uninstall - the Microsoft Windows 10 "Windows Store" that came preinstalled on my system? I have little or no use for the 370 files in 102 folders that are occupying 104 MB on my C:Drive which is 78% full. If I need anything from Microsoft, I can go to Microsoft on-line to look at things I might need.







      windows-10 uninstall windows-store-app






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Dec 24 '18 at 18:49









      Curtis BairdCurtis Baird

      11




      11






















          2 Answers
          2






          active

          oldest

          votes


















          0














          You should be able to remove it using PowerShell.
          First, run Get-AppxPackage and locate the one with the name Microsoft.WindowsStore. Copy its PackageFullName. Now, run Remove-AppxPackage -Package [Paste PackageFullName Here].



          A quick warning though: it may be difficult to restore the Microsoft Store after it is removed. Make sure you actually want to remove it. If you are running low on disk space, consider instead running cleanmgr or for even more options and to scan and clean multiple drives at once, cleanmgr /sageset:65535 /sagerun:65535.



          Sources:
          https://docs.microsoft.com/en-us/powershell/module/appx/get-appxpackage?view=win10-ps



          https://docs.microsoft.com/en-us/powershell/module/appx/remove-appxpackage?view=win10-ps



          https://www.howtogeek.com/256594/how-to-enable-hidden-options-in-windows-disk-cleanup-tool/






          share|improve this answer





























            0














            If you are using non Windows home version, we could run the command line below in powershell script as administrator to uninstall store for all users.
            Get-AppxPackage -allusers windowsstore | Remove-AppxPackage






            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%2f1387444%2fdisabling-the-microsoft-windows-10-windows-store%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









              0














              You should be able to remove it using PowerShell.
              First, run Get-AppxPackage and locate the one with the name Microsoft.WindowsStore. Copy its PackageFullName. Now, run Remove-AppxPackage -Package [Paste PackageFullName Here].



              A quick warning though: it may be difficult to restore the Microsoft Store after it is removed. Make sure you actually want to remove it. If you are running low on disk space, consider instead running cleanmgr or for even more options and to scan and clean multiple drives at once, cleanmgr /sageset:65535 /sagerun:65535.



              Sources:
              https://docs.microsoft.com/en-us/powershell/module/appx/get-appxpackage?view=win10-ps



              https://docs.microsoft.com/en-us/powershell/module/appx/remove-appxpackage?view=win10-ps



              https://www.howtogeek.com/256594/how-to-enable-hidden-options-in-windows-disk-cleanup-tool/






              share|improve this answer


























                0














                You should be able to remove it using PowerShell.
                First, run Get-AppxPackage and locate the one with the name Microsoft.WindowsStore. Copy its PackageFullName. Now, run Remove-AppxPackage -Package [Paste PackageFullName Here].



                A quick warning though: it may be difficult to restore the Microsoft Store after it is removed. Make sure you actually want to remove it. If you are running low on disk space, consider instead running cleanmgr or for even more options and to scan and clean multiple drives at once, cleanmgr /sageset:65535 /sagerun:65535.



                Sources:
                https://docs.microsoft.com/en-us/powershell/module/appx/get-appxpackage?view=win10-ps



                https://docs.microsoft.com/en-us/powershell/module/appx/remove-appxpackage?view=win10-ps



                https://www.howtogeek.com/256594/how-to-enable-hidden-options-in-windows-disk-cleanup-tool/






                share|improve this answer
























                  0












                  0








                  0






                  You should be able to remove it using PowerShell.
                  First, run Get-AppxPackage and locate the one with the name Microsoft.WindowsStore. Copy its PackageFullName. Now, run Remove-AppxPackage -Package [Paste PackageFullName Here].



                  A quick warning though: it may be difficult to restore the Microsoft Store after it is removed. Make sure you actually want to remove it. If you are running low on disk space, consider instead running cleanmgr or for even more options and to scan and clean multiple drives at once, cleanmgr /sageset:65535 /sagerun:65535.



                  Sources:
                  https://docs.microsoft.com/en-us/powershell/module/appx/get-appxpackage?view=win10-ps



                  https://docs.microsoft.com/en-us/powershell/module/appx/remove-appxpackage?view=win10-ps



                  https://www.howtogeek.com/256594/how-to-enable-hidden-options-in-windows-disk-cleanup-tool/






                  share|improve this answer












                  You should be able to remove it using PowerShell.
                  First, run Get-AppxPackage and locate the one with the name Microsoft.WindowsStore. Copy its PackageFullName. Now, run Remove-AppxPackage -Package [Paste PackageFullName Here].



                  A quick warning though: it may be difficult to restore the Microsoft Store after it is removed. Make sure you actually want to remove it. If you are running low on disk space, consider instead running cleanmgr or for even more options and to scan and clean multiple drives at once, cleanmgr /sageset:65535 /sagerun:65535.



                  Sources:
                  https://docs.microsoft.com/en-us/powershell/module/appx/get-appxpackage?view=win10-ps



                  https://docs.microsoft.com/en-us/powershell/module/appx/remove-appxpackage?view=win10-ps



                  https://www.howtogeek.com/256594/how-to-enable-hidden-options-in-windows-disk-cleanup-tool/







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Dec 24 '18 at 21:39









                  user9811991user9811991

                  53




                  53

























                      0














                      If you are using non Windows home version, we could run the command line below in powershell script as administrator to uninstall store for all users.
                      Get-AppxPackage -allusers windowsstore | Remove-AppxPackage






                      share|improve this answer


























                        0














                        If you are using non Windows home version, we could run the command line below in powershell script as administrator to uninstall store for all users.
                        Get-AppxPackage -allusers windowsstore | Remove-AppxPackage






                        share|improve this answer
























                          0












                          0








                          0






                          If you are using non Windows home version, we could run the command line below in powershell script as administrator to uninstall store for all users.
                          Get-AppxPackage -allusers windowsstore | Remove-AppxPackage






                          share|improve this answer












                          If you are using non Windows home version, we could run the command line below in powershell script as administrator to uninstall store for all users.
                          Get-AppxPackage -allusers windowsstore | Remove-AppxPackage







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Dec 25 '18 at 9:46









                          JoyJoy

                          795




                          795






























                              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.





                              Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                              Please pay close attention to the following guidance:


                              • 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%2f1387444%2fdisabling-the-microsoft-windows-10-windows-store%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 do I know what Microsoft account the skydrive app is syncing to?

                              When does type information flow backwards in C++?

                              Grease: Live!