Reality User is banned. Joined Mar 19, 2011 Posts 2,556 Reacts 0 Reputation 0 Credits 0 Mar 2, 2011 #1 Sometimes viruses or something can disable task manager, regedit, and some more I will do research on. I often see people making threads about this elsewhere, so I decided to post this here, because I'm cool like that Go to start > run Type the following command and hit enter Code: REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f To re-enable Regedit: Click Start -> Run. Type this command in Run box and press Ok. Code: REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 When a prompt opens and says: Value DisableRegistryTools exists, overwrite (Y/N)? Click to expand... Type in yes and hit enter After typing yes type this into start > run box as well Code: REG add HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 It then prompts you with: Code: Value DisableRegistryTools exists, overwrite (Y/N)? Put in 'yes' and hit enter again Regedit is back > To re-enable command prompt: Navigate to start > run > Copy / Paste the following code: Code: REG add HKCU\Software\Policies\Microsoft\Windows\System /v DisableCMD /t REG_DWORD /d 0 /f Hit enter, and it's back I only used sources for the codes, made the rest my own ^o^
Sometimes viruses or something can disable task manager, regedit, and some more I will do research on. I often see people making threads about this elsewhere, so I decided to post this here, because I'm cool like that Go to start > run Type the following command and hit enter Code: REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f To re-enable Regedit: Click Start -> Run. Type this command in Run box and press Ok. Code: REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 When a prompt opens and says: Value DisableRegistryTools exists, overwrite (Y/N)? Click to expand... Type in yes and hit enter After typing yes type this into start > run box as well Code: REG add HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 It then prompts you with: Code: Value DisableRegistryTools exists, overwrite (Y/N)? Put in 'yes' and hit enter again Regedit is back > To re-enable command prompt: Navigate to start > run > Copy / Paste the following code: Code: REG add HKCU\Software\Policies\Microsoft\Windows\System /v DisableCMD /t REG_DWORD /d 0 /f Hit enter, and it's back I only used sources for the codes, made the rest my own ^o^
Nathan User is banned. Joined Mar 19, 2011 Posts 414 Reacts 0 Reputation 0 Credits 0 Mar 2, 2011 #2 You realize this is in VB.NET right?
Reality User is banned. Joined Mar 19, 2011 Posts 2,556 Reacts 0 Reputation 0 Credits 0 Mar 2, 2011 #3 What are you talking about? This is simple Winkey + R commands. I don't think you know what you're talking about.
What are you talking about? This is simple Winkey + R commands. I don't think you know what you're talking about.
Nathan User is banned. Joined Mar 19, 2011 Posts 414 Reacts 0 Reputation 0 Credits 0 Mar 2, 2011 #4 http://www.hackforums.net/showthread.php?tid=330323&highlight=Source And I should also mention it's not hard to do these :/. All you need is the directory, and just replace the directories from each and rename the values.
http://www.hackforums.net/showthread.php?tid=330323&highlight=Source And I should also mention it's not hard to do these :/. All you need is the directory, and just replace the directories from each and rename the values.
Reality User is banned. Joined Mar 19, 2011 Posts 2,556 Reacts 0 Reputation 0 Credits 0 Mar 2, 2011 #5 Dude that was honestly the stupidest thing I've ever seen. You clearly don't know VB. I use *nix and I know this better than you. Read the fucking code. Code: Shell("REG add HKCU\Software\Policies\Microsoft\Windows\System /v DisableCMD /t REG_DWORD /d 1 /f", vbNormalFocus) MessageBox.Show("Command Prompt is now disabled.", "Hack Forums - Kink", MessageBoxButtons.OK, MessageBoxIcon.Information) "Shell" is command prompt, or somewhere it's running the command. The messagebox.show is just showing it. Honestly learn your shit.
Dude that was honestly the stupidest thing I've ever seen. You clearly don't know VB. I use *nix and I know this better than you. Read the fucking code. Code: Shell("REG add HKCU\Software\Policies\Microsoft\Windows\System /v DisableCMD /t REG_DWORD /d 1 /f", vbNormalFocus) MessageBox.Show("Command Prompt is now disabled.", "Hack Forums - Kink", MessageBoxButtons.OK, MessageBoxIcon.Information) "Shell" is command prompt, or somewhere it's running the command. The messagebox.show is just showing it. Honestly learn your shit.