<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Od3n (dot) Info &#187; task manager</title>
	<atom:link href="http://od3n.info/tag/task-manager/feed/" rel="self" type="application/rss+xml" />
	<link>http://od3n.info</link>
	<description>Computer, Technology and Internet</description>
	<lastBuildDate>Wed, 29 Apr 2009 11:27:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>[How To Recover] Task Manager Has Been Disabled By Your Administrator</title>
		<link>http://od3n.info/how-to/how-to-recover-task-manager-has-been-disabled-by-your-administrator/</link>
		<comments>http://od3n.info/how-to/how-to-recover-task-manager-has-been-disabled-by-your-administrator/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 07:23:26 +0000</pubDate>
		<dc:creator>od3n</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[group policy editor]]></category>
		<category><![CDATA[registry editor]]></category>
		<category><![CDATA[run]]></category>
		<category><![CDATA[task manager]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://www.od3n.net/en/task-manager-has-been-disabled-by-your-administrator/</guid>
		<description><![CDATA[Muhammad Rizwan asks that whenever he tries to open the task manager, he is encountered by the following error : “Task Manager has been disabled by your administrator” Here is solution from the Microsoft article about enabling the task manager &#8230; <a href="http://od3n.info/how-to/how-to-recover-task-manager-has-been-disabled-by-your-administrator/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Muhammad Rizwan asks that whenever he tries to open the task manager, he is encountered by the following error : “<strong>Task Manager has been disabled by your administrator</strong>”</p>
<p>Here is solution from the Microsoft article about enabling the task manager :<span id="more-50"></span></p>
<p><strong>Enabling Task Manager</strong> from <strong>Group Policy Editor</strong><br />
1. Go to “Start” -&gt; “Run” -&gt; Write [sourcecode language='html']Gpedit.msc[/sourcecode] and press on “Enter” button.<br />
2. Navigate to “User Configuration” -&gt; “Administrative Templates” -&gt; “System” -&gt; “Ctrl+Alt+Del Options”<br />
3. In the right side of the screen verity that “Remove Task Manager”&#8221; option set to “Disable” or “Not Configured”.<br />
4. Close “Gpedit.msc” MMC.<br />
5. Go to “Start” -&gt; “Run” -&gt; Write [sourcecode language='html']gpupdate /force[/sourcecode] and press on “Enter” button.</p>
<p>Enabling Task Manager from <strong>Registry Editor</strong><br />
1. Go to “Start” -&gt; “Run” -&gt; Write [sourcecode language='html']regedit[/sourcecode] and press on “Enter” button.<br />
Warning: Modifying your registry can cause serious problems that may require you to reinstall your operating system.<br />
Always backup your files before doing this registry hack.<br />
2. Navigate to the following registry keys and verity that following settings set to default :<br />
Windows Registry Editor Version 5.00<br />
[sourcecode language='html'][HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem]“DisableTaskMgr”=dword:00000000<br />
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionGroupPolicyObjectsLocalUserSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem]“DisableTaskMgr”=dword:00000000<br />
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionpoliciessystem]“DisableTaskMgr”=dword:00000000<br />
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsNTCurrentVersionWinlogon]“DisableCAD”=dword:00000000[/sourcecode]<br />
3. Reboot the computer.</p>
<p>For your convenience, I have created a <strong>registry file</strong>. Just <a href="http://www.od3n.net/tools/" target="_blank">download</a>, double click it and add the info to your registry. The task manager will be enabled. Post your experiences please.</p>
<p><a href="http://www.od3n.net/tools/" target="_blank"><strong>Download the registry file here</strong></a></p>
<p>Enabling Task Manager from the <strong>Run Menu</strong></p>
<p>Abdullah mailed me this solution. Go to Start –&gt; Run and copy and paste the following and press OK.</p>
<p>[sourcecode language='html']REG add HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem /v DisableTaskMgr /t REG_DWORD /d 0 /f[/sourcecode]</p>
]]></content:encoded>
			<wfw:commentRss>http://od3n.info/how-to/how-to-recover-task-manager-has-been-disabled-by-your-administrator/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>[How To Remove] ntde1ect.com And autorun.inf Files</title>
		<link>http://od3n.info/how-to/how-to-remove-the-ntde1ectcom-and-autoruninf-files/</link>
		<comments>http://od3n.info/how-to/how-to-remove-the-ntde1ectcom-and-autoruninf-files/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 07:18:47 +0000</pubDate>
		<dc:creator>od3n</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[autorun.inf]]></category>
		<category><![CDATA[command prompt]]></category>
		<category><![CDATA[folder options]]></category>
		<category><![CDATA[ntde1ect.com]]></category>
		<category><![CDATA[registry editor]]></category>
		<category><![CDATA[show hidden files and folders]]></category>
		<category><![CDATA[task manager]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://www.od3n.net/en/how-to-remove-the-ntde1ectcom-and-autoruninf-files/</guid>
		<description><![CDATA[There is a Trojan/virus (either the Win32/Pacex virus or the Win32/PSW.Agent.NDP trojan) that uses the two files ntde1ect.com and autorun.inf. Here is how you can get rid of them : Open Task Manager and in Processes tab end explorer.exe and &#8230; <a href="http://od3n.info/how-to/how-to-remove-the-ntde1ectcom-and-autoruninf-files/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There is a Trojan/virus (either the Win32/Pacex virus or the Win32/PSW.Agent.NDP trojan) that uses the two files<strong> ntde1ect.com</strong> and <strong>autorun.inf</strong>. Here is how you can get rid of them :<span id="more-49"></span></p>
<ul>
<li>Open Task Manager and in Processes tab end explorer.exe and wscript.exe process</li>
<li>Open up File –&gt; New Task (Run) in the Task manager</li>
<li>Type cmd and hit Enter</li>
<li>Type</li>
<p>[sourcecode language='html']del /a:h /f c:autorun.*[/sourcecode]</p>
<li>Go to your WindowsSystem32 directory by typing</li>
<p>[sourcecode language='html']cd c:windowssystem32[/sourcecode]</p>
<li>Type</li>
<p>[sourcecode language='html']dir /a:h /f avp*.*[/sourcecode]</p>
<li>If you see any files names avpo.dll or avpo.exe or avpo.exe, use the</li>
<p>[sourcecode language='html']Del /a:h /f avpo.exe[/sourcecode]</p>
<li>Open up File –&gt; New Task (Run) in the Task manager, Type</li>
<p>[sourcecode language='html']regedit[/sourcecode]</p>
<li>Navigate to</li>
<p>[sourcecode language='html']HKEY_CURRENT_USERSOFTWAREMicrosoftWindowsCurrentVersionRun[/sourcecode]</p>
<li>If there are any entries for avpo.exe, delete them.</li>
<li>Do a complete search of your registry for ntdelect.com and delete any entries you find.</li>
<li>To Restore Folder Options Settings, Navigate to</li>
<p>[sourcecode language='html']HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerAdvancedFolderHiddenSHOWALL[/sourcecode]</ul>
<p>Look at the “CheckedValue” key. This should be a DWORD key. If it isn’t,  delete the key. Create a new key called “CheckedValue” as a DWORD (hexadecimal) with a value of 1. The “<strong>Show hidden files &amp; folders</strong>” check box should now work normally.</p>
]]></content:encoded>
			<wfw:commentRss>http://od3n.info/how-to/how-to-remove-the-ntde1ectcom-and-autoruninf-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[How To Remove] New Folder.exe Virus</title>
		<link>http://od3n.info/how-to/how-to-remove-new-folderexe-virus/</link>
		<comments>http://od3n.info/how-to/how-to-remove-new-folderexe-virus/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 17:52:30 +0000</pubDate>
		<dc:creator>od3n</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[antivirus tools]]></category>
		<category><![CDATA[exe]]></category>
		<category><![CDATA[folder options]]></category>
		<category><![CDATA[registry editor]]></category>
		<category><![CDATA[task manager]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://www.od3n.net/en/new-folderexe-virus-removal-tool/</guid>
		<description><![CDATA[Virus Infections This virus affects your system by : Disabling Task Manager Disabling Registry Editor Creates a startup entry to start upon system start and Creates its own exe files in Shared Documents folder which appear like ordinary folders. Disables &#8230; <a href="http://od3n.info/how-to/how-to-remove-new-folderexe-virus/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Virus Infections</strong></p>
<p>This virus affects your system by :</p>
<ul>
<li>Disabling Task Manager</li>
<li>Disabling Registry Editor</li>
<li>Creates a startup entry to start upon system start and</li>
<li>Creates its own exe files in Shared Documents folder which appear like ordinary folders.</li>
<li>Disables Folder Options</li>
<li>Uses your 50% or more processor</li>
</ul>
<p>You can see that the folders in <strong>Shared Documents</strong> have an exe extension If you have unchecked <strong>Hide extensions for known file types in Folder Options.</strong><span id="more-44"></span></p>
<p><strong>Virus Removal Tool Description 2.5 (Also Removes Nhatquanglan Variant of NewFolder.exe)</strong></p>
<p><strong>Sets these entries in Registry</strong><br />
[sourcecode language='cpp'][HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer]&#8220;NofolderOptions&#8221;=[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem]&#8220;@&#8221;=[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionRun]&#8220;YahooMessengger&#8221;=[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsNTCurrentVersionWinlogon]&#8220;Shell&#8221;=&#8221;Explorer.exe&#8221;[/sourcecode]</p>
<p><strong>Deletes Virus Files</strong></p>
<ul>
<li>svichossst.exe</li>
<li>autorun.inf</li>
<li>at1.job</li>
<li>autorun.ini</li>
<li>(Nhatquanglan) scvhosts.exe</li>
<li>blastclnnn.exe</li>
<li>hinhem.scr</li>
<li>All duplicated exe files in Shared Documents Folder</li>
<li>Also the exe files in your selected folder</li>
</ul>
<p><strong>Download</strong></p>
<p><a href="http://www.od3n.net/tools/" target="_blank">http://www.od3n.net/tools/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://od3n.info/how-to/how-to-remove-new-folderexe-virus/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
