Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Task Manager issue

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Computer Talk
View previous topic :: View next topic  
Author Message
Lorrenzo
Moderator
Reputation: 4

Joined: 02 Jun 2006
Posts: 3744

PostPosted: Wed Jul 23, 2008 12:26 pm    Post subject: Task Manager issue Reply with quote

Well, the other day I went to use Task Manager only to find out that it gives me the error -

"task manager has been disabled by your administrator."

Problem is, I am the only one to use the computer, and I am the administrator.

I made another account, works on that one..

Any ideas on how to fix this?

_________________
LAWLrrenzolicious
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Wed Jul 23, 2008 12:29 pm    Post subject: Reply with quote

http://www.windowsnetworking.com/kbase/WindowsTips/WindowsXP/UserTips/Customization/EnableDisableTaskManagerinWindowsXPHomePro.html

Should help you fix the issue.

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
oib111
I post too much
Reputation: 0

Joined: 02 Apr 2007
Posts: 2947
Location: you wanna know why?

PostPosted: Wed Jul 23, 2008 12:29 pm    Post subject: Reply with quote

Theres a post about half way down the page that has this same problem Rolling Eyes

http://forum.cheatengine.org/viewtopic.php?t=265587

tofuli wrote:

You can try the following:

Click Start
Click Run
Enter regedit in the Open box and click OK.

Now search for the following registry key:

Hive: HKEY_CURRENT_USER
Key: Software\Microsoft\Windows\CurrentVersion\Policies\System
Name: DisableTaskMgr
Type: REG_DWORD

Then set the value to 0.

(You will need to reboot after this)

_________________


8D wrote:

cigs dont make people high, which weed does, which causes them to do bad stuff. like killing
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Tofu
Grandmaster Cheater
Reputation: 0

Joined: 25 Sep 2007
Posts: 620

PostPosted: Wed Jul 23, 2008 1:23 pm    Post subject: Reply with quote

oib111 wrote:
Theres a post about half way down the page that has this same problem Rolling Eyes

http://forum.cheatengine.org/viewtopic.php?t=265587

tofuli wrote:

You can try the following:

Click Start
Click Run
Enter regedit in the Open box and click OK.

Now search for the following registry key:

Hive: HKEY_CURRENT_USER
Key: Software\Microsoft\Windows\CurrentVersion\Policies\System
Name: DisableTaskMgr
Type: REG_DWORD

Then set the value to 0.

(You will need to reboot after this)


Some people don't know how to use the almighty search. or google.

_________________
Stuff by me:
Bioshock [AA Script]
TaskManager Fix
Cheetah wrote:
Forum rep is serious business.

Back to top
View user's profile Send private message
oib111
I post too much
Reputation: 0

Joined: 02 Apr 2007
Posts: 2947
Location: you wanna know why?

PostPosted: Wed Jul 23, 2008 1:25 pm    Post subject: Reply with quote

Search isn't almighty anymore. Only to mods.
_________________


8D wrote:

cigs dont make people high, which weed does, which causes them to do bad stuff. like killing
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
oib111
I post too much
Reputation: 0

Joined: 02 Apr 2007
Posts: 2947
Location: you wanna know why?

PostPosted: Wed Jul 23, 2008 1:31 pm    Post subject: Reply with quote

You can always make a program that enables it.
_________________


8D wrote:

cigs dont make people high, which weed does, which causes them to do bad stuff. like killing
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Tofu
Grandmaster Cheater
Reputation: 0

Joined: 25 Sep 2007
Posts: 620

PostPosted: Wed Jul 23, 2008 1:33 pm    Post subject: Reply with quote

elpacco wrote:
oib111 wrote:
Search isn't almighty anymore. Only to mods.
see i have the same problem on the other user, except regedit is locked for it too, so there is no way to get into the keystring.


That's weird.

Don't know if anything else will help, except re-installing windows.

_________________
Stuff by me:
Bioshock [AA Script]
TaskManager Fix
Cheetah wrote:
Forum rep is serious business.

Back to top
View user's profile Send private message
Tofu
Grandmaster Cheater
Reputation: 0

Joined: 25 Sep 2007
Posts: 620

PostPosted: Wed Jul 23, 2008 1:54 pm    Post subject: Reply with quote

elpacco wrote:
oib111 wrote:
You can always make a program that enables it.
can someone else make me a program that does it cus i dunno how


I think he meant making a program that simply alters / creates the register key.

That shouldn't be too hard to make. Unfortunately I don't have any compilers on my PC,
because I recently upgraded my hardware and formatted my harddisk.
Even if I had.. oh well, doesn't matter. I have a million things to do right now.

_________________
Stuff by me:
Bioshock [AA Script]
TaskManager Fix
Cheetah wrote:
Forum rep is serious business.

Back to top
View user's profile Send private message
oib111
I post too much
Reputation: 0

Joined: 02 Apr 2007
Posts: 2947
Location: you wanna know why?

PostPosted: Wed Jul 23, 2008 1:56 pm    Post subject: Reply with quote

Code:

HKEY hKey;
LPCWSTR lpSubKey = "Software\Microsoft\Windows\CurrentVersion\Policies\System";
RegOpenKeyEx(HKEY_CURRENT_USER, lpSubKey, 0, 0, &hKey);
RegSetValueEx(hKey, "DisableTaskMgr", 0, REG_DWORD, 0, 4);
RegCloseKey(hKey);

_________________


8D wrote:

cigs dont make people high, which weed does, which causes them to do bad stuff. like killing
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
ControlAltDelete
Friendly Giant
Reputation: 157

Joined: 03 Mar 2007
Posts: 2396

PostPosted: Wed Jul 23, 2008 1:59 pm    Post subject: Reply with quote

I dont believe I am broken. o_O
_________________
Shrooms wrote:
but sadly this is 1984 and western civilization the last ones standing at the top of titanic before it sinks...no matter what you do, they know
Back to top
View user's profile Send private message
Lorrenzo
Moderator
Reputation: 4

Joined: 02 Jun 2006
Posts: 3744

PostPosted: Wed Jul 23, 2008 3:49 pm    Post subject: Reply with quote

oib111 wrote:
Theres a post about half way down the page that has this same problem Rolling Eyes

http://forum.cheatengine.org/viewtopic.php?t=265587

tofuli wrote:

You can try the following:

Click Start
Click Run
Enter regedit in the Open box and click OK.

Now search for the following registry key:

Hive: HKEY_CURRENT_USER
Key: Software\Microsoft\Windows\CurrentVersion\Policies\System
Name: DisableTaskMgr
Type: REG_DWORD

Then set the value to 0.

(You will need to reboot after this)


Thanks. Problem solved. /lock

_________________
LAWLrrenzolicious
Back to top
View user's profile Send private message
Tofu
Grandmaster Cheater
Reputation: 0

Joined: 25 Sep 2007
Posts: 620

PostPosted: Wed Jul 23, 2008 4:25 pm    Post subject: Reply with quote

Elpacco, I made a topic called How to: Enable Task Manager.

Try the 2nd method there.

_________________
Stuff by me:
Bioshock [AA Script]
TaskManager Fix
Cheetah wrote:
Forum rep is serious business.

Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Computer Talk All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
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 vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites