| Posted by: Lemonde - 11 July 2019 12:14:21 |
|---|
| Sudden error on Windows 10 today Non-admin user logging in gets: [img=https://www.sircles.net/downloads/startmenu.png]Critical Error. Your start menu isn't working.[/img] Critical Error. Your start menu isn't working. We'll try to fix it the next time you sign in. Works ok logging in as admin. Is this a disk error or just a file corruption? Tried logging in several times and I still get the same error. |
| Posted by: sirclesadmin - 29 May 2020 18:32:28 |
|---|
| Click on the start button and type 'PowerShell' in until you can see the PowerShell app advertised. Right click on the app icon and choose 'Run as administrator' Type in suitable credentials of requested or just confirm that you wish to give administrative permission if prompted. You should see: [img=https://www.sircles.net/downloads/powershell.png]Windows Powershell run as administrator[/img] Copy and paste: [b]Get-appxpackage -all *shellexperience* -packagetype bundle |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + “\appxmetadata\appxbundlemanifest.xml”)}[/b] Allow the process to complete, and then restart the PC or Server |