Upgrade seems to be fine. Normal Windows 10 desktop and taskbar, however the Start icon doesn't work when clicked and nor does the search window allow you to type anything into it. Any suggestions?
Bob
You did say Start icon doesn't work.
But, I think
RIGHT click at Start button still works. Yes ?
If yes, try this method......
Right click at Start button > select Command Prompt (Admin) > type powershell > press Enter > wait a bit for PS C: \windows\system32 appears >
At the flashing prompt, copy and paste this.........
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
> press Enter.
Ignore any error in red.
When finished, try Start again.