Powered By Blogger

Ht

Ht

Wednesday 17 February 2016

Enable taskbar in Windows 10

After installing windows 10, some users are getting problems like Taskbar not responding or the Start not responding, for this issue with windows 10, we are having one solution.

    First step is,  
    Right click on empty area in the desktop and point the cursor to New > Shortcut, then click on shortcut.



   After that enter the path for the powershell in the path section: %SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe


    Then click next,
   Type the name whatever you want to,


   Click Finish, shortcut for PS is created.



    Second step is, to Run PS as Administrator (Rigght click on powershell shortcut an click on Run as Administrator).

    A new PS windows will open, in this windows you have to Run this below command:

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


{NOTE: firewall should be ON and A proper Net connectivity}

You might have to wait a second for it to appear, when it does hit enter and wait until the prompt returns from PS.

Hope this will help......

No comments:

Post a Comment