Install didn't work

Joined
Aug 9, 2015
Messages
9
Reaction score
1
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
 

Trouble

Noob Whisperer
Moderator
Joined
Nov 19, 2013
Messages
13,411
Reaction score
2,319
Try using the native System File Checker and see if that produces any information.
Right click the Start Button and choose Command prompt (Admin)
type
sfc /scannow
hit enter
wait till it finishes and see what it says.
 

Trouble

Noob Whisperer
Moderator
Joined
Nov 19, 2013
Messages
13,411
Reaction score
2,319
How about the Windows logo key on your keyboard combined with the X key?
Does that work?
If not can you browse to
C:\WINDOWS\system32\cmd.exe right click it and choose "run as administrator"
then type
sfc /scannow
hit enter
 
Joined
Aug 9, 2015
Messages
9
Reaction score
1
Was able to access via C:\Windowss....
ran scannow and windows resource protection did not find any integrity violations.
 
Joined
Nov 20, 2013
Messages
2,092
Reaction score
181
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.
 
Joined
Aug 9, 2015
Messages
9
Reaction score
1
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.


Sorry...right click doesn't work either.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top