<?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>Caneblu.com &#187; registry</title>
	<atom:link href="http://www.caneblu.com/tag/registry/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.caneblu.com</link>
	<description>Solo un altro blog targato WordPress</description>
	<lastBuildDate>Mon, 10 May 2010 20:32:40 +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>Remove Mozilla Firefox extensions</title>
		<link>http://www.caneblu.com/2009/08/remove-mozilla-firefox-extensions/</link>
		<comments>http://www.caneblu.com/2009/08/remove-mozilla-firefox-extensions/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 19:49:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[mozilla firefox]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.caneblu.com/?p=108</guid>
		<description><![CDATA[Recently, after some upgrades of Mozilla Firefox, i have found some extensions disabled because no longer compatible with the new version of the browser. In particular I refer to &#8220;2 pc sync syncronization&#8221; extension of Nokia PC Suite amd Framework 3.5 Microsoft extension. This extensions, in my opinion, are unnecessary especially because is installed their [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, after some upgrades of <strong>Mozilla Firefox</strong>, i have found some extensions disabled because no longer compatible with the new version of the browser. In particular I refer to &#8220;2 pc sync syncronization&#8221; extension of <strong>Nokia PC Suite</strong> amd Framework 3.5 <strong>Microsoft </strong>extension. This extensions, in my opinion, are unnecessary especially because is installed their own during a setup.</p>
<p>The problem of  that extension is in fact are already been disabled, because no longer compatible, but remains in the extension list until to an update, where can be automatically reinstalled. This situation seems irreversible because the &#8220;uninstall&#8221; button is no longer activated. If you wish you can delete them with a little surgery on the registry of your Windows. So follow the instructions at your own risk.</p>
<p>Open <strong>Regedit </strong>(start -&gt; run -&gt; regedit [return])<br />
navigate in your left until you find the entry:<br />
<em>HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Firefox\extensions </em><br />
First we prepared a good backup of this key, right mouse button, choose &#8220;<strong>Export</strong>&#8221; to save where you like (to <strong>restore</strong> just a simple double click on the saved file).<br />
Now focus our attention on the right side of Regedit, you should see the entries &#8220;locked&#8221; in our case it is the voice bkmrksync@nokia.com and just above a path that clearly draws on .NET framework from Microsoft.</p>
<p>We need to eliminate it, with the right button on the item you selected, and then &#8220;<strong>delete</strong>&#8221; command.<br />
Start Firefox and &#8220;magically&#8221; extensions blocked are missing from the list.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.caneblu.com/2009/08/remove-mozilla-firefox-extensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 remove user account from logon screen</title>
		<link>http://www.caneblu.com/2009/02/windows-7-remove-user-account-from-logon-screen/</link>
		<comments>http://www.caneblu.com/2009/02/windows-7-remove-user-account-from-logon-screen/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 16:22:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[logon]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[user account]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.caneblu.com/?p=81</guid>
		<description><![CDATA[Few days ago i&#8217;ve installed Vmware player. On machine restart, at logon screen, i&#8217;m notice about new user account. Annoying ghost user appear every Windows start, and i must choose my useraccount for type the password (before password field appear automatically). Well i&#8217;ts a good idea to hide this user from logon screen. BE CAREFUL, [...]]]></description>
			<content:encoded><![CDATA[<p>Few days ago i&#8217;ve installed Vmware player. On machine restart, at logon screen, i&#8217;m notice about new user account. Annoying ghost user appear every Windows start, and i must choose my useraccount for type the password (before password field appear automatically). Well i&#8217;ts a good idea to hide this user from logon screen.</p>
<p><strong>BE CAREFUL, this hack require changes inside Windows Registry&#8230;</strong></p>
<p>First with mouse right click on my computer -&gt; manage (or run / CTRL + R and <em>command compmgmt.msc /s</em>) i&#8217;ve see the exactly name of user account, in my case is _vmware_user_</p>
<p>Next open the registry (CTRL + R then regedit) and find the key</p>
<p><strong>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon</strong></p>
<p>here i&#8217;ve created a new key (like a folder) called <strong>SpecialAccounts</strong> (be careful it&#8217;s case sensitive!). Now inside this key i&#8217;ve created another key called <strong>UserList</strong></p>
<p>Now inside the UserList create a new DWORD (32bit value) with the exactly username will be hided (e.g. _vmware_user_) with the value zero. After ok will show 0&#215;00000 it&#8217;s ok.</p>
<p>Restart your computer, and the logon must show only your real user <img src='http://www.caneblu.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.caneblu.com/2009/02/windows-7-remove-user-account-from-logon-screen/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hide last logged-in user</title>
		<link>http://www.caneblu.com/2009/01/hide-last-logged-in-user/</link>
		<comments>http://www.caneblu.com/2009/01/hide-last-logged-in-user/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 16:17:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[registry]]></category>

		<guid isPermaLink="false">http://www.caneblu.com/caneblu/?p=5</guid>
		<description><![CDATA[Usually Windows 2000 and Xp, show the last user is logged in to the machine. If you want to hide it you have to add a new value on registry, is simple&#8230; 1. Open the registry: 2. Start -&#62; run -&#62; regedit 3. Now explod the tree to:HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\CurrentVersion\policies\system 4. To the right panel, click [...]]]></description>
			<content:encoded><![CDATA[<p>Usually Windows 2000 and Xp, show the last user is logged in to the machine. If you want to hide it you have to add a new value on registry, is simple&#8230;</p>
<p>1. Open the registry:<br />
2. Start -&gt; run -&gt; regedit<br />
3. Now explod the tree to:HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\CurrentVersion\policies\system<br />
4. To the right panel, click with right button of mouse into blank area<br />
5. choose NEW-&gt; DWORD value<br />
6. input &#8220;DontDisplayLastUserName&#8221; (be careful, is case sensitive!)<br />
7. double click on new entry, a the mask put &#8220;1&#8243; to value</p>
<p>If you want to disallow this feature, simply change the value from 1 to zero.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.caneblu.com/2009/01/hide-last-logged-in-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
