<?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; group policy editor</title>
	<atom:link href="http://od3n.info/tag/group-policy-editor/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 Recover] Registry Editing Has Been Disabled By Your Administrator</title>
		<link>http://od3n.info/how-to/how-to-recover-registry-editing-has-been-disabled-by-your-administrator/</link>
		<comments>http://od3n.info/how-to/how-to-recover-registry-editing-has-been-disabled-by-your-administrator/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 07:08:48 +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[troubleshooting]]></category>

		<guid isPermaLink="false">http://www.od3n.net/en/registry-editing-has-been-disabled-by-your-administrator/</guid>
		<description><![CDATA[Today a friend of mine asked that his registry editor had been disabled accidently and now how should he enable it back again. Here are two ways to enable the registry editing in Windows. 1- From Group Policy Editor Go &#8230; <a href="http://od3n.info/how-to/how-to-recover-registry-editing-has-been-disabled-by-your-administrator/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today a friend of mine asked that his <strong>registry editor had been disabled</strong> accidently and now how should he enable it back again. Here are two <strong>ways to enable the registry editing</strong> in Windows.</p>
<p>1- <strong>From Group Policy Editor</strong></p>
<p>Go to Run –&gt; gpedit.msc</p>
<p>In the left hand menu, go to User Config –&gt; Administrative Templated –&gt; System.</p>
<p>Now In the right hand pane, select “Prevent access to registry editing tools”. It will probably be not configured or enabled. If it’s enabled, disable it and if it’s not configured, first enable it, apply settings and then disable it. Most probably the settings have been applied instantly. If not, then run gpupdate in command prompt to apply the group policies.<span id="more-47"></span></p>
<p>2- <strong>From the Run Menu</strong></p>
<p>I got this tweak while surfing the internet. Go to Start –&gt; Run, copy and paste the follow in the Run box and press OK.</p>
<p>[sourcecode language='cpp']REG add HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem /v DisableRegistryTools /t REG_DWORD /d 0 /f[/sourcecode]</p>
<p>The effects are usually instant. If not then you should see the results after restarting your computer.</p>
<p>Please tell us your experiences on this tweak.</p>
]]></content:encoded>
			<wfw:commentRss>http://od3n.info/how-to/how-to-recover-registry-editing-has-been-disabled-by-your-administrator/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>[How To Repair] Folder Options Missing In Windows XP</title>
		<link>http://od3n.info/how-to/how-to-repair-folder-options-missing-in-windows-xp/</link>
		<comments>http://od3n.info/how-to/how-to-repair-folder-options-missing-in-windows-xp/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 06:58:48 +0000</pubDate>
		<dc:creator>od3n</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[folder options]]></category>
		<category><![CDATA[group policy editor]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://www.od3n.net/en/folder-options-missing-in-windows-xp/</guid>
		<description><![CDATA[After a virus attack in one of my client machines, the folder options from the windows explorer was missing and we were unable to show all the files including the hidden ones. So here’s what I did to restore it &#8230; <a href="http://od3n.info/how-to/how-to-repair-folder-options-missing-in-windows-xp/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After a <strong>virus attack</strong> in one of my client machines, the <strong>folder options</strong> from the windows explorer was <strong>missing</strong> and we were <strong>unable to show all the files including the hidden ones</strong>. So here’s what I did to restore it back:</p>
<p>Go to Run –&gt;gpedit.msc<br />
User Configuration –&gt; Administrative Templates –&gt;  Windows Components –&gt; Windows Explorer<br />
Enable and then Disable “Removes Folder Options menu from Tools menu“<br />
Close all windows explorer windows and then open again.. most probably your folder options is back <img src='http://od3n.info/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://od3n.info/how-to/how-to-repair-folder-options-missing-in-windows-xp/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
