<?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>Windows Server 2003 &#8211; Carl Webster</title>
	<atom:link href="https://www.carlwebster.com/tag/windows-server-2003/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.carlwebster.com</link>
	<description>The Accidental Citrix Admin - The site for those who find themselves supporting Citrix involuntarily or accidentally</description>
	<lastBuildDate>Sat, 29 May 2021 13:57:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
<site xmlns="com-wordpress:feed-additions:1">42228915</site>	<item>
		<title>How To Hide Additional Drive Letters On A Server</title>
		<link>https://www.carlwebster.com/how-to-hide-additional-drive-letters-on-a-server/</link>
					<comments>https://www.carlwebster.com/how-to-hide-additional-drive-letters-on-a-server/#comments</comments>
		
		<dc:creator><![CDATA[Carl Webster]]></dc:creator>
		<pubDate>Tue, 16 Jun 2009 15:58:12 +0000</pubDate>
				<category><![CDATA[XenApp]]></category>
		<category><![CDATA[XenApp 5 for Server 2003]]></category>
		<category><![CDATA[XenApp 5 for Server 2008]]></category>
		<category><![CDATA[GPO]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[xenapp]]></category>
		<guid isPermaLink="false">http://webster.skyrocket.ltd/?p=1088</guid>

					<description><![CDATA[When Creating a Server Management Group Policy on Windows Server 2003, there are two options that can be set to either Hide or Prevent users from working with the server’s&#8230;]]></description>
										<content:encoded><![CDATA[<p>When Creating a Server Management Group Policy on Windows Server 2003, there are two options that can be set to either Hide or Prevent users from working with the server’s drives:</p>
<ul>
<li>Hide these specified drives in My Computer</li>
<li>Prevent access to drives from My Computer</li>
</ul>
<p>When these options are enabled, there is a drop-down box that allows the selection of various drive combinations.  What if the drives you need hidden are not on the list?  This article will show you three ways to add any combination of drive letters to be hidden or denied access:</p>
<ol>
<li>Modify System.adm</li>
<li>Create a new ADM file</li>
<li>Use the ICAClient.adm file provided by Citrix</li>
</ol>
<p>Why bother with either manual process when there is a 3rd Party utility called GPDrivesOptions that automates the creation of the necessary information?  There are places that do not allow 3<sup>rd</sup> Party utilities to be run on Domain Controllers or Management Stations.  Also, if Change Management is used, it may take longer to go through the approval process to modify System.adm than it takes to create a new ADM file and use it for your Group Policy.</p>
<p><strong>Update February 26, 2015: The GPDrivesOptions article no longer exists on Petri.com.</strong></p>
<p>Microsoft has KB article <a href="http://support.microsoft.com/kb/231289">231289</a> that explains the process to add custom drive letter combinations.  Using KB231298, if you wanted to hide access to drives A, B, D, E, G, P, and R:</p>
<p>The 26-bit string of drive letters is represented as:</p>
<pre>11111111111111111111111111
ZYXWVUTSRQPONMLKJIHGFEDCBA</pre>
<p>If you prefer to not work in Binary, the decimal value for each drive letter is:</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="46">Drive Letter</td>
<td valign="top" width="59">Decimal Value</td>
<td valign="top" width="59">Binary Value</td>
</tr>
<tr>
<td valign="top" width="46">Z</td>
<td valign="top" width="59">
<p align="right">33554432</p>
</td>
<td valign="top" width="59">
<p align="right">10000000000000000000000000</p>
</td>
</tr>
<tr>
<td valign="top" width="46">Y</td>
<td valign="top" width="59">
<p align="right">16777216</p>
</td>
<td valign="top" width="59">
<p align="right">1000000000000000000000000</p>
</td>
</tr>
<tr>
<td valign="top" width="46">X</td>
<td valign="top" width="59">
<p align="right">8388608</p>
</td>
<td valign="top" width="59">
<p align="right">100000000000000000000000</p>
</td>
</tr>
<tr>
<td valign="top" width="46">W</td>
<td valign="top" width="59">
<p align="right">4194304</p>
</td>
<td valign="top" width="59">
<p align="right">10000000000000000000000</p>
</td>
</tr>
<tr>
<td valign="top" width="46">V</td>
<td valign="top" width="59">
<p align="right">2097152</p>
</td>
<td valign="top" width="59">
<p align="right">1000000000000000000000</p>
</td>
</tr>
<tr>
<td valign="top" width="46">U</td>
<td valign="top" width="59">
<p align="right">1048576</p>
</td>
<td valign="top" width="59">
<p align="right">100000000000000000000</p>
</td>
</tr>
<tr>
<td valign="top" width="46">T</td>
<td valign="top" width="59">
<p align="right">524288</p>
</td>
<td valign="top" width="59">
<p align="right">10000000000000000000</p>
</td>
</tr>
<tr>
<td valign="top" width="46">S</td>
<td valign="top" width="59">
<p align="right">262144</p>
</td>
<td valign="top" width="59">
<p align="right">1000000000000000000</p>
</td>
</tr>
<tr>
<td valign="top" width="46">R</td>
<td valign="top" width="59">
<p align="right">131072</p>
</td>
<td valign="top" width="59">
<p align="right">100000000000000000</p>
</td>
</tr>
<tr>
<td valign="top" width="46">Q</td>
<td valign="top" width="59">
<p align="right">65536</p>
</td>
<td valign="top" width="59">
<p align="right">10000000000000000</p>
</td>
</tr>
<tr>
<td valign="top" width="46">P</td>
<td valign="top" width="59">
<p align="right">32768</p>
</td>
<td valign="top" width="59">
<p align="right">1000000000000000</p>
</td>
</tr>
<tr>
<td valign="top" width="46">O</td>
<td valign="top" width="59">
<p align="right">16384</p>
</td>
<td valign="top" width="59">
<p align="right">100000000000000</p>
</td>
</tr>
<tr>
<td valign="top" width="46">N</td>
<td valign="top" width="59">
<p align="right">8192</p>
</td>
<td valign="top" width="59">
<p align="right">10000000000000</p>
</td>
</tr>
<tr>
<td valign="top" width="46">M</td>
<td valign="top" width="59">
<p align="right">4096</p>
</td>
<td valign="top" width="59">
<p align="right">1000000000000</p>
</td>
</tr>
<tr>
<td valign="top" width="46">L</td>
<td valign="top" width="59">
<p align="right">2048</p>
</td>
<td valign="top" width="59">
<p align="right">100000000000</p>
</td>
</tr>
<tr>
<td valign="top" width="46">K</td>
<td valign="top" width="59">
<p align="right">1024</p>
</td>
<td valign="top" width="59">
<p align="right">10000000000</p>
</td>
</tr>
<tr>
<td valign="top" width="46">J</td>
<td valign="top" width="59">
<p align="right">512</p>
</td>
<td valign="top" width="59">
<p align="right">1000000000</p>
</td>
</tr>
<tr>
<td valign="top" width="46">I</td>
<td valign="top" width="59">
<p align="right">256</p>
</td>
<td valign="top" width="59">
<p align="right">100000000</p>
</td>
</tr>
<tr>
<td valign="top" width="46">H</td>
<td valign="top" width="59">
<p align="right">128</p>
</td>
<td valign="top" width="59">
<p align="right">10000000</p>
</td>
</tr>
<tr>
<td valign="top" width="46">G</td>
<td valign="top" width="59">
<p align="right">64</p>
</td>
<td valign="top" width="59">
<p align="right">1000000</p>
</td>
</tr>
<tr>
<td valign="top" width="46">F</td>
<td valign="top" width="59">
<p align="right">32</p>
</td>
<td valign="top" width="59">
<p align="right">100000</p>
</td>
</tr>
<tr>
<td valign="top" width="46">E</td>
<td valign="top" width="59">
<p align="right">16</p>
</td>
<td valign="top" width="59">
<p align="right">10000</p>
</td>
</tr>
<tr>
<td valign="top" width="46">D</td>
<td valign="top" width="59">
<p align="right">8</p>
</td>
<td valign="top" width="59">
<p align="right">1000</p>
</td>
</tr>
<tr>
<td valign="top" width="46">C</td>
<td valign="top" width="59">
<p align="right">4</p>
</td>
<td valign="top" width="59">
<p align="right">100</p>
</td>
</tr>
<tr>
<td valign="top" width="46">B</td>
<td valign="top" width="59">
<p align="right">2</p>
</td>
<td valign="top" width="59">
<p align="right">10</p>
</td>
</tr>
<tr>
<td valign="top" width="46">A</td>
<td valign="top" width="59">
<p align="right">1</p>
</td>
<td valign="top" width="59">
<p align="right">1</p>
</td>
</tr>
</tbody>
</table>
<p>Putting &#8220;0&#8221;s for the drives to not be hidden results in:</p>
<pre>00000000101000000001011011
ZYXWVUTSRQPONMLKJIHGFEDCBA</pre>
<p>The binary string is 101000000001011011.  Converted to decimal is 163,931.</p>
<p>If you prefer to work with decimal, add up the value for each drive letter:</p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="28">A</td>
<td valign="top" width="50">
<p align="right">1</p>
</td>
</tr>
<tr>
<td valign="top" width="28">B</td>
<td valign="top" width="50">
<p align="right">2</p>
</td>
</tr>
<tr>
<td valign="top" width="28">D</td>
<td valign="top" width="50">
<p align="right">8</p>
</td>
</tr>
<tr>
<td valign="top" width="28">E</td>
<td valign="top" width="50">
<p align="right">16</p>
</td>
</tr>
<tr>
<td valign="top" width="28">G</td>
<td valign="top" width="50">
<p align="right">64</p>
</td>
</tr>
<tr>
<td valign="top" width="28">P</td>
<td valign="top" width="50">
<p align="right">32768</p>
</td>
</tr>
<tr>
<td valign="top" width="28">R</td>
<td valign="top" width="50">
<p align="right">131072</p>
</td>
</tr>
<tr>
<td valign="top" width="28"></td>
<td valign="top" width="50">
<p align="right"><strong>163931</strong></p>
</td>
</tr>
</tbody>
</table>
<p><strong>Method 1 &#8212; Modify System.adm:</strong></p>
<p>To change System.adm, go to a command prompt and type in the following commands:</p>
<ul>
<li><strong>CD %SYSTEMROOT%\INF</strong> and press Enter</li>
<li><strong>COPY SYSTEM.ADM SYSTEM_BACKUP.ADM</strong> and press Enter</li>
<li><strong>Notepad system.adm</strong></li>
</ul>
<p>With Notepad open, press <strong>Ctrl-F</strong> and Find <strong>[strings]</strong>.  Add this line to the [strings] section:</p>
<p><strong>ABDEGPR_Only=&#8221;Restrict A, B, D, E, G, P and R drives only&#8221;</strong></p>
<p>Press <strong>Ctrl-Home</strong> to return to the top, then press <strong>Ctrl-F</strong> and Find <strong>!!NoDrives</strong>.  Add this entry in the ITEMLIST section for !!NoDrives:</p>
<p><strong>NAME !!ABDEGPR_Only                  VALUE NUMERIC                  163931</strong></p>
<p>Scroll down just a little until you see the !!NoViewOnDrive Policy.  Add this entry in the ITEMLIST section for !!NoViewOnDrive  Save the System.adm file and exit Notepad.</p>
<p><strong>NAME !!ABDEGPR_Only                  VALUE NUMERIC                  163931</strong></p>
<p>See Figures 1 and 2 for system.adm before changes and Figures 3 and 4 for system.adm after changes.</p>
<figure id="attachment_20269" aria-describedby="caption-attachment-20269" style="width: 604px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure001-1.jpg" target="_blank" rel="noopener"><img fetchpriority="high" decoding="async" class="wp-image-20269 size-full" src="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure001-1.jpg" alt="Figure 1 (system.adm before changes)" width="604" height="469" srcset="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure001-1.jpg 604w, https://www.carlwebster.com/wp-content/uploads/2009/06/Figure001-1-386x300.jpg 386w, https://www.carlwebster.com/wp-content/uploads/2009/06/Figure001-1-600x466.jpg 600w" sizes="(max-width: 604px) 100vw, 604px" /></a><figcaption id="caption-attachment-20269" class="wp-caption-text">Figure 1 (system.adm before changes)</figcaption></figure>
<figure id="attachment_20271" aria-describedby="caption-attachment-20271" style="width: 391px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure002-1.jpg" target="_blank" rel="noopener"><img decoding="async" class="wp-image-20271 size-full" src="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure002-1.jpg" alt="Figure 2 (system.adm before changes)" width="391" height="125" /></a><figcaption id="caption-attachment-20271" class="wp-caption-text">Figure 2 (system.adm before changes)</figcaption></figure>
<figure id="attachment_20272" aria-describedby="caption-attachment-20272" style="width: 601px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure003-1.jpg" target="_blank" rel="noopener"><img decoding="async" class="wp-image-20272 size-full" src="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure003-1.jpg" alt="Figure 3 (system.adm after changes)" width="601" height="485" srcset="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure003-1.jpg 601w, https://www.carlwebster.com/wp-content/uploads/2009/06/Figure003-1-372x300.jpg 372w" sizes="(max-width: 601px) 100vw, 601px" /></a><figcaption id="caption-attachment-20272" class="wp-caption-text">Figure 3 (system.adm after changes)</figcaption></figure>
<figure id="attachment_20273" aria-describedby="caption-attachment-20273" style="width: 477px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure004-1.jpg" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-20273 size-full" src="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure004-1.jpg" alt="Figure 4 (system.adm after changes)" width="477" height="134" /></a><figcaption id="caption-attachment-20273" class="wp-caption-text">Figure 4 (system.adm after changes)</figcaption></figure>
<div class="mceTemp"></div>
<p>Save the System.adm file, exit Notepad and exit the command prompt.  In the Group Policy Object Editor, right-click <em>Administrative Templates</em> in the <em>User Configuration</em> section and select <em>Add/Remove Templates&#8230;</em> (Figure 5).</p>
<figure id="attachment_20274" aria-describedby="caption-attachment-20274" style="width: 360px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure005-1.jpg" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-20274 size-full" src="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure005-1.jpg" alt="Figure 5" width="360" height="236" /></a><figcaption id="caption-attachment-20274" class="wp-caption-text">Figure 5</figcaption></figure>
<p>Click <em>system</em> and then the <em>Remove</em> button (Figure 6).</p>
<figure id="attachment_20275" aria-describedby="caption-attachment-20275" style="width: 435px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure006-1.jpg" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-20275 size-full" src="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure006-1.jpg" alt="Figure 6" width="435" height="267" /></a><figcaption id="caption-attachment-20275" class="wp-caption-text">Figure 6</figcaption></figure>
<p>Click the <em>Add&#8230;</em> button, scroll to find system.adm, click <em>system.adm,</em> and then click <em>Open</em> (Figure 7).</p>
<figure id="attachment_20276" aria-describedby="caption-attachment-20276" style="width: 420px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure007-1.jpg" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-20276 size-full" src="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure007-1.jpg" alt="Figure 7" width="420" height="309" srcset="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure007-1.jpg 420w, https://www.carlwebster.com/wp-content/uploads/2009/06/Figure007-1-408x300.jpg 408w" sizes="auto, (max-width: 420px) 100vw, 420px" /></a><figcaption id="caption-attachment-20276" class="wp-caption-text">Figure 7</figcaption></figure>
<p>Click <em>Close</em> (Figure 8).</p>
<figure id="attachment_20277" aria-describedby="caption-attachment-20277" style="width: 436px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure008-1.jpg" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-20277 size-full" src="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure008-1.jpg" alt="Figure 8" width="436" height="265" /></a><figcaption id="caption-attachment-20277" class="wp-caption-text">Figure 8</figcaption></figure>
<p>Expand <em>Administrative Templates</em>, expand <em>Windows Components</em>, click <em>Windows Explorer</em> and double-click <em>Hide these specified drives from My Computer</em> (Figure 9).</p>
<figure id="attachment_20278" aria-describedby="caption-attachment-20278" style="width: 639px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure009-1.jpg" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-20278 size-full" src="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure009-1.jpg" alt="Figure 9" width="639" height="426" srcset="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure009-1.jpg 639w, https://www.carlwebster.com/wp-content/uploads/2009/06/Figure009-1-450x300.jpg 450w, https://www.carlwebster.com/wp-content/uploads/2009/06/Figure009-1-600x400.jpg 600w" sizes="auto, (max-width: 639px) 100vw, 639px" /></a><figcaption id="caption-attachment-20278" class="wp-caption-text">Figure 9</figcaption></figure>
<p>Click the Dropdown box, the new drive restriction selection is now available (Figure 10).</p>
<figure id="attachment_20279" aria-describedby="caption-attachment-20279" style="width: 403px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure010-1.jpg" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-20279 size-full" src="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure010-1.jpg" alt="Figure 10" width="403" height="444" srcset="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure010-1.jpg 403w, https://www.carlwebster.com/wp-content/uploads/2009/06/Figure010-1-272x300.jpg 272w" sizes="auto, (max-width: 403px) 100vw, 403px" /></a><figcaption id="caption-attachment-20279" class="wp-caption-text">Figure 10</figcaption></figure>
<p>Select the new drive restriction and repeat for the <em>Prevent access to drives from My Computer</em> policy setting (Figure 11).</p>
<figure id="attachment_20280" aria-describedby="caption-attachment-20280" style="width: 401px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure011-1.jpg" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-20280 size-full" src="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure011-1.jpg" alt="Figure 11" width="401" height="444" srcset="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure011-1.jpg 401w, https://www.carlwebster.com/wp-content/uploads/2009/06/Figure011-1-271x300.jpg 271w" sizes="auto, (max-width: 401px) 100vw, 401px" /></a><figcaption id="caption-attachment-20280" class="wp-caption-text">Figure 11</figcaption></figure>
<p>Exit editing the GPO and the new drive restrictions have been added to your GPO.</p>
<p><strong>Method 2 &#8212; Create a new ADM file:</strong></p>
<p>Why use Method 2?  If changes are not allowed to be made or Change Control processes must be followed to make changes to files installed by the Operating System, then Method 2 is an easy option.  It should take less than five minutes to complete Method 2.</p>
<p>To create a new ADM file, go to a command prompt and type in the following commands:</p>
<ul>
<li><strong>CD %SYSTEMROOT%\INF</strong> and press Enter</li>
<li><strong>Notepad HideDrives.adm</strong></li>
<li>Answer Yes to the <em>Do you want to create a new file? </em>popup</li>
</ul>
<p>Enter, or copy and paste, the following text into the new HideDrives.adm file:</p>
<pre class="brush: plain; title: ; notranslate">
#if version &amp;gt;= 3
CLASS USER
CATEGORY !!WindowsComponents
	CATEGORY !!WindowsExplorer
		KEYNAME &amp;quot;Software\Microsoft\Windows\CurrentVersion\Policies\Explorer&amp;quot;
		POLICY !!NoDrives
			EXPLAIN !!NoDrives_Help
			PART !!NoDrivesDropdown       DROPDOWNLIST NOSORT REQUIRED
			VALUENAME &amp;quot;NoDrives&amp;quot;
				ITEMLIST
					NAME !!ShowAll       VALUE NUMERIC       0
					NAME !!HideAll       VALUE NUMERIC       67108863 DEFAULT
					NAME !!ABDEGPR_Only       VALUE NUMERIC       163931
				END ITEMLIST
			END PART
		END POLICY
		POLICY !!NoViewOnDrive
			EXPLAIN !!NoViewOnDrive_Help
			PART !!NoViewOnDriveDropdown       DROPDOWNLIST NOSORT REQUIRED
			VALUENAME &amp;quot;NoViewOnDrive&amp;quot;
				ITEMLIST
					NAME !!ShowAll       VALUE NUMERIC       0
					NAME !!HideAll       VALUE NUMERIC       67108863 DEFAULT
					NAME !!ABDEGPR_Only       VALUE NUMERIC       163931
				END ITEMLIST
			END PART
		END POLICY
	END CATEGORY ; WindowsExplorer
END CATEGORY ; WindowsComponents
#endif
&#x5B;strings]
NoDrives=&amp;quot;Show only certain drives in My Computer&amp;quot;
NoDrives_Help=&amp;quot;Removes the icons representing all but selected hard drives from My Computer&amp;quot;
NoDrivesDropdown=&amp;quot;Pick one of the following combinations&amp;quot;
NoViewOnDrive=&amp;quot;Prevent access to drives from My Computer.&amp;quot;
NoViewOnDrive_Help=&amp;quot;Prevents users from using My Computer to gain access to the content of selected drives.&amp;quot;
NoViewOnDriveDropdown=&amp;quot;Pick one of the following combinations&amp;quot;
WindowsComponents=&amp;quot;Windows Components&amp;quot;
WindowsExplorer=&amp;quot;Windows Explorer&amp;quot;
ShowAll=&amp;quot;Show all drives&amp;quot;
HideAll=&amp;quot;Hide all drives&amp;quot;
ABDEGPR_Only=&amp;quot;Restrict A, B, D, E, G, P and R drives only&amp;quot;
</pre>
<p>Save the HideDrives.adm file, exit Notepad, and exit the command prompt.  In the Group Policy Object Editor, create a New Group Policy Object (GPO), name it <strong>Hide Server Drives</strong>. Edit the Hide Server Drives GPO, right-click <em>Administrative Templates</em> in the <em>User Configuration</em> section, and select <em>Add/Remove Templates&#8230;</em> (Figure 12).</p>
<p><strong>Update 10-Jan-2014.  To keep you from having weird characters placed in your text file by Copy &amp; Paste, I have placed a copy of HideDrives.adm <a title="HideDrives.adm file. Right-click and SaveAs HideDrives.adm" href="https://carlwebster.sharefile.com/d-s73d4107f5924b6da" target="_blank" rel="noopener noreferrer">here</a>.</strong></p>
<figure id="attachment_20281" aria-describedby="caption-attachment-20281" style="width: 360px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure012-1.jpg" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-20281 size-full" src="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure012-1.jpg" alt="Figure 12" width="360" height="236" /></a><figcaption id="caption-attachment-20281" class="wp-caption-text">Figure 12</figcaption></figure>
<p>In this GPO, the only policies used are:</p>
<ul>
<li>Hide these specified drives in My Computer</li>
<li>Prevent access to drives from My Computer</li>
</ul>
<p>To remove excess policies for this single purpose group policy, remove the other five Policy Templates (Figure 13):</p>
<ul>
<li>conf</li>
<li>inetres</li>
<li>system</li>
<li>wmplayer</li>
<li>wuau</li>
</ul>
<figure id="attachment_20282" aria-describedby="caption-attachment-20282" style="width: 433px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure013-1.jpg" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-20282 size-full" src="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure013-1.jpg" alt="Figure 13" width="433" height="267" /></a><figcaption id="caption-attachment-20282" class="wp-caption-text">Figure 13</figcaption></figure>
<p>Click <em>Add&#8230;</em>, click <em>HideDrives.adm,</em> and then click <em>Open</em> (Figure 14).</p>
<figure id="attachment_20283" aria-describedby="caption-attachment-20283" style="width: 563px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure014-1.jpg" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-20283 size-full" src="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure014-1.jpg" alt="Figure 14" width="563" height="411" srcset="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure014-1.jpg 563w, https://www.carlwebster.com/wp-content/uploads/2009/06/Figure014-1-411x300.jpg 411w" sizes="auto, (max-width: 563px) 100vw, 563px" /></a><figcaption id="caption-attachment-20283" class="wp-caption-text">Figure 14</figcaption></figure>
<p>Click <em>Close</em> (Figure 15).</p>
<figure id="attachment_20286" aria-describedby="caption-attachment-20286" style="width: 434px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure015-1.jpg" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-20286 size-full" src="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure015-1.jpg" alt="Figure 15" width="434" height="267" /></a><figcaption id="caption-attachment-20286" class="wp-caption-text">Figure 15</figcaption></figure>
<p>Expand <em>Administrative Templates</em>, expand <em>Windows Components</em>, click <em>Windows Explorer</em> and double-click <em>Hide these specified drives from My Computer</em> (Figure 16).</p>
<figure id="attachment_20287" aria-describedby="caption-attachment-20287" style="width: 404px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure016-1.jpg" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-20287 size-full" src="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure016-1.jpg" alt="Figure 16" width="404" height="446" srcset="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure016-1.jpg 404w, https://www.carlwebster.com/wp-content/uploads/2009/06/Figure016-1-272x300.jpg 272w" sizes="auto, (max-width: 404px) 100vw, 404px" /></a><figcaption id="caption-attachment-20287" class="wp-caption-text">Figure 16</figcaption></figure>
<p>Click <em>Enabled</em> and from the drop-down box select the new <em>Restrict A, B, D, E, G, P and R drives only</em> option (Figure 17).</p>
<figure id="attachment_20288" aria-describedby="caption-attachment-20288" style="width: 401px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure017-1.jpg" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-20288 size-full" src="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure017-1.jpg" alt="Figure 17" width="401" height="446" srcset="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure017-1.jpg 401w, https://www.carlwebster.com/wp-content/uploads/2009/06/Figure017-1-270x300.jpg 270w" sizes="auto, (max-width: 401px) 100vw, 401px" /></a><figcaption id="caption-attachment-20288" class="wp-caption-text">Figure 17</figcaption></figure>
<p>Repeat for the <em>Prevent access to drives from My Computer</em> policy setting (Figure 18).</p>
<figure id="attachment_20289" aria-describedby="caption-attachment-20289" style="width: 401px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure018-1.jpg" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-20289 size-full" src="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure018-1.jpg" alt="Figure 18" width="401" height="446" srcset="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure018-1.jpg 401w, https://www.carlwebster.com/wp-content/uploads/2009/06/Figure018-1-270x300.jpg 270w" sizes="auto, (max-width: 401px) 100vw, 401px" /></a><figcaption id="caption-attachment-20289" class="wp-caption-text">Figure 18</figcaption></figure>
<p>Exit editing the GPO and the new drive restrictions have been added to your GPO.</p>
<p><strong>Method 3 &#8212; Use the ICAClient.adm file provided by Citrix:</strong></p>
<p>If you are using Citrix XenApp and are also using the ICA Client version 10.x or higher than Citrix (akes available <a href="https://support.citrix.com/article/CTX220108" target="_blank" rel="noopener noreferrer">ICAClient.adm</a>.  Using this ADM file allows you to specify any combination of drive letters with no math involved.  Also, this ADM file is fully supported by Citrix if it has not been altered.  Citrix recommends using ICAClient.adm as the preferred way of controlling drives.  This GPO, in conjunction with the client-side XenApp plug-in, controls access to the specified drive letters.</p>
<p>Either download ICAClient.adm.zip and extract the ICAClient.adm file to c:\Windows\inf or copy the file from C:\Program Files\Citrix\ICA Client\Configuration.  In the Group Policy Object Editor, create a New Group Policy Object (GPO), name it <strong>ICAClient Hide Server Drives</strong>. Edit the Hide Server Drives GPO, right-click <em>Administrative Templates</em> in the <em>User Configuration</em> section, and select <em>Add/Remove Templates&#8230;</em> (Figure 19).</p>
<figure id="attachment_20290" aria-describedby="caption-attachment-20290" style="width: 360px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure019-1.jpg" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-20290 size-full" src="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure019-1.jpg" alt="Figure 19" width="360" height="236" /></a><figcaption id="caption-attachment-20290" class="wp-caption-text">Figure 19</figcaption></figure>
<p>In this GPO, the only policy that will be used is Client drive mapping.</p>
<p>To remove excess policies for this single purpose group policy, remove the other five Policy Templates (Figure 20):</p>
<ul>
<li>conf</li>
<li>inetres</li>
<li>system</li>
<li>wmplayer</li>
<li>wuau</li>
</ul>
<figure id="attachment_20294" aria-describedby="caption-attachment-20294" style="width: 433px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure020-1.jpg" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-20294 size-full" src="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure020-1.jpg" alt="Figure 20" width="433" height="267" /></a><figcaption id="caption-attachment-20294" class="wp-caption-text">Figure 20</figcaption></figure>
<p>Click <em>Add&#8230;</em>, click <em>icaclient.adm,</em> and then click <em>Open</em> (Figure 21).</p>
<figure id="attachment_20296" aria-describedby="caption-attachment-20296" style="width: 558px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure021-1.jpg" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-20296 size-full" src="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure021-1.jpg" alt="Figure 21" width="558" height="409" srcset="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure021-1.jpg 558w, https://www.carlwebster.com/wp-content/uploads/2009/06/Figure021-1-409x300.jpg 409w" sizes="auto, (max-width: 558px) 100vw, 558px" /></a><figcaption id="caption-attachment-20296" class="wp-caption-text">Figure 21</figcaption></figure>
<p>Click <em>Close</em> (Figure 22).</p>
<figure id="attachment_20297" aria-describedby="caption-attachment-20297" style="width: 436px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure022-1.jpg" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-20297 size-full" src="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure022-1.jpg" alt="Figure 22" width="436" height="266" /></a><figcaption id="caption-attachment-20297" class="wp-caption-text">Figure 22</figcaption></figure>
<p>Expand <em>Administrative Templates</em>, expand <em>Citrix Components</em>, expand <em>Presentation Server Client</em>, click <em>Remoting client devices,</em> and double-click <em>Client drive mapping</em> (Figure 23).</p>
<figure id="attachment_20298" aria-describedby="caption-attachment-20298" style="width: 401px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure023-1.jpg" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-20298 size-full" src="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure023-1.jpg" alt="Figure 23" width="401" height="445" srcset="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure023-1.jpg 401w, https://www.carlwebster.com/wp-content/uploads/2009/06/Figure023-1-270x300.jpg 270w" sizes="auto, (max-width: 401px) 100vw, 401px" /></a><figcaption id="caption-attachment-20298" class="wp-caption-text">Figure 23</figcaption></figure>
<p>Click <em>Enabled</em>, make sure <em>Enable client drive mapping</em> is checked and enter <strong>ABDEGPR </strong>in the box for <em>Do not map drives: </em>and click <em>OK</em> (Figure 24).</p>
<figure id="attachment_20299" aria-describedby="caption-attachment-20299" style="width: 401px" class="wp-caption alignnone"><a href="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure024-1.jpg" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="wp-image-20299 size-full" src="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure024-1.jpg" alt="Figure 24" width="401" height="445" srcset="https://www.carlwebster.com/wp-content/uploads/2009/06/Figure024-1.jpg 401w, https://www.carlwebster.com/wp-content/uploads/2009/06/Figure024-1-270x300.jpg 270w" sizes="auto, (max-width: 401px) 100vw, 401px" /></a><figcaption id="caption-attachment-20299" class="wp-caption-text">Figure 24</figcaption></figure>
<p>Exit editing the GPO and the new drive restrictions have been added to your GPO.</p>
<p>In this article, you learned three methods of adding additional drive letters to hide or prevent access for use on your Terminal or XenApp Servers.</p>
<p>Thanks</p>
<p>Webster</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.carlwebster.com/how-to-hide-additional-drive-letters-on-a-server/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1088</post-id>	</item>
	</channel>
</rss>
