Computers
Computer Parts
Custom PC Builder
DIY/ Maker
{$smarty.capture.menu}
Activity
Categories
Discussions
Computers
Computer Parts
Custom PC Builder
DIY/ Maker
How to Reinstall Default Windows 10 Apps with PowerShell - Micro Center
<main> <article class="userContent"> <p>There are a number of apps that are included by default with Windows 10. Things like the Camera app, Windows Mail, and Microsoft Edge come to mind. What you might not realize is that even things like the Start Menu, File Explorer and other basic Windows features are technically "apps." When you have problems with a specific application, one of the simple things you can do to troubleshoot is reinstalling it. However, there's no obvious way to do that for the built-in Windows apps. This guide will cover exactly how you can reinstall the default Windows apps using PowerShell. </p><p>Cases where this would be useful would be things like your start menu not displaying properly, the Settings app crashing every time you open it, or the taskbar not working. Basically, if you're having a problem with one of the basic apps/features included with Windows 10, this is something that could potentially fix it. </p><p>Here is How to Reinstall Default Windows 10 Apps with PowerShell:</p><p><br></p><p>1. We need to open PowerShell as an administrator. There are multiple ways you can do this. First, you can <strong>right click the Start button </strong>then click <strong>Windows PowerShell (admin). </strong>If the Start button isn't working, you can press the <strong>Windows key + X </strong>to bring up this same menu. </p><div class="embedExternal embedImage display-large float-none"> <div class="embedExternal-content"> <a class="embedImage-link" href="https://us.v-cdn.net/6031942/uploads/editor/y7/1ybdc8k2kkvc.png" rel="nofollow noreferrer noopener ugc" target="_blank"> <img class="embedImage-img" src="https://us.v-cdn.net/6031942/uploads/editor/y7/1ybdc8k2kkvc.png" alt="1ybdc8k2kkvc.png"></img></a> </div> </div> <p></p><p><br></p><p>If the search bar is working, you can type <strong>PowerShell</strong> into the search bar, then <strong>right click Windows PowerShell</strong> and select <strong>Run as administrator</strong></p><div class="embedExternal embedImage display-large float-none"> <div class="embedExternal-content"> <a class="embedImage-link" href="https://us.v-cdn.net/6031942/uploads/editor/xi/regvmpxznn6z.png" rel="nofollow noreferrer noopener ugc" target="_blank"> <img class="embedImage-img" src="https://us.v-cdn.net/6031942/uploads/editor/xi/regvmpxznn6z.png" alt="regvmpxznn6z.png"></img></a> </div> </div> <p></p><p><br></p><p>If neither the search bar nor start button is working, press <strong>Ctrl + Shift + Esc</strong> on your keyboard to open up Task Manager. Make sure you're in the detailed view, if not click <strong>More details</strong> on the bottom left. Once you do that, you need to click <strong>File</strong> on the top left then select <strong>Run new task</strong>. </p><div class="embedExternal embedImage display-large float-none"> <div class="embedExternal-content"> <a class="embedImage-link" href="https://us.v-cdn.net/6031942/uploads/editor/95/1ssiad9im0kp.png" rel="nofollow noreferrer noopener ugc" target="_blank"> <img class="embedImage-img" src="https://us.v-cdn.net/6031942/uploads/editor/95/1ssiad9im0kp.png" alt="1ssiad9im0kp.png"></img></a> </div> </div> <p></p><p><br></p><div class="embedExternal embedImage display-large float-none"> <div class="embedExternal-content"> <a class="embedImage-link" href="https://us.v-cdn.net/6031942/uploads/editor/bc/15dnfuh7t4f0.png" rel="nofollow noreferrer noopener ugc" target="_blank"> <img class="embedImage-img" src="https://us.v-cdn.net/6031942/uploads/editor/bc/15dnfuh7t4f0.png" alt="15dnfuh7t4f0.png"></img></a> </div> </div> <p></p><p><br></p><p>A new window will display that you can use to run a program. Type <strong>PowerShell</strong>, then make sure you <strong>check the box </strong>that says "Create this task with administrative privileges" to open it as an administrator, then click OK. </p><div class="embedExternal embedImage display-large float-none"> <div class="embedExternal-content"> <a class="embedImage-link" href="https://us.v-cdn.net/6031942/uploads/editor/9e/tizae1n4dtpy.png" rel="nofollow noreferrer noopener ugc" target="_blank"> <img class="embedImage-img" src="https://us.v-cdn.net/6031942/uploads/editor/9e/tizae1n4dtpy.png" alt="tizae1n4dtpy.png"></img></a> </div> </div> <p></p><p><br></p><p>2. Once you're in PowerShell as an admin, type or copy/paste the following command and hit enter:</p><p><em>Get-AppxPackage -allusers | foreach {Add-AppxPackage -register "$($_.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode}</em></p><div class="embedExternal embedImage display-large float-none"> <div class="embedExternal-content"> <a class="embedImage-link" href="https://us.v-cdn.net/6031942/uploads/editor/39/17tcekhegzh6.jpg" rel="nofollow noreferrer noopener ugc" target="_blank"> <img class="embedImage-img" src="https://us.v-cdn.net/6031942/uploads/editor/39/17tcekhegzh6.jpg" alt="17tcekhegzh6.jpg"></img></a> </div> </div> <p></p><p><br></p><p>The command will likely take a few minutes to run. If you see any error messages don't worry about them too much. While they could be reflective of some potential corruption in Windows, it could also just be that certain resources are currently in use. Once the command finishes running, restart your computer and see if the issues have been fixed.</p> </article> </main>