<?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>Tech Blog &#187; regedit</title>
	<atom:link href="http://www.kensfi.com/tag/regedit/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kensfi.com</link>
	<description>Home is where you hang your @</description>
	<lastBuildDate>Wed, 28 Jul 2010 03:30:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Task Manager has been disabled by your administrator</title>
		<link>http://www.kensfi.com/task-manager-has-been-disabled-by-your-administrator/</link>
		<comments>http://www.kensfi.com/task-manager-has-been-disabled-by-your-administrator/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 21:27:28 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[Computer Hacking]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[cannot]]></category>
		<category><![CDATA[Click]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[copy paste]]></category>
		<category><![CDATA[current user]]></category>
		<category><![CDATA[CurrentVersion]]></category>
		<category><![CDATA[DEL]]></category>
		<category><![CDATA[DisableTaskMgr]]></category>
		<category><![CDATA[DWORD]]></category>
		<category><![CDATA[HKEY]]></category>
		<category><![CDATA[Manager]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[microsoft windows]]></category>
		<category><![CDATA[Modify]]></category>
		<category><![CDATA[REG]]></category>
		<category><![CDATA[reg dword]]></category>
		<category><![CDATA[regedit]]></category>
		<category><![CDATA[Run]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[software microsoft]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[Task]]></category>
		<category><![CDATA[task manager has been disabled by your administrator]]></category>
		<category><![CDATA[user software]]></category>

		<guid isPermaLink="false">http://www.kensfi.com/?p=822</guid>
		<description><![CDATA[Wondering how can you access the Task Manager when you&#8217;re facing this message: Task Manager has been disabled by your administrator? There are 2 ways to do this. First method (the easy one): Click Start, Run and copy/paste this command: REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f Click OK. If you still [...]]]></description>
			<content:encoded><![CDATA[<p>Wondering how can you access the Task Manager when you&#8217;re facing this message: Task Manager has been disabled by your administrator? There are 2 ways to do this.</p>
<p>First method (the easy one):</p>
<p>Click Start, Run and copy/paste this command:</p>
<p><strong>REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f</strong></p>
<p>Click OK.</p>
<p>If you still cannot access the Task Manager try the second method:</p>
<p>1. Click Start, Run and write: regedit<br />
2. Go to the following:</p>
<p>        HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies\ System</p>
<p>3. In the right-panel, right click on DisableTaskMgr, click on Modify and change the Value to <strong>0</strong><br />
4. OK<br />
4. Close the window</p>
<p>Now try CTRL+ALT+DEL. It should open the Task Manager without any message :)</p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.kensfi.com%2Ftask-manager-has-been-disabled-by-your-administrator%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.kensfi.com%2Ftask-manager-has-been-disabled-by-your-administrator%2F&amp;source=techSpin&amp;style=normal&amp;service=is.gd" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.kensfi.com/task-manager-has-been-disabled-by-your-administrator/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to Hide System Tray Icons Using Regedit Command</title>
		<link>http://www.kensfi.com/how-to-hide-system-try-icons-using-regedit-command/</link>
		<comments>http://www.kensfi.com/how-to-hide-system-try-icons-using-regedit-command/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 19:27:23 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[hide]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[NoTryItemsDisplay]]></category>
		<category><![CDATA[regedit]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[try]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[windows XP]]></category>

		<guid isPermaLink="false">http://www.kensfi.com/?p=719</guid>
		<description><![CDATA[This tutorial is about how to hide all system tray icons using registry. It&#8217;s working perfect in XP and Windows Vista. In the next blog post I&#8217;ll show you how to hide only specific icons. 1. Open Start Menu >> Run, type regedit and press Enter 2. Go to the following path HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer 3. Create [...]]]></description>
			<content:encoded><![CDATA[<p>This tutorial is about how to hide all system tray icons using registry. It&#8217;s working perfect in XP and Windows Vista. In the next blog post I&#8217;ll show you how to hide only specific icons.</p>
<p>1. Open Start Menu >> Run, type <strong>regedit</strong> and press Enter</p>
<p>2. Go to the following path</p>
<p>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer</p>
<p><img src="http://www.kensfi.com/wp-content/uploads/2009/06/hide_system_icons_1-550x410.gif" alt="hide_system_icons_1" title="hide_system_icons_1" width="550" height="410" class="alignnone size-medium wp-image-723" /></p>
<p>3. Create a DWORD value by right clicking the right pane and click new, then DWORD value</p>
<p>4. Name the key as NoTrayItemsDisplay</p>
<p>5. Double click the key after creation and set the value as 1</p>
<p><img src="http://www.kensfi.com/wp-content/uploads/2009/06/hide_system_icons_2-550x414.gif" alt="hide_system_icons_2" title="hide_system_icons_2" width="550" height="414" class="alignnone size-medium wp-image-724" /></p>
<p>6. Close registry and restart your computer in order for the settings to take into effect.</p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.kensfi.com%2Fhow-to-hide-system-try-icons-using-regedit-command%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.kensfi.com%2Fhow-to-hide-system-try-icons-using-regedit-command%2F&amp;source=techSpin&amp;style=normal&amp;service=is.gd" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.kensfi.com/how-to-hide-system-try-icons-using-regedit-command/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to disable &#8220;just-in time debugging&#8221;</title>
		<link>http://www.kensfi.com/how-to-disable-just-in-time-debugging/</link>
		<comments>http://www.kensfi.com/how-to-disable-just-in-time-debugging/#comments</comments>
		<pubDate>Sun, 10 May 2009 17:05:25 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[debugger]]></category>
		<category><![CDATA[just-in time debugging]]></category>
		<category><![CDATA[regedit]]></category>
		<category><![CDATA[visual studio]]></category>
		<category><![CDATA[windows XP]]></category>

		<guid isPermaLink="false">http://www.kensfi.com/?p=511</guid>
		<description><![CDATA[Just-In-Time debugging (that annoying pop-up message) is a windows feature that is starting automatically Visual Studio debugger when a software it&#8217;s giving a fatal error. There is no need for The Visual Studio debugger to run when some sort of error occurs. How can you disable this windows feature? Today I got the perfect solution: [...]]]></description>
			<content:encoded><![CDATA[<p>Just-In-Time debugging (that annoying pop-up message) is a windows feature that is starting automatically Visual Studio debugger when a software it&#8217;s giving a fatal error. There is no need for The Visual Studio debugger to run when some sort of error occurs.</p>
<p>How can you disable this windows feature?<br />
Today I got the perfect solution:<br />
-to stop this message from popping up, go to Control Panel > Internet Options > Advanced, then put a check in the following two boxes:<br />
- Disable Script Debugging (Internet Explorer)<br />
- Disable Script Debugging (Others)<br />
This is really working ;)</p>
<p>We offer you incredible resources for all kind of <a href="http://www.testking.com/certification-training-Microsoft.htm">microsoft certification</a> including <a href="http://www.testking.com/MCITP-certification-training.htm">mcitp</a> and <a href="http://www.testking.com/CISSP-certification-training.htm">cissp</a>.
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.kensfi.com%2Fhow-to-disable-just-in-time-debugging%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.kensfi.com%2Fhow-to-disable-just-in-time-debugging%2F&amp;source=techSpin&amp;style=normal&amp;service=is.gd" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.kensfi.com/how-to-disable-just-in-time-debugging/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Change the Temporary Internet Files location</title>
		<link>http://www.kensfi.com/change-the-temporary-internet-files-location/</link>
		<comments>http://www.kensfi.com/change-the-temporary-internet-files-location/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 20:31:19 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[CurrentVersion]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[Explorer]]></category>
		<category><![CDATA[FolderRedirector]]></category>
		<category><![CDATA[HKEY_CURRENT_USER]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[regedit]]></category>
		<category><![CDATA[relocate]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Temporary Internet Files]]></category>
		<category><![CDATA[User Shell Folders]]></category>

		<guid isPermaLink="false">http://www.kensfi.com/?p=425</guid>
		<description><![CDATA[To relocate the Temporary Internet Files using the registry editor could be a painfully method but in the same time kinda professional one, so you better prefer this one instead using third party windows utilities. Another good thing is that the registry editing is giving you more control than other methods. Let&#8217;s get started. 1. [...]]]></description>
			<content:encoded><![CDATA[<p>To relocate the Temporary Internet Files using the registry editor could be a painfully method but in the same time kinda professional one, so you better prefer this one instead using third party windows utilities. Another good thing is that the registry editing is giving you more control than other methods. Let&#8217;s get started.</p>
<p>1. Create the destination folder for the Temporary Internet Files.<br />
2. Hit START, Run and write down REGEDIT. Press ENTER.<br />
3. Go to the following registry key:</p>
<p>HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ User Shell Folders</p>
<p>In the right-panel, double-click the value named Cache and set it&#8217;s value to the new Temporary Internet Files folder (assuming the new directory is located on D:\Temporary Internet Files)</p>
<p>4. Make the changes in the following registry key:</p>
<p>HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \  Explorer \ Shell Folders</p>
<p>5. Close Registry Editor and log off. Log in back for the changes to take effect. The Temporary Internet Files will be stored in the new location which you defined. </p>
<p>6. Delete Temporary Internet Files. The old Temporary Internet Files can be deleted manually by navigating to this folder C:\Documents and Settings\YOUR COMPUTER NAME HERE\Local Settings\Temporary Internet Files.
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.kensfi.com%2Fchange-the-temporary-internet-files-location%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.kensfi.com%2Fchange-the-temporary-internet-files-location%2F&amp;source=techSpin&amp;style=normal&amp;service=is.gd" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.kensfi.com/change-the-temporary-internet-files-location/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
