<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Cannot open task manager and registry editor?</title>
	<atom:link href="http://www.smatx.com/registry-editor/cannot-open-task-manager-and-registry-editor/feed" rel="self" type="application/rss+xml" />
	<link>http://www.smatx.com/registry-editor/cannot-open-task-manager-and-registry-editor</link>
	<description></description>
	<lastBuildDate>Mon, 30 Aug 2010 01:26:59 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lei L</title>
		<link>http://www.smatx.com/registry-editor/cannot-open-task-manager-and-registry-editor/comment-page-1#comment-555</link>
		<dc:creator>Lei L</dc:creator>
		<pubDate>Tue, 16 Feb 2010 13:00:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.smatx.com/registry-editor/cannot-open-task-manager-and-registry-editor#comment-555</guid>
		<description>Please follow those steps I copied from nod32 webiste. http://www.eset.com/support/kb.php

Install ESET NOD32 Antivirus and run a &quot;in-depth&quot; scan http://www.nod32.com.sg/html/44/42/

Some malware is designed to block access to system tools in Microsoft Windows such as the Control Panel, Task Manager, Registry Editor, and Command Prompt. This is done by modifying the security policy settings of the operating system. These changes can be reversed using the Registry Editor, but if it has been disabled, the following alternative methods can be used. 
Using Group Policy

Click Start → Run. The Run window will be displayed. Type gpedit.msc and click OK (Windows Vista users: Click Start, type gpedit.msc and press ENTER). Re-enable the Windows system tools by following the instructions below.

To enable the Control Panel:

-Open User Configuration → Administrative Templates → Control Panel
-Set the value of the Prohibit Access to the Control Panel option to Not configured or Enabled.
-Click OK.

To enable the Task Manager:

-Open User Configuration → Administrative Templates → System → Ctrl+Alt+Del Options
-Set the value of the Remove Task Manager option to Not configured or Enabled.
-Click OK.

To enable the Registry Editor:

-Open User Configuration → Administrative Templates → System
-Set the value of the Prevent access to registry editing tools option to Not configured or Enabled.
-Click OK.

To enable the Command Prompt:

-Open User Configuration → Administrative Templates → System
-Set the value of the Prevent access to the command prompt option to Not configured or Enabled.
-Click OK.

Using the REG command 

This option can be used only if the Command Prompt window (Start → Run, type cmd, click OK) is available. The parameters of the REG command can be displayed by typing REG /? and pressing ENTER.

The parameter ADD adds new registry entries or modifies existing ones. For example:

* Activation of Control Panel: modify the &quot;NoControlPanel&quot; key in the section HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/policies/Explorer

Command:
REG ADD HKEY_CURRENT_USER/Software/Microsoft/Windows/Current/Version/Policies/System /v NoControlPanel /t reg_dword /d 0

* Activation of Task Manager: modify the &quot;DisableTaskMgr&quot; key in the section HKEY_CURRENT_USER/Software/Microsoft/Windows/Current/Version/Policies/System

Command:
REG ADD HKEY_CURRENT_USER/Software/Microsoft/Windows/Current/Version/Policies/System /v DisableTaskMgr /t reg_dword /d 0

* Activation of Registry Editor: modify the &quot;DisableRegistryTools&quot; key in the section HKEY_CURRENT_USER/Software/Microsoft/Windows/Current/Version/Policies/System

Command:
REG ADD HKEY_CURRENT_USER/Software/Microsoft/Windows/Current/Version/Policies/System /v DisableRegistryTools /t reg_dword /d 0&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>Please follow those steps I copied from nod32 webiste. <a href="http://www.eset.com/support/kb.php" rel="nofollow">http://www.eset.com/support/kb.php</a></p>
<p>Install ESET NOD32 Antivirus and run a &quot;in-depth&quot; scan <a href="http://www.nod32.com.sg/html/44/42/" rel="nofollow">http://www.nod32.com.sg/html/44/42/</a></p>
<p>Some malware is designed to block access to system tools in Microsoft Windows such as the Control Panel, Task Manager, Registry Editor, and Command Prompt. This is done by modifying the security policy settings of the operating system. These changes can be reversed using the Registry Editor, but if it has been disabled, the following alternative methods can be used.<br />
Using Group Policy</p>
<p>Click Start → Run. The Run window will be displayed. Type gpedit.msc and click OK (Windows Vista users: Click Start, type gpedit.msc and press ENTER). Re-enable the Windows system tools by following the instructions below.</p>
<p>To enable the Control Panel:</p>
<p>-Open User Configuration → Administrative Templates → Control Panel<br />
-Set the value of the Prohibit Access to the Control Panel option to Not configured or Enabled.<br />
-Click OK.</p>
<p>To enable the Task Manager:</p>
<p>-Open User Configuration → Administrative Templates → System → Ctrl+Alt+Del Options<br />
-Set the value of the Remove Task Manager option to Not configured or Enabled.<br />
-Click OK.</p>
<p>To enable the Registry Editor:</p>
<p>-Open User Configuration → Administrative Templates → System<br />
-Set the value of the Prevent access to registry editing tools option to Not configured or Enabled.<br />
-Click OK.</p>
<p>To enable the Command Prompt:</p>
<p>-Open User Configuration → Administrative Templates → System<br />
-Set the value of the Prevent access to the command prompt option to Not configured or Enabled.<br />
-Click OK.</p>
<p>Using the REG command </p>
<p>This option can be used only if the Command Prompt window (Start → Run, type cmd, click OK) is available. The parameters of the REG command can be displayed by typing REG /? and pressing ENTER.</p>
<p>The parameter ADD adds new registry entries or modifies existing ones. For example:</p>
<p>* Activation of Control Panel: modify the &quot;NoControlPanel&quot; key in the section HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/policies/Explorer</p>
<p>Command:<br />
REG ADD HKEY_CURRENT_USER/Software/Microsoft/Windows/Current/Version/Policies/System /v NoControlPanel /t reg_dword /d 0</p>
<p>* Activation of Task Manager: modify the &quot;DisableTaskMgr&quot; key in the section HKEY_CURRENT_USER/Software/Microsoft/Windows/Current/Version/Policies/System</p>
<p>Command:<br />
REG ADD HKEY_CURRENT_USER/Software/Microsoft/Windows/Current/Version/Policies/System /v DisableTaskMgr /t reg_dword /d 0</p>
<p>* Activation of Registry Editor: modify the &quot;DisableRegistryTools&quot; key in the section HKEY_CURRENT_USER/Software/Microsoft/Windows/Current/Version/Policies/System</p>
<p>Command:<br />
REG ADD HKEY_CURRENT_USER/Software/Microsoft/Windows/Current/Version/Policies/System /v DisableRegistryTools /t reg_dword /d 0<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S28</title>
		<link>http://www.smatx.com/registry-editor/cannot-open-task-manager-and-registry-editor/comment-page-1#comment-554</link>
		<dc:creator>S28</dc:creator>
		<pubDate>Tue, 16 Feb 2010 12:35:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.smatx.com/registry-editor/cannot-open-task-manager-and-registry-editor#comment-554</guid>
		<description>it&#039;s a virus&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>it&#8217;s a virus<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Taufik Hamdan</title>
		<link>http://www.smatx.com/registry-editor/cannot-open-task-manager-and-registry-editor/comment-page-1#comment-553</link>
		<dc:creator>Taufik Hamdan</dc:creator>
		<pubDate>Tue, 16 Feb 2010 11:47:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.smatx.com/registry-editor/cannot-open-task-manager-and-registry-editor#comment-553</guid>
		<description>that how to fix it


start&gt;all programs&gt;accessories&gt;system tools&gt;system restore

pick a first option the click the date when ur computer are running fine..

then it will restore ur system...&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>that how to fix it</p>
<p>start&gt;all programs&gt;accessories&gt;system tools&gt;system restore</p>
<p>pick a first option the click the date when ur computer are running fine..</p>
<p>then it will restore ur system&#8230;<br /><b>References : </b></p>
]]></content:encoded>
	</item>
</channel>
</rss>

