Win 10 Taskbar, Help Needed
Go to solution
Solved by LWDAdnane,
After some more in depth searching I finally managed to resolve the situation, for anyone else that may stumble across this this thread with the same issue:
- Open the Task manager. Here’s a tip: Press CTRL+Shift+ESC.
- Click File > Run New Task
- Make sure you have a check mark beside “Create this task with administrative privileges”
- Type Powershell
-
Type the following 2 commands in the Powershell prompt:
- $manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifestand press Enter.
- Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"}and press Enter.
- Close the Powershell window.
- Reboot.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now