Jump to content

Windows 10 apps are missing.. kinda..

Go to solution Solved by Tycho,

execute this command in powershell

Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}


EDIT
forgot to close bracket, sorry

 

Hello, I noticed that windows calculator was not pinned in my taskbar anymore so i searched for it. Nothing came up... So i searched for the windows store, nothing again.. I launch the windows store through chrome and then launched the calculator through it. Both are not showing in the task bar and when i press windows key + M those two do not minimize as they should. However they do minimize when i click the bottom right corner or the minimize thingy and they do show up in task manager..

Normallly i would reinstall windows but i want to avoid it this time.

Here are some screenshots
 

YR6PiurYQVaSgdSVrTboVg.png

FgrDFFm6QeypMvxpGTNz8w.png

Link to comment
https://linustechtips.com/topic/810041-windows-10-apps-are-missing-kinda/
Share on other sites

Link to post
Share on other sites

execute this command in powershell

Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}


EDIT
forgot to close bracket, sorry

 

CPU: Intel Core i5 4690K @ 4.6Ghz CPU Cooler: Noctua NH-D15 GPU: GTX 1070 TI RAM: Crucial Ballistix Tactical 16GB (4x4) Mobo: ASUS Z97-PRO(Wi-Fi ac) PSU: Corsair RM Series RM750 Case: Fractal Design Define R4 no window

Link to post
Share on other sites

15 minutes ago, Tycho said:

execute this command in powershell


Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}


EDIT
forgot to close bracket, sorry

 

Its back! Thank you!!!

Link to post
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×