Jump to content

I just installed windows 10 on my pc and my taskbar isn't reacting to anything.

If i press the homebutton i doesn't show up and i can't even adjust my sounds or wifi!

If i click on the home button i get an extra backgroundprocess that stays for like 1 second and disapears: Windows problemreport.

Link to comment
https://linustechtips.com/topic/625090-windows-taskbar-doesnt-work/
Share on other sites

Link to post
Share on other sites

3 minutes ago, FMLGamer said:

I did it several times but it won't work:(

 

Try this:

Windows Flag + R
Type: cmd
Once your command prompt has opened type:

sfc /scannow

This will scan for any windows errors/corrupt files and fix them.

If that didn't work try this:
Windows Flag + R

Type: powershell
Once powershell has opened type:

Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} 

Hopefully this worked out for you :Þ

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×