<?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>phirebird &#187; terminal server</title>
	<atom:link href="http://www.phirebird.net/tag/terminal-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phirebird.net</link>
	<description>Yet Another IT Site</description>
	<lastBuildDate>Sat, 24 Apr 2010 15:27:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hide Run option from the Start Menu</title>
		<link>http://www.phirebird.net/2009/05/hide-run-option-from-the-start-menu/</link>
		<comments>http://www.phirebird.net/2009/05/hide-run-option-from-the-start-menu/#comments</comments>
		<pubDate>Sat, 16 May 2009 11:00:15 +0000</pubDate>
		<dc:creator>shands</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Citrix]]></category>
		<category><![CDATA[terminal server]]></category>

		<guid isPermaLink="false">http://www.phirebird.net/?p=32</guid>
		<description><![CDATA[Another useful tweak (especially useful for terminal server environments!) is the ability to hide the Run option from the Start Menu. Start registry editor and navigate to:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Create a new DWORD value and set it to 1.
]]></description>
			<content:encoded><![CDATA[<p>Another useful tweak (especially useful for terminal server environments!) is the ability to hide the Run option from the Start Menu. Start registry editor and navigate to:</p>
<p>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer</p>
<p>Create a new DWORD value and set it to 1.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phirebird.net/2009/05/hide-run-option-from-the-start-menu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Prevent viewing of drives through Internet Explorer</title>
		<link>http://www.phirebird.net/2009/05/prevent-viewing-of-drives-through-internet-explorer/</link>
		<comments>http://www.phirebird.net/2009/05/prevent-viewing-of-drives-through-internet-explorer/#comments</comments>
		<pubDate>Sat, 16 May 2009 10:51:07 +0000</pubDate>
		<dc:creator>shands</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[terminal server]]></category>

		<guid isPermaLink="false">http://www.phirebird.net/?p=28</guid>
		<description><![CDATA[I&#8217;ve already covered how to hide local drives from My Computer (and common dialog boxes). But, you might want to also crack down on users circumventing this by typing the drive letter into an Internet Explorer window to get access to them.
Navigate to the key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Create a DWORD value and name it NoFileURL. Set it to 1 (which [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve already covered how to hide local drives from My Computer (and common dialog boxes). But, you might want to also crack down on users circumventing this by typing the drive letter into an Internet Explorer window to get access to them.</p>
<p>Navigate to the key:</p>
<blockquote><p>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer</p></blockquote>
<p>Create a DWORD value and name it NoFileURL. Set it to 1 (which means that drives can <em>not</em> be viewed with IE)</p>
<p> You might also consider hiding the Run menu option too (which I&#8217;ll have another dig around for!)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phirebird.net/2009/05/prevent-viewing-of-drives-through-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hide drives from My Computer</title>
		<link>http://www.phirebird.net/2009/05/hide-drives-from-my-computer/</link>
		<comments>http://www.phirebird.net/2009/05/hide-drives-from-my-computer/#comments</comments>
		<pubDate>Sat, 16 May 2009 10:32:39 +0000</pubDate>
		<dc:creator>shands</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[terminal server]]></category>

		<guid isPermaLink="false">http://www.phirebird.net/?p=23</guid>
		<description><![CDATA[Here&#8217;s how to hide drive letters from within My Computer.  When users open My Computer from the desktop, they will see an icon for each drive on the system.  With the following Registry change, you can hide these icons, preventing users from finding them and using them.
Why would you want to do this? Well, apart from [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s how to hide drive letters from within My Computer.  When users open My Computer from the desktop, they will see an icon for each drive on the system.  With the following Registry change, you can hide these icons, preventing users from finding them and using them.</p>
<p>Why would you want to do this? Well, apart from the obvious shifty method of hiding your stuff, it&#8217;s VERY useful in terminal server environments where you want to hide the potentially sensitive system drives, local floppy disk or CD-ROM drives. Not so silly now, eh? Remember that you can still access these drives by typing the drive letter directly (for instance in an Open/Save/Run dialog box). I&#8217;ll dig out another tweak later to show how to crack down on this too!</p>
<p>Open Registry Editor and navigate to:</p>
<blockquote><p>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer</p></blockquote>
<p>Create a DWORD value and name it NoDrives. As for it&#8217;s value, you&#8217;ll need to work it out depending on what drives you wish to hide. Simply add them together from the following list. The total is what you&#8217;ll use for the the NoDrives value.</p>
<p>A=1<br />
B=2<br />
C=4<br />
D=8<br />
E=16<br />
F=32<br />
G=64<br />
H=128<br />
I=256<br />
J=512<br />
K=1024<br />
L=2048<br />
M=4096<br />
N=8192<br />
O=16384<br />
P=32768<br />
Q=65536<br />
R=131072<br />
S=262144<br />
T=524288<br />
U=1048576<br />
V=2097152<br />
W=4194304<br />
X=8388608<br />
Y=16777216<br />
Z=33554432</p>
<p>For examply, if you want to hide drives A, C and D the value would be 13 (1 + 4 + 8).</p>
<p>Please make sure that you backup your registry BEFORE carrying out this modification, etc, etc, etc!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phirebird.net/2009/05/hide-drives-from-my-computer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
