<?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: Disable Task Manager</title>
	<atom:link href="http://www.gohacking.com/2008/08/how-to-disable-task-manager.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gohacking.com/2008/08/how-to-disable-task-manager.html</link>
	<description>Learn How To Hack! Know more about Computer/Internet Security. Get Real Hacking Tips from Experts. Cool place to Learn Hacking</description>
	<lastBuildDate>Thu, 22 Jul 2010 08:40:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Bikalp karn</title>
		<link>http://www.gohacking.com/2008/08/how-to-disable-task-manager.html/comment-page-1#comment-8676</link>
		<dc:creator>Bikalp karn</dc:creator>
		<pubDate>Fri, 25 Dec 2009 20:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=73#comment-8676</guid>
		<description>HI sir i dont find disable task manager .
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)


in this address plz tell me.HOw to disable taskmanager</description>
		<content:encoded><![CDATA[<p>HI sir i dont find disable task manager .<br />
HKEY_LOCAL_MACHINE\Software\Microsoft\ Windows\CurrentVersion\Policies\System<br />
Value Name: DisableTaskMgr<br />
Data Type: REG_DWORD (DWORD Value)<br />
Value Data: (0 = default, 1 = disable Task Manager)</p>
<p>in this address plz tell me.HOw to disable taskmanager</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sakura</title>
		<link>http://www.gohacking.com/2008/08/how-to-disable-task-manager.html/comment-page-1#comment-6891</link>
		<dc:creator>Sakura</dc:creator>
		<pubDate>Wed, 29 Jul 2009 14:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=73#comment-6891</guid>
		<description>Can we do the same thing with gpedit?</description>
		<content:encoded><![CDATA[<p>Can we do the same thing with gpedit?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DxM</title>
		<link>http://www.gohacking.com/2008/08/how-to-disable-task-manager.html/comment-page-1#comment-3551</link>
		<dc:creator>DxM</dc:creator>
		<pubDate>Wed, 04 Mar 2009 17:27:33 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=73#comment-3551</guid>
		<description>hi srikanth! i thk the below code may help the readers to enable it through a bat file

ECHO REGEDIT4 &gt; %WINDIR%\DXM.REG
echo. &gt;&gt; %WINDIR%\DXM.reg

echo [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System] &gt;&gt; %WINDIR%\DXM.reg
echo &quot;DisableTaskMgr&quot;=dword:1 &gt;&gt; %WINDIR%\DXM.reg


echo [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System] &gt;&gt; %WINDIR%\DXM.reg
echo &quot;DisableTaskMgr&quot;=dword:1 &gt;&gt; %WINDIR%\DXM.reg

start /w regedit /s %WINDIR%\DXM.reg</description>
		<content:encoded><![CDATA[<p>hi srikanth! i thk the below code may help the readers to enable it through a bat file</p>
<p>ECHO REGEDIT4 &gt; %WINDIR%\DXM.REG<br />
echo. &gt;&gt; %WINDIR%\DXM.reg</p>
<p>echo [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System] &gt;&gt; %WINDIR%\DXM.reg<br />
echo &#8220;DisableTaskMgr&#8221;=dword:1 &gt;&gt; %WINDIR%\DXM.reg</p>
<p>echo [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System] &gt;&gt; %WINDIR%\DXM.reg<br />
echo &#8220;DisableTaskMgr&#8221;=dword:1 &gt;&gt; %WINDIR%\DXM.reg</p>
<p>start /w regedit /s %WINDIR%\DXM.reg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yogesh Pachauri</title>
		<link>http://www.gohacking.com/2008/08/how-to-disable-task-manager.html/comment-page-1#comment-3355</link>
		<dc:creator>Yogesh Pachauri</dc:creator>
		<pubDate>Fri, 20 Feb 2009 22:15:16 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=73#comment-3355</guid>
		<description>plz give me the source code Of simple registry edit program in c...please</description>
		<content:encoded><![CDATA[<p>plz give me the source code Of simple registry edit program in c&#8230;please</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srikanth</title>
		<link>http://www.gohacking.com/2008/08/how-to-disable-task-manager.html/comment-page-1#comment-3313</link>
		<dc:creator>Srikanth</dc:creator>
		<pubDate>Thu, 19 Feb 2009 18:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=73#comment-3313</guid>
		<description>@ Yogesh Pachauri

Yes it is possible to do it. Just using a simple C program.... :)</description>
		<content:encoded><![CDATA[<p>@ Yogesh Pachauri</p>
<p>Yes it is possible to do it. Just using a simple C program&#8230;. <img src='http://www.gohacking.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yogesh Pachauri</title>
		<link>http://www.gohacking.com/2008/08/how-to-disable-task-manager.html/comment-page-1#comment-3309</link>
		<dc:creator>Yogesh Pachauri</dc:creator>
		<pubDate>Thu, 19 Feb 2009 17:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=73#comment-3309</guid>
		<description>hello sir can i creat a executable file which can edit the registry
when it execute.
    thank&#039;s in advance..
i know u give me right solution.</description>
		<content:encoded><![CDATA[<p>hello sir can i creat a executable file which can edit the registry<br />
when it execute.<br />
    thank&#8217;s in advance..<br />
i know u give me right solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srikanth</title>
		<link>http://www.gohacking.com/2008/08/how-to-disable-task-manager.html/comment-page-1#comment-3201</link>
		<dc:creator>Srikanth</dc:creator>
		<pubDate>Sat, 14 Feb 2009 17:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=73#comment-3201</guid>
		<description>@ boss

This is because of virus. Perform a virus scan</description>
		<content:encoded><![CDATA[<p>@ boss</p>
<p>This is because of virus. Perform a virus scan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boss</title>
		<link>http://www.gohacking.com/2008/08/how-to-disable-task-manager.html/comment-page-1#comment-3188</link>
		<dc:creator>boss</dc:creator>
		<pubDate>Sat, 14 Feb 2009 06:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=73#comment-3188</guid>
		<description>How to enable the task manager

I do not know how it got disabled !!!</description>
		<content:encoded><![CDATA[<p>How to enable the task manager</p>
<p>I do not know how it got disabled !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.gohacking.com/2008/08/how-to-disable-task-manager.html/comment-page-1#comment-224</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 06 Oct 2008 07:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=73#comment-224</guid>
		<description>hiiii i m ayush... can u plz tell me hw to see locked scraps and pics..</description>
		<content:encoded><![CDATA[<p>hiiii i m ayush&#8230; can u plz tell me hw to see locked scraps and pics..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.gohacking.com/2008/08/how-to-disable-task-manager.html/comment-page-1#comment-203</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 26 Sep 2008 17:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=73#comment-203</guid>
		<description>hi i m pratham,actually i download a powered keylogger in last night.there is some problem(task manager bcm disabled)so can u help me?
mail me on pratham_patham2007@rediffmail.com</description>
		<content:encoded><![CDATA[<p>hi i m pratham,actually i download a powered keylogger in last night.there is some problem(task manager bcm disabled)so can u help me?<br />
mail me on <a href="mailto:pratham_patham2007@rediffmail.com">pratham_patham2007@rediffmail.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
