Prominent's how to enable task manager manually - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Virus Protection, Removals, and HJT Team (https://www.supportforums.net/forumdisplay.php?fid=56) +---- Forum: Computer Security, Firewalls, and Antivirus (https://www.supportforums.net/forumdisplay.php?fid=10) +---- Thread: Prominent's how to enable task manager manually (/showthread.php?tid=21639) Pages:
1
2
|
Prominent's how to enable task manager manually - Prominent - 08-22-2011 Hey guys , this is Prominent . I've seen a few people around here with a disabled task manager asking how could fix this . So I decided to write my own tutorial hoping it might be useful for some who have their task manager disabled ! = ) This guide will feature several stuff listed here :
Most of the people ask themselves when they found out that their task manager got disabled and ask how that happened , well the only ways to disable a task manager is by the following stuff :
Let's start by a fast method which is by creating a batch file . Create two new text documents and rename one to enable.bat when you click enter an error will appear saying "If you change a file name extension, the file may become unusable. Are you sure you want to change it" all you have to do is click yes . Now right click on enable.bat and click Edit and insert this code : Code: @echo off Now open this batch file and your task manager will be enabled ! Let's head over to the second method where we are going to use gpedit.msc . Click the start and go to run( In case of windows 7 and vista click start and type run ) then type in gpedit.msc ! If you can't open it do the following : Type "mmc" at Run and press enter Click on file menu and select Add/Remove Snap-in then click on add and select group policy object editor and click add now click finish. Click close and group policy object editor will appear in the dialog box make sure to click OK then you can access the group policy from MMC then undo all the changes you've made ! NOTE: Some OS's don't allow the use of gpedit.msc . If you open gpedit.msc then go to the following : Now double click on remove task manager if it says Not configured or Enable then choose Disable . Then click on OK and there you go ! You enabled your task manager ! Now for the third method . The third method is by using scripts . Code: Option Explicit Now for the other script copy the following code : Code: REGEDIT4 NOTE:Make sure there are NO blank lines before REGEDIT4 . Fourth method is by using the following : Open up Run (Windows key +R), and run the code below. Code: REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f Code: REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f
Waiting for your feedback ! If you think that anything should be fixed in here feel free to post here and I will try my best to fix it !Or if there is more methods to enable Task manager manually then feel free to post it here and I will add it to the thread ! RE: Prominent's how to enable task manager manually - Nirmal - 08-22-2011 Thanks for this. But I've Seen This On Other Sites Before, RE: Prominent's how to enable task manager manually - AceInfinity - 08-22-2011 Or something like a reg file... Code: Windows Registry Editor Version 5.00 Code: Windows Registry Editor Version 5.00 Code: Windows Registry Editor Version 5.00 Code: Windows Registry Editor Version 5.00 RE: Prominent's how to enable task manager manually - Nickpooz - 08-22-2011 have saved this tut hope you don't mind, not to use elsewere but when fixing PC's this is a common problem or me cheers RE: Prominent's how to enable task manager manually - AceInfinity - 08-22-2011 If you just want to list processes you don't even need taskmanager, you can use the tasklist.exe from the system32 folder by calling it in a command line Code: tasklist There's the kill.exe which will kill a process as well. RE: Prominent's how to enable task manager manually - 0ld_F4T_N!gg4™ - 08-22-2011 Thanks a lot for this tut. It will help. Keep up the good work mate. RE: Prominent's how to enable task manager manually - Prominent - 08-23-2011 Glad you guys like it ! Thanks for the feedback = ) @Ace That's a new method I'll give it a try soon RE: Prominent's how to enable task manager manually - AceInfinity - 08-23-2011 (08-23-2011, 05:49 AM)Prominent Wrote: Glad you guys like it ! Thanks for the feedback = ) There is an entry in the registry for disabling task manager, it's either a 1 or 0 for enabling disabling, I forgot where it was, so I just used your location from your post. RE: Prominent's how to enable task manager manually - Grin - 09-21-2011 Thank you for this. Question: would pressing control alt escape also manually enable it on Windows XP? RE: Prominent's how to enable task manager manually - The Flash ϟ - 09-21-2011 nice overall tutorial. i won't use it, but it was a good read |