- How to reinstall Microsoft Store app in Windows 10?
- How to install or uninstall Microsoft Store Apps in Windows 10
- How to install Windows Store apps
- How to uninstall Windows 10 Store Apps
- 1] Uninstall it from the Start Menu
- 2] Uninstall it via Settings
- 3] Use a PowerShell command
- 4] Use a PowerShell script
- 5] Windows 10 Store Apps Uninstaller
- 6] Use a third-party freeware
- How to install Microsoft Store?
- Replies (48)
- Can’t install any apps from store windows 10
- Replies (10)
- How to install apps on a separate drive on Windows 10
- How to install Windows Store apps on a separate drive
- Moving Windows Store apps to another drive
- How to install desktop apps on a separate drive
- Wrapping things up
- More Windows 10 resources
- The Dell XPS 15 is our choice for best 15-inch laptop
- Halo: MCC’s live service elements make it better, not worse
- Microsoft’s Surface Duo is not ‘failing up’
- These are the best PC sticks when you’re on the move
How to reinstall Microsoft Store app in Windows 10?
How can I download and install MS Windows Store.
*Original title: Download and install MS Windows Store*
Press Windows key + X
Click Windows PowerShell (Admin)
At the command prompt, type the following then hit Enter:
Get-AppXPackage *WindowsStore* -AllUsers | Foreach
2995 people found this reply helpful
Was this reply helpful?
Sorry this didn’t help.
Great! Thanks for your feedback.
How satisfied are you with this reply?
Thanks for your feedback, it helps us improve the site.
How satisfied are you with this reply?
Thanks for your feedback.
If you’re having issues with Microsoft Store app, we just released a new video that will walk you through some things to try including how to reinstall the Microsoft Store app.
Follow along with the video:
Terminate or Reset the app
1. Press Windows logo key + i
3. Select Microsoft Store, then select Advanced options
4. Select Terminate
5. If that doesn’t work, select
Reset Use the troubleshooter
1. Search for Troubleshoot settings and select Open
2. Select Windows Store apps
3. Select Run the troubleshooter
Reinstall the app
1. Press Windows logo key + x
2. Select Windows PowerShell (Admin)
4. Copy and paste the command: Get-AppXPackage *WindowsStore* -AllUsers | Foreach
6. Restart your computer
Here are some additional resources for you.
How to install or uninstall Microsoft Store Apps in Windows 10
This is a basic tutorial for Windows 10 beginners, who want to know how to install or uninstall UWP apps in Windows 10 that you download from the Microsoft Store. The process is quite simple, so let us take a look at it.
How to install Windows Store apps
If you wish to install Windows Store Apps on your Windows 10 PC, you will have to visit the official Microsoft Store, search for the app, and then download and install it.
Type ‘store‘ in the taskbar bar search and click open the Store app. Using the search bar, search for the app. Once the Store app is found, click on the Install button.
If the app is free, you will see Free written on the button. The process is rather simple, and the installation is quick and straightforward too.
How to uninstall Windows 10 Store Apps
To remove or uninstall a Windows 10 Apps which you installed from the Windows Store, you have the following options:
- Uninstall it from the Start Menu
- Uninstall it via Settings
- Use a PowerShell command
- Use a PowerShell script
- Use a third-party freeware.
1] Uninstall it from the Start Menu
The easiest way to uninstall Windows 10 apps is to type the name of the app in the taskbar search. Once its icon is displayed in the search result, right-click on it, and select Uninstall.
That is all! The app will be uninstalled in a few moments.
2] Uninstall it via Settings
- Click on Start Menu to open it
- Click on Settings to open the Settings window
- In the Settings Window, click on System
- Click on Apps and Features. The right panel will be populated with the list of preinstalled Windows 10 apps that you can remove
- Click on an app to see the options Move and Uninstall. Click on Uninstall to remove the application.
The Uninstall feature is not available for all Windows 10 apps. Some of them, which Windows thinks, are essential to you, and hence you will not see the Uninstall button next to them.
3] Use a PowerShell command
4] Use a PowerShell script
5] Windows 10 Store Apps Uninstaller
Windows 10 Store Apps Uninstaller is another PowerShell app available in the Technet Gallery. If you no longer need an app, then you could use Windows 10 Store Apps Uninstaller to remove it and free up space on the drive.
6] Use a third-party freeware
Our freeware 10AppsManager will let you easily uninstall and reinstall Windows Store apps.
You can also use CCleaner, Store Applications Manager, or AppBuster to uninstall unwanted apps in Windows 10.
How to install Microsoft Store?
I followed A. User’s comment and followed it without troubles to the point where I had to install a fresh copy of of the Windows 10 app store. I tried to follow all 4 methods, but «Microsoft Store» was not on the list in the App & Features settings tab, for Method 2, «Microsoft Store» was not in the administrator PowerShell » Get-Appxpackage –Allusers», Method 3 did not work, and Method was not really an option for me.
What do I do? I need to use the Microsoft Store, but I could not seem to be able to re-install it. Nvidia GeForce Experience says that I need to install Nvidia Control Panel via the Microsoft Store, but I don’t have the store. All the apps and that I installed via the store seem to be missing.
Update: Fixed by resetting Windows entirely.
Replies (48)
* Please try a lower page number.
* Please enter only numbers.
* Please try a lower page number.
* Please enter only numbers.
I’m John an Independent Advisor and a Microsoft user like you. I’m sorry you’ve had a frustrating time, but I’m glad you messaged so that we can research this and determine what causing the problem. I understand you’re having problem installing Microsoft store.
**Check your Antivirus might be interfering with the Store, Try to disable it first.
**Make sure Windows has the latest update
Select Start , then select Settings > Update & Security > Windows Update > Check for Updates
**Check your time and location settings
Select Start , then select Settings > Time & Language. Select Date & time to verify your time settings and select Region to check your location. These settings need to show your current location and time zone.
**Check the Microsoft Store Install Service
Press the Windows Key + S and type in services.msc.
Find the Microsoft Store Install Service and double=click,
If Disabled, change it to Automatic, click Start and click OK.
**Run the troubleshooter:
Select the Start button, and then select Settings > Update & Security > Troubleshoot, and then from the list select Windows Store apps > Run the troubleshooter.
**Reset the Microsoft Store cache
Press the Windows Logo Key + R to open the Run dialog box, type wsreset.exe, and then select OK.
Note
A blank Command Prompt window will open, and after about ten seconds the window will close and Microsoft Store will open automatically.
**Reset the Microsoft Store app in Windows 10
Open Settings.
Go to Apps -> Apps & features.
On the right side, look for Microsoft Store and click it.
The advanced options link will appear. Click it.
On the next page, click on the Reset button to reset Microsoft Store to default settings
Uninstall the Store:
Press Windows key + X
Click and Run Windows PowerShell as Administrator
type: get-appxpackage -alluser Microsoft.WindowsStore
then take note the PackageFullName (we need it later)
Now Type: remove-appxpackage PackageFullName(you take note earlier)
Enter then proceed to reinstall Store
Reinstall the Store:
Press Windows key + X
Click and Run Windows PowerShell as Administrator
At the command prompt, copy-paste the following then hit Enter:
Get-AppXPackage *WindowsStore* -AllUsers | Foreach
Launch again your MS Store
If it doesn’t work try to create a new administrator account then check if everything is working there.
https://support.microsoft.com/en-us/help/402692.
I hope this helps! Please let me know if you have any further concerns.
Can’t install any apps from store windows 10
Hello,I can’t install any apps.I’d tried windows button + r but can’t help much.
Everytime I tried to install it shows Error — see details.Couldn’t install we’ll retry shortly.
Replies (10)
Here are some tips to try to fix the Win 10 Store environment
2016 07 19- 5 TIPS TO FIX WINDOWS STORE AND APP ISSUES IN WINDOWS 10
https://www.makeuseof.com/tag/5-tips-fix-window.
1. Win Store Trouble Shooter
2. Clear store Cache
3. Reset Windows update (use the tool in the following link)
4. Reg hack for Connection errors
5. Re-Register the Store
#1 MS DOWNLOADABLE WIN 10 STORE APP TROUBLE SHOOTER
http://aka.ms/diag_apps10
Note: both of these links above should take you to download the same diagnosis “CAB” file.
Use the built in Trouble shooter
Go to Settings > Update & security > Troubleshoot
Scroll down to the bottom
Click Windows Store Apps
Run it 2 or 3 times.
#3 MANUAL RESET WINDOWS UPDATES
the problems remain, you have to revert to a manual process to reset Windows Update
Check that System Restore is turned on and configured
https://www.pcworld.com/article/2955023/windows.
https://www.tekrevue.com/how-to-enable-system-r.
Create a System restore point. (https://support.microsoft.com/en-us/help/402753. )
Use the following process to effectively delete the folders used by Windows Update:
#1 Start a command prompt in Administrator Mode:
In start menu search for CMD
Right click on it
Select “Run as Administrator”
#2: Stop various Windows Update Service, Cryptographic, Background Intelligent Transfer Service, and MSI Installer Windows services.
To do this, disconnect from the Internet. That means turning off Wi-Fi and disconnecting from a wired connection. If you don’t, Windows 10 will indicate some files are in use and cannot be modified or the command will be non-responsive. Restart your computer after disconnecting from the Internet.
Then type the following commands at a command prompt. Press the “ENTER” key after you type each command.
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
#3 Rename the folders used by Windows Update:
Ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
Ren C:\Windows\System32\catroot2 Catroot2.old
Reconnect to the internet
#4 Restart the services:
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
#5 Restart the computer:
Reboot the computer
open Windows Update
click Check for updates.
RESET ALL STORE APPS / REREGISTER / APPS MISSING FROM WIN START MENU
Re-register all store apps, so they appear again in start menu. For that, open a PowerShell window as Administrator. Copy and paste the following line into the PowerShell window and press Enter:
Get-AppxPackage -AllUsers| Foreach
Note: if you re-register all applications, all your apps are back, however all your pinned apps will be reset (the right panel will be empty) so you need to re-pin everything that you want. Personnaly I did a screen capture before, to remember what I pinned and where (use the “snipping tool” in startmenu/windows accessories, with a delay to be able to open the start menu before the capture)
****
Join the crowd
.
Be unique
How to install apps on a separate drive on Windows 10
It doesn’t matter if it’s a Windows Store or traditional desktop (Win32) app, they all end up installed (by default) on your primary computer’s hard drive. Although this makes sense in most cases, there are many reasons you may want to install apps on a separate drive.
It could happen that you have a low-end device, such as a tablet or laptop, that came with a very limited local storage and you’re running out of space. If you need to run demanding applications, you may want to install them on a faster hard drive to improve performance. Or it could be that you just want to keep your apps separate from the Windows 10 installation drive.
Whatever the reason it might be, Windows 10 includes a number of ways to help you install apps on an external hard drive or SD card storage, whether you’re dealing with Windows Store or Win32 apps.
In this Windows 10 guide, we’ll walk you through the steps to install traditional desktop and Store apps into a separate drive, and you’ll also get the steps to move already installed apps to another location that being for speed or to save space on your primary drive.
How to install Windows Store apps on a separate drive
When your computer is running out of space, you want to use a faster drive, or you just want to keep apps in a separate location, do the following:
- Open Settings.
- Click on System.
- Click on Storage.
Under «Save locations,» and on «New apps will save to,» select the new drive location.
Once you completed the steps, new apps you download from the Windows Store will now install automatically in the new location.
Moving Windows Store apps to another drive
If you already have Windows Store apps installed on your PC, and you don’t want every app from the Store to install in a different location, you can move apps to a separate drive using the following steps:
- Open Settings.
- Click on System.
- Click on Apps & features.
- Select the app you want.
- Click the Move button.
- Select the destination drive from the drop-down menu.
Click the Move button to relocate the app.
The process may take a few seconds depending on the size of the app you’re trying to move. Although Settings lists both Store and desktop apps, you can only move apps from the Windows Store to a different drive.
Alternatively, you can always uninstall the app, use the instructions to change the save location, and reinstall the app in question from the Store.
How to install desktop apps on a separate drive
It’s also possible to install traditional desktop (Win32) applications into a separate drive.
The process may vary per application, but almost always, you’ll find an option to install the app on a separate hard drive.
For example, installing Apple’s iTunes on Windows 10, after initializing the setup, in the installation options screen, there is a «Destination Folder» section with a Change button that allows you to choose a separate drive to store the installation.
It’s a pretty straightforward process, but then you’ll come across desktop applications that make it a bit unclear where to find this option.
In the case of Firefox, when you launch the setup, you need to click the Options button, and under «Destination Folder,» click the Browse button to select a secondary drive to store your installation files.
Unlike Windows Store apps, you can’t move traditional desktop (Win32) apps to another drive, but you can, alternatively, uninstall the app, and reinstall it changing the Destination Folder option during the setup.
Wrapping things up
It should be noted that you can’t just remove the drive and move it to another computer hoping that apps will run. It doesn’t work that way. If you configure a secondary hard drive to install applications, that storage is pretty much tied to the device you used to install the app.
For traditional desktop applications, this will be a manual process. You may be able to find Registry hacks, but it’s not recommended as it can cause an unknown number of errors.
While there are many good reasons to install apps on a separate drive, you must consider that adding more drives also adds more points of failures to your device.
More Windows 10 resources
For more help articles, coverage, and answers to common questions about Windows 10, visit the following resources:
The Dell XPS 15 is our choice for best 15-inch laptop
For a lot of people, a 15-inch laptop is a perfect size that offers enough screen for multitasking, and in a lot of cases, some extra performance from powerful hardware. We’ve rounded up the best of the best at this size.
Halo: MCC’s live service elements make it better, not worse
Halo: The Master Chief Collection is more popular than ever, but some fans don’t agree with the live service approach 343 Industries has taken with it. Here’s why those elements are, at the end of the day, great for the game and for Halo overall.
Microsoft’s Surface Duo is not ‘failing up’
Microsoft announced this week that it was expanding Surface Duo availability to nine new commercial markets. While Surface Duo is undoubtedly a work in progress, this is not a sign of a disaster. It’s also doesn’t mean that Surface Duo is selling a ton either. Instead, the reason for the expansion is a lot more straightforward.
These are the best PC sticks when you’re on the move
Instant computer — just add a screen. That’s the general idea behind the ultra-portable PC, but it can be hard to know which one you want. Relax, we have you covered!