Task Manager Not Responding (FIXED) WORKING 100%
This video will show you how to fix Task Manager not responding or not openning in Windows 10/8/7.
1. Make sure that Task Manager isn’t disabled
- Open Registry Edito. Go to Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System
- If the System key isn’t available, right-click the Policies key and select New - Key. Now put System as the name of the new key.
- Go to the System key, find DisableTaskmgr. If this value isn’t available, right-click the right pane and select New - DWORD (32-bit) Value. Put DisableTaskmgr as the name of the new DWORD. Set Value data to 0.
2. Enabling Task Manager using the Group Policy Editor
- Press Windows Key + R and put gpedit.msc. Click OK.
- Go to: User Configuration-Administrative Templates-System-Ctrl+Alt+Del Options
- Find Remove Task Manager. Double-click it to open its settings. Select Not Configured or Disabled.
3. Re-register Task Manager
- Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
- Go to This PC - Local Disk (C:) - Users - name - AppData - Local
- Delete the TileDataLayer folder.