Forum rules

Please read our Guide to Making Ozzu Tutorials if you would like to submit your own tutorials.

TUTORIAL: Task Manager, Regedit, etc won't open (Part 1)

  • facattack
  • Born
  • Born
  • No Avatar
  • Joined: 03 Oct 2006
  • Posts: 1
  • Status: Offline

Post October 3rd, 2006, 8:15 pm

I'm having the same problem. I had a dell tech do a bunch of stuff and he couldn't figure out why the taskmgr wouldn't load.

There's one in C:\windows\system32 that does nothing but say it is already being used even though it isn't.

He made a new one, but the taskmanager won't load when I hit CTRL ALT DELETE.

Any idea what the problem could be? He said there was a virus. :(
I'm downloading the updates to Stopzilla 4.4 right now.
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post October 3rd, 2006, 8:15 pm

  • genie_pie
  • Born
  • Born
  • No Avatar
  • Joined: 14 Nov 2006
  • Posts: 3
  • Status: Offline

Post November 14th, 2006, 11:26 pm

Hello guys.

I need help please. Can you please tell me how to easily enable the "Run" option in my Windows XP. I just had a virus and I have already cleaned it and everything but the Run Option disappeared from the Start button. I do hope you can give me clear procedure or a tool will be great.

Thanks.
  • sexy1
  • Born
  • Born
  • No Avatar
  • Joined: 05 Dec 2006
  • Posts: 1
  • Status: Offline

Post December 5th, 2006, 3:39 pm

:oops: ok i too had the problem with the task manager, ipconfig, msconfig among other things that was disabled by the administrator.....here is a script that works to change your settings so they will enable the task manager and such.....now when you copy this..you have to :

1. copy to notepad.
2. save it as anythingyouwant.vbs
3.save as ALL FILES

when you do this save to your desktop....you will see it is in the form of a script.

go to the saved file and double click on it.....it will take a second literally to run...when it says finished...thats it....you functions will work!

i did this and it worked....and it will work for you too...thank you :wink:


copy and paste this to notepad:

Set WshShell = WScript.CreateObject("WScript.Shell")
With WScript.CreateObject("WScript.Shell")
On Error Resume Next
.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools"
.RegDelete "HKCU\Software\Policies\Microsoft\Windows\System\DisableCMD"
.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr"
.RegDelete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system\DisableTaskMgr"
End With
Mybox = MsgBox(jobfunc & enab & vbCR & "Finished!", 4096, t)
  • HMShakib
  • Born
  • Born
  • No Avatar
  • Joined: 21 Feb 2007
  • Posts: 1
  • Status: Offline

Post February 21st, 2007, 4:08 pm

Thank you ATNO, your a savior(is that how to spell saviour) anyways i had this virus or malware attack! i call it attack because i couldnt do alot of things, and it disabled my task manager making panic so much. But luckily i stumbled on this forum and found your advice very useful. (Of course i went online after running a full virusscan using PANDA and deleting the virus)





ATNO/TW wrote:
Well, on two occasions now, I have had to reinstall Symantec afterwards in order to get it to run correctly. I have yet heard of any virus or trojan actually damaging Task Manager to where it wouldn't run because of being damaged or corrupt.

I have since writing this portion of the tute learned the registry key which controls whether task manager is enabled or disabled.

User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\
System]
System Key: [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\
System]
Value Name: DisableTaskMgr
Data Type: REG_DWORD (DWORD Value)
Value Data: (0 = default, 1 = disable Task Manager)

If the value is set to 1 Task Manager will be disabled. By returning it to it's default value of 0 it can be re-enabled (although doesn't "fix" the root cause, i.e. trojan removal). If regedit is also not working, you can make a copy of regedit.exe and rename the copy regedit.com and at a run command prompt you can type in regedit.com instead of plain old regedit and it should work.

If taskmgr.exe is damaged you should be able to simple copy it over from a good machine and replace the damaged file with a good copy.
  • xoforia
  • Born
  • Born
  • No Avatar
  • Joined: 13 Sep 2007
  • Posts: 2
  • Status: Offline

Post September 13th, 2007, 1:17 pm

I had this prob stated in my laptop since I inserted my bros flash drive. It had a virus ending in '.exe'
Its name similar to other folders in the flash drive(when I inserted it into my home pc, McAfee warned me of some 'w32... ' virus which replicates itself.)

The prob. is that my taskmngr, regedit, msconfig are disabled as well as 'folder options' is missing. Moreover, even in safe mode, m unable to start regedit ......as well system restore is not taking place

I fixed(deleted)reg value for system policy/disable taskmngr='1'(which should hav been changed to '0')

Pls help me to remove this virus.

and correct my reg entries
  • coolzooks
  • Newbie
  • Newbie
  • No Avatar
  • Joined: 07 Oct 2007
  • Posts: 9
  • Status: Offline

Post October 7th, 2007, 11:53 pm

try to download NOD32 anti-virus and download fix task manager tools may be it can help because i've encountered that problem u had right now
  • gytzsgb
  • Newbie
  • Newbie
  • No Avatar
  • Joined: 17 Jan 2008
  • Posts: 7
  • Status: Offline

Post January 17th, 2008, 11:12 am

I have two questions:

OS: Windows 2000 SP4 IBM Thinkpad T20 Model 2647-95U with 256 MB of RAM

1. My Task Manager does not start up on boot and does not run after CTRL-ALT-DELETE. I tried the regedit but did not find any DisableTaskManager variable under HKEY_LOCAL_USER ...../policies or HKEY_LOCAL_MACHINE..../policies. So I am assuming the default of 0 is still good.

2. I have a lot of FOUND.* folders with .CHK files from previous crashes. I have done a successful chkdsk /r /f since the last crash and also defragmented hard drive a couple of times. Would it be ok to now delete all the FOUND* folders.

Thx.

Mike M.
  • gytzsgb
  • Newbie
  • Newbie
  • No Avatar
  • Joined: 17 Jan 2008
  • Posts: 7
  • Status: Offline

Post January 18th, 2008, 11:48 am

Was able to start Task Manager in Safe Mode and it now works after ctrl-alt-del in regular mode. But the icon does not show up in System Tray upon boot-up. Is this not supposed to show up at all times in System tray ? [ Or is it only when Task Manager is manually opened up ..?]

Mike M.
  • grinch2171
  • Moderator
  • Genius
  • User avatar
  • Joined: 11 Feb 2004
  • Posts: 5783
  • Loc: Martinsburg, WV
  • Status: Offline

Post January 18th, 2008, 12:10 pm

Task Manager is not supposed to be in your system tray unless it is running.
Light travels faster than sound. This is why some people appear bright until you hear them speak.
Urlacher is a Douche
A Poem for Mother's Day
  • phowayoke
  • Born
  • Born
  • No Avatar
  • Joined: 21 Jan 2008
  • Posts: 2
  • Status: Offline

Post January 24th, 2008, 10:44 pm

another solution is
open Run box and type "cmd"
and then type "reg delete hkcu\Software\Microsoft\Windows\CurrentVersion\Policies\explorer" this is the simplest solution

before u type this registry delete
u can make query reg query hkcu\Software\Microsoft\Windows\CurrentVersion\Policies\explorere
u will see
DisableTaskMgr value is changed to 1
  • ahqiu
  • Born
  • Born
  • No Avatar
  • Joined: 26 Jan 2008
  • Posts: 1
  • Status: Offline

Post January 26th, 2008, 8:19 am

hey hey check tis out im sure it helps !
http://www.programurl.com/task-manager-fix.htm

Post Information

  • Total Posts in this topic: 41 posts
  • Moderators: UNFLUX, grinch2171, labrego
  • Users browsing this forum: No registered users and 4 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© Unmelted Enterprises 1998-2008. Driven by phpBB © 2001-2008 phpBB Group.

 
 
 
 

Need a pre-made web design for your website?

Check out our templates here: Ozzu Templates


400+ FREE Website Templates. Download Now!