Usually on XP is this problem that 'the Task Manager will not open
To "enable" task MENAGER on windows follow these Steps:
Start> Run> and in Run we paste this:
REG add HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem / v DisableTaskMgr / t REG_DWORD / d 0 / f
To "disable" follow these Steps:
Start> Run> and in Run we paste this:
REG add HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem / v DisableTaskMgr / t REG_DWORD / d 1 / f
No comments:
Post a Comment