View previous topic :: View next topic |
Author |
Message |
Lorrenzo Moderator
Reputation: 4
Joined: 02 Jun 2006 Posts: 3744
|
Posted: Wed Jul 23, 2008 12:26 pm Post subject: Task Manager issue |
|
|
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 |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
|
Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Wed Jul 23, 2008 12:29 pm Post subject: |
|
|
Theres a post about half way down the page that has this same problem
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 |
|
 |
Tofu Grandmaster Cheater
Reputation: 0
Joined: 25 Sep 2007 Posts: 620
|
Posted: Wed Jul 23, 2008 1:23 pm Post subject: |
|
|
oib111 wrote: | Theres a post about half way down the page that has this same problem
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.
_________________
|
|
Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Wed Jul 23, 2008 1:25 pm Post subject: |
|
|
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 |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Wed Jul 23, 2008 1:31 pm Post subject: |
|
|
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 |
|
 |
Tofu Grandmaster Cheater
Reputation: 0
Joined: 25 Sep 2007 Posts: 620
|
Posted: Wed Jul 23, 2008 1:33 pm Post subject: |
|
|
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.
_________________
|
|
Back to top |
|
 |
Tofu Grandmaster Cheater
Reputation: 0
Joined: 25 Sep 2007 Posts: 620
|
Posted: Wed Jul 23, 2008 1:54 pm Post subject: |
|
|
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.
_________________
|
|
Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Wed Jul 23, 2008 1:56 pm Post subject: |
|
|
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 |
|
 |
ControlAltDelete Friendly Giant
Reputation: 157
Joined: 03 Mar 2007 Posts: 2396
|
Posted: Wed Jul 23, 2008 1:59 pm Post subject: |
|
|
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 |
|
 |
Lorrenzo Moderator
Reputation: 4
Joined: 02 Jun 2006 Posts: 3744
|
|
Back to top |
|
 |
Tofu Grandmaster Cheater
Reputation: 0
Joined: 25 Sep 2007 Posts: 620
|
Posted: Wed Jul 23, 2008 4:25 pm Post subject: |
|
|
Elpacco, I made a topic called How to: Enable Task Manager.
Try the 2nd method there.
_________________
|
|
Back to top |
|
 |
|