Ive had some issues with my PC (not psu related) that my start menu doesnt open, everytime i do a reboot and then its fine after, but it happens so often that everytime i go to use the startmenu to open a program i have to first reboot the pc before, and despite having an SSD it takes around 40 seconds to switch on, anyone know how to fix this, tried doing sfc /scannow in powershell and cmd, both administrator, this didnt work, tried deleteing all the metro apps but the command doesnt work, im just out of options, anyone know a way to fix this
Have you tried this? Run PowerShell with admin privileges on. Copy this command into PowerShell and press Enter: Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} This will reinstall any extensions on the OS that you didn't download yourself. Ignore any red error messages in PowerShell. They might not happen, but ignore them if they do. After the command has finished executing, close PowerShell and try the Start menu. It should work.