Startmenunotshowingicons: Difference between revisions

From Piszczynski
(Created page with " == Start Menu Not Showing Icons == Fix: Restart Windows Explorer")
 
piszczynski>Aleks
No edit summary
Line 1: Line 1:
== Start menu not working ==
Start menu could not load - try to restart processes in bat script:
powershell.exe "get-service WpnUserService_* | stop-service -force"
taskkill /f /im "shellexperiencehost.exe"
taskkill /f /im "explorer.exe"
taskkill /f /im "searchui.exe"
ren c:\users\%username%\appdata\Local\Microsoft\Windows\CloudStore\cloudstore.dat cloudstore.dat.old
start explorer.exe
exit
Reinstall the windows shell experience:
*Get-appxpackage -all *shellexperience* -packagetype bundle |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + “appxmetadataappxbundlemanifest.xml”)}


== Start Menu Not Showing Icons ==
== Start Menu Not Showing Icons ==

Revision as of 12:41, 12 January 2021

Start menu not working

Start menu could not load - try to restart processes in bat script:


powershell.exe "get-service WpnUserService_* | stop-service -force"

taskkill /f /im "shellexperiencehost.exe"

taskkill /f /im "explorer.exe"

taskkill /f /im "searchui.exe"

ren c:\users\%username%\appdata\Local\Microsoft\Windows\CloudStore\cloudstore.dat cloudstore.dat.old

start explorer.exe

exit


Reinstall the windows shell experience:

  • Get-appxpackage -all *shellexperience* -packagetype bundle |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + “appxmetadataappxbundlemanifest.xml”)}


Start Menu Not Showing Icons

Fix: Restart Windows Explorer