Folks, I have Windows 10 Pro installed on my laptop. Everything was working fine. About three days ago, there were some automatic updates installed by Microsoft. After that my whole system has been messed up. I couldn't open the Start Menu, use Search the web and Windows, Edge and Cortana disappeared and I couldn't open Settings among many other problems. This happened right after the automatic update were installed.
For three days, I have tried all suggestions on the web and nothing seems to work. I solved the Start Menu problem by installing the Start 10 shell. I have use sfc /scannow. Everything seems ok. I can't create a new local account (one of the recommendations). I can't open Settings. I have used the following code in Powershell to no avail:
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
It just hangs up the system.
This is terrible. Either Microsoft should give us the option not to install updates or it should not break our systems. I have wasted three days and I am still stuck. Apparently, many other people are in the same boat.
Could anyone offer any advice to solve this problem?
Thank you!
J.S.
For three days, I have tried all suggestions on the web and nothing seems to work. I solved the Start Menu problem by installing the Start 10 shell. I have use sfc /scannow. Everything seems ok. I can't create a new local account (one of the recommendations). I can't open Settings. I have used the following code in Powershell to no avail:
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
It just hangs up the system.
This is terrible. Either Microsoft should give us the option not to install updates or it should not break our systems. I have wasted three days and I am still stuck. Apparently, many other people are in the same boat.
Could anyone offer any advice to solve this problem?
Thank you!
J.S.