<?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>My Scripts and Tips &#187; Group Policy</title>
	<atom:link href="http://www.tipsandscripts.net/archives/category/windows/group-policy/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tipsandscripts.net</link>
	<description>Various things I've found useful in my travels</description>
	<lastBuildDate>Mon, 09 Aug 2010 09:23:50 +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>Show Drive Letters First via Group Policy</title>
		<link>http://www.tipsandscripts.net/archives/8</link>
		<comments>http://www.tipsandscripts.net/archives/8#comments</comments>
		<pubDate>Sat, 01 Sep 2007 15:31:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Explorer]]></category>

		<guid isPermaLink="false">http://www.tipsandscripts.net/archives/8</guid>
		<description><![CDATA[Ever noticed how Windows Explorer, by default, shows the drive letter after the label. For example: \\longservername.subdomain.domain\AllOurData M: The problem with this is that in some dialogs you can&#8217;t see the drive letter. Wouldn&#8217;t it be better if it did it the other way around: M: \\longservername.subdomain.domain\AllOurData Here&#8217;s how you can change that using group [...]]]></description>
			<content:encoded><![CDATA[<p><a title="ShowDriveLettersFirst.zip" href="http://short.bur.st/techblog/wp-content/uploads/2007/09/showdrivelettersfirst.zip"></a>Ever noticed how Windows Explorer, by default, shows the drive letter after the label. For example:</p>
<p><span style="font-family: courier new">\\longservername.subdomain.domain\AllOurData M: </span></p>
<p>The problem with this is that in some dialogs you can&#8217;t see the drive letter. Wouldn&#8217;t it be better if it did it the other way around:</p>
<p><span style="font-family: courier new">M: \\longservername.subdomain.domain\AllOurData</span></p>
<p>Here&#8217;s how you can change that using group policy. First you need a custom Group Policy template file. Group Policy template files have a .ADM extension. Please see the text at the bottom of this post for an example.</p>
<p>To add the template do the following:</p>
<ul>
<li>Edit the Group Policy to be modified (or create a new one)</li>
<li>Expand Computer Configuration</li>
<li>Right click Administrative Templates and select Add/Remove Templates</li>
<li>Select the template file to add</li>
</ul>
<p>The template will add an entry under Administrative Templates called Customisations. Under that you will see another called Explorer Settings. If you click on that you won&#8217;t see anything in the right hand pane. That&#8217;s because you need to change a filter to view this setting. Do the following:</p>
<ul>
<li>On the menu select View and then Filtering</li>
<li>Untick &#8220;Only show policy settings that can be fully managed&#8221;</li>
</ul>
<p>You should now see an entry in the right hand pane. Select the option you want (for example, &#8220;Show all drive letters before the label&#8221;).</p>
<p>If you don&#8217;t want to use Group Policy then you will need to come up with some other way of setting the entry in the registry. The registry key is<br />
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer. The setting is a DWORD called ShowDriveLettersFirst. Values are:</p>
<p>0<br />
1<br />
2<br />
4</p>
<p>Setting 0 gives letters after the label (the default)<br />
Setting 1 gives network letters before the lable<br />
Setting 2 will mean no drive letters<br />
Setting 4 will give all drive letters before the label</p>
<p>You can download the administrative template from here &#8211;&gt;<strong> </strong><a title="ShowDriveLettersFirst.zip" href="http://www.tipsandscripts.net/wp-content/uploads/2007/09/showdrivelettersfirst.zip">ShowDriveLettersFirst.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipsandscripts.net/archives/8/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
