Windows – My Windows 10 doesn’t show the desktop and start menu

start-menuwindows 10

I downloaded and installed Windows 10 Pro 32 bit.

Occasionally after I start the computer, it boots as usual but then doesn't show the start menu or desktop icons.

After I restart it 2 or 3 times it then works perfectly.

At first I thought it was a graphics card problem, but that doesn't seem to be the case.

My PC is an HP Compaq DC5750 with 2GB RAM; small form factor.

Best Answer

Open powershell in admin. (Winkey-X, A, accept the admin elevation, then type powershell in the elevated cmd window and press enter.)

Once you have an Administrator Powershell window, run this command:

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

Reboot.

Related Question