Fixed Task Manager Cannot Open

If we cannot open task manager all we have to do is: create file with text editor and copy script below using notepad and save to xxxx.inf

[Version]
Signature=”$Chicago$”
Provider=mailplus

[DefaultInstall]
DelReg=del

[del]
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\System,DisableTaskMgr

It works for me. To run the file just right click the file and choose ‘Install’

Fix Cannot Open Registry

When sometimes if we cannot open regedit on run command. All we have to is create file with notepad and save to any name and give it extention .inf with script bellow. Just copied the script and save as xxxx.inf

[Version]
Signature=”$Chicago$”
Provider=JerryMaheswara

[DefaultInstall]
DelReg=aktifkanRegedit

[aktifkanRegedit]
HKCU, Software\Microsoft\Windows\CurrentVersion\Policies\System,DisableRegistryTools

This script work for me, hope it’s work for you too. :D