<?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: How to Remove &#8220;Homegroup&#8221; from Windows 7 Explorer&#8217;s Navigation Pane?</title>
	<atom:link href="http://www.askvg.com/how-to-remove-homegroup-from-windows-7-explorers-navigation-pane/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askvg.com/how-to-remove-homegroup-from-windows-7-explorers-navigation-pane/</link>
	<description>Windows Help, Tips-Tricks, Tutorials, Download, Customization, News</description>
	<lastBuildDate>Mon, 13 Feb 2012 21:04:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mesh</title>
		<link>http://www.askvg.com/how-to-remove-homegroup-from-windows-7-explorers-navigation-pane/comment-page-2/#comment-320677</link>
		<dc:creator>Mesh</dc:creator>
		<pubDate>Tue, 29 Nov 2011 16:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.askvg.com/?p=2827#comment-320677</guid>
		<description>I find this link below much easier to follow to get the same results.

http://www.askvg.com/how-to-disable-homegroup-feature-in-windows-7/</description>
		<content:encoded><![CDATA[<p>I find this link below much easier to follow to get the same results.</p>
<p><a href="http://www.askvg.com/how-to-disable-homegroup-feature-in-windows-7/" rel="nofollow">http://www.askvg.com/how-to-disable-homegroup-feature-in-windows-7/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ly Thomsen (aka BadBlue)</title>
		<link>http://www.askvg.com/how-to-remove-homegroup-from-windows-7-explorers-navigation-pane/comment-page-1/#comment-253007</link>
		<dc:creator>Ly Thomsen (aka BadBlue)</dc:creator>
		<pubDate>Mon, 30 May 2011 18:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.askvg.com/?p=2827#comment-253007</guid>
		<description>GRRRRR.

Now I&#039;ve actually asked him he says it&#039;s an old version I copied the code from
hex does work for reg add but you need to add 0x to the beginning *Shrugs* either way the decimal value works anyways but since hex is used in the manual step-by-step tutorial prob&#039;ly left confusing for folks to use that. so the code for that is...

Set NP=&quot;HKCR\CLSID\{B4FB3F98-C1EA-428d-A78A-D1F5659CBA93}\ShellFolder&quot;
&quot;SetACL.exe&quot; -on %NP% -ot reg -actn setowner -ownr &quot;n:S-1-5-32-544;s:y&quot;
&quot;SetACL.exe&quot; -on %NP% -ot reg -actn ace -ace &quot;n:Administrators;p:full&quot;
&quot;SetACL.exe&quot; -on %NP% -ot reg -actn ace -ace &quot;n:Users;p:full&quot;
REG ADD %NP% /v Attributes /d 0xb094010c /t REG_DWORD /f</description>
		<content:encoded><![CDATA[<p>GRRRRR.</p>
<p>Now I've actually asked him he says it's an old version I copied the code from<br />
hex does work for reg add but you need to add 0x to the beginning *Shrugs* either way the decimal value works anyways but since hex is used in the manual step-by-step tutorial prob'ly left confusing for folks to use that. so the code for that is...</p>
<p>Set NP="HKCR\CLSID\{B4FB3F98-C1EA-428d-A78A-D1F5659CBA93}\ShellFolder"<br />
"SetACL.exe" -on %NP% -ot reg -actn setowner -ownr "n:S-1-5-32-544;s:y"<br />
"SetACL.exe" -on %NP% -ot reg -actn ace -ace "n:Administrators;p:full"<br />
"SetACL.exe" -on %NP% -ot reg -actn ace -ace "n:Users;p:full"<br />
REG ADD %NP% /v Attributes /d 0xb094010c /t REG_DWORD /f</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ly Thomsen (aka BadBlue)</title>
		<link>http://www.askvg.com/how-to-remove-homegroup-from-windows-7-explorers-navigation-pane/comment-page-1/#comment-253000</link>
		<dc:creator>Ly Thomsen (aka BadBlue)</dc:creator>
		<pubDate>Mon, 30 May 2011 18:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.askvg.com/?p=2827#comment-253000</guid>
		<description>Grr, sorry. It should read above that the value needs to be in decimal for the reg add command</description>
		<content:encoded><![CDATA[<p>Grr, sorry. It should read above that the value needs to be in decimal for the reg add command</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ly Thomsen (aka BadBlue)</title>
		<link>http://www.askvg.com/how-to-remove-homegroup-from-windows-7-explorers-navigation-pane/comment-page-1/#comment-252930</link>
		<dc:creator>Ly Thomsen (aka BadBlue)</dc:creator>
		<pubDate>Mon, 30 May 2011 13:06:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.askvg.com/?p=2827#comment-252930</guid>
		<description>Rich if you want do this from the commandline, you can do what my husband does and employ setacl to do so. this is just a snippet for hiding homegroup as an example, libraries, favourites can be hidden this way etc (this is a small section from his heavy duty batch file) note the value needs to be in decimal not hex for setacl

Set NP=&quot;HKCR\CLSID\{B4FB3F98-C1EA-428d-A78A-D1F5659CBA93}\ShellFolder&quot;
&quot;SetACL.exe&quot; -on %NP% -ot reg -actn setowner -ownr &quot;n:S-1-5-32-544;s:y&quot;
&quot;SetACL.exe&quot; -on %NP% -ot reg -actn ace -ace &quot;n:Administrators;p:full&quot;
&quot;SetACL.exe&quot; -on %NP% -ot reg -actn ace -ace &quot;n:Users;p:full&quot;
REG ADD %NP% /v Attributes /d 2962489612 /t REG_DWORD /f</description>
		<content:encoded><![CDATA[<p>Rich if you want do this from the commandline, you can do what my husband does and employ setacl to do so. this is just a snippet for hiding homegroup as an example, libraries, favourites can be hidden this way etc (this is a small section from his heavy duty batch file) note the value needs to be in decimal not hex for setacl</p>
<p>Set NP="HKCR\CLSID\{B4FB3F98-C1EA-428d-A78A-D1F5659CBA93}\ShellFolder"<br />
"SetACL.exe" -on %NP% -ot reg -actn setowner -ownr "n:S-1-5-32-544;s:y"<br />
"SetACL.exe" -on %NP% -ot reg -actn ace -ace "n:Administrators;p:full"<br />
"SetACL.exe" -on %NP% -ot reg -actn ace -ace "n:Users;p:full"<br />
REG ADD %NP% /v Attributes /d 2962489612 /t REG_DWORD /f</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Annie Bee</title>
		<link>http://www.askvg.com/how-to-remove-homegroup-from-windows-7-explorers-navigation-pane/comment-page-1/#comment-224829</link>
		<dc:creator>Annie Bee</dc:creator>
		<pubDate>Sun, 13 Feb 2011 23:39:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.askvg.com/?p=2827#comment-224829</guid>
		<description>Windows 7
And I thought I was the only person in the world to find &quot;Libraries&quot;, &quot;Homegroup&quot;, etc.,  an annoying feature of Windows 7.</description>
		<content:encoded><![CDATA[<p>Windows 7<br />
And I thought I was the only person in the world to find "Libraries", "Homegroup", etc.,  an annoying feature of Windows 7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredrik Andersson</title>
		<link>http://www.askvg.com/how-to-remove-homegroup-from-windows-7-explorers-navigation-pane/comment-page-1/#comment-223067</link>
		<dc:creator>Fredrik Andersson</dc:creator>
		<pubDate>Sun, 06 Feb 2011 19:08:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.askvg.com/?p=2827#comment-223067</guid>
		<description>I tried this long with the disable the hole &#039;Home Group&#039; function but this didn&#039;t work aswell. I took ownership of the folder in question (inside regedit). I copied you value for the &#039;attributes&#039; and rebooted but the icon is still there and your value is still there but it doesn&#039;t do much.</description>
		<content:encoded><![CDATA[<p>I tried this long with the disable the hole 'Home Group' function but this didn't work aswell. I took ownership of the folder in question (inside regedit). I copied you value for the 'attributes' and rebooted but the icon is still there and your value is still there but it doesn't do much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VG</title>
		<link>http://www.askvg.com/how-to-remove-homegroup-from-windows-7-explorers-navigation-pane/comment-page-1/#comment-179598</link>
		<dc:creator>VG</dc:creator>
		<pubDate>Mon, 16 Aug 2010 19:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.askvg.com/?p=2827#comment-179598</guid>
		<description>^^ Its not possible in any case. Please check again in Registry. Without CLSID key, Windows can&#039;t exist.</description>
		<content:encoded><![CDATA[<p>^^ Its not possible in any case. Please check again in Registry. Without CLSID key, Windows can't exist.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brands</title>
		<link>http://www.askvg.com/how-to-remove-homegroup-from-windows-7-explorers-navigation-pane/comment-page-1/#comment-179593</link>
		<dc:creator>brands</dc:creator>
		<pubDate>Mon, 16 Aug 2010 18:55:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.askvg.com/?p=2827#comment-179593</guid>
		<description>I don&#039;t have a CLSID file.. only a CLS</description>
		<content:encoded><![CDATA[<p>I don't have a CLSID file.. only a CLS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://www.askvg.com/how-to-remove-homegroup-from-windows-7-explorers-navigation-pane/comment-page-1/#comment-152753</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Sun, 02 May 2010 06:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.askvg.com/?p=2827#comment-152753</guid>
		<description>Hey Vishal would it be possible to make a command script to modify keys like this that would automatically give it correct permissions if run as admin?</description>
		<content:encoded><![CDATA[<p>Hey Vishal would it be possible to make a command script to modify keys like this that would automatically give it correct permissions if run as admin?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VG</title>
		<link>http://www.askvg.com/how-to-remove-homegroup-from-windows-7-explorers-navigation-pane/comment-page-1/#comment-130439</link>
		<dc:creator>VG</dc:creator>
		<pubDate>Tue, 16 Mar 2010 08:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.askvg.com/?p=2827#comment-130439</guid>
		<description>^^ Since you need to take the permission on the key first, you can&#039;t use a Registry script directly.</description>
		<content:encoded><![CDATA[<p>^^ Since you need to take the permission on the key first, you can't use a Registry script directly.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

