<?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; Microsoft</title>
	<atom:link href="http://www.phirebird.net/tag/microsoft/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>Disable movie/video thumbnail preview under Windows XP</title>
		<link>http://www.phirebird.net/2010/01/disable-movievideo-thumbnail-preview-under-windows-xp/</link>
		<comments>http://www.phirebird.net/2010/01/disable-movievideo-thumbnail-preview-under-windows-xp/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 15:51:12 +0000</pubDate>
		<dc:creator>shands</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[avi]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[explorer.exe]]></category>
		<category><![CDATA[hang]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[mpg]]></category>
		<category><![CDATA[preview]]></category>
		<category><![CDATA[terminate]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.phirebird.net/?p=164</guid>
		<description><![CDATA[Rather annoyingly, the explorer.exe process under Windows XP can sometimes hang, stop responding, crash or just plain terminate/close itself while it tries to display video/movie thumbnails in any given folder.
The reason for this can be a multitude of issues &#8211; like a dodgy codec, etc &#8211; and seems to be rather in-discriminant as to which file type [...]]]></description>
			<content:encoded><![CDATA[<p>Rather annoyingly, the explorer.exe process under Windows XP can sometimes hang, stop responding, crash or just plain terminate/close itself while it tries to display video/movie thumbnails in any given folder.</p>
<p>The reason for this can be a multitude of issues &#8211; like a dodgy codec, etc &#8211; and seems to be rather in-discriminant as to which file type it decides to screw up with (AVI, MPG, WMV, ASF, etc).</p>
<p>To get around this problem though, it is possible to easily disable this feature. Either fire up a command prompt or execute this straight from the run dialog box:</p>
<blockquote><p>regsvr32 /u shmedia.dll</p></blockquote>
<p>And if you want to re-enable it again at a later date:</p>
<blockquote><p>regsvr32 shmedia.dll</p></blockquote>
<p>Now, the only knock-on effect is that you&#8217;ll no longer be able to see summary information in the file properties. In my opinion though, it&#8217;s a small price to pay!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phirebird.net/2010/01/disable-movievideo-thumbnail-preview-under-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure Outlook Exchange email account through login script</title>
		<link>http://www.phirebird.net/2009/07/configure-outlook-exchange-email-account-through-login-script/</link>
		<comments>http://www.phirebird.net/2009/07/configure-outlook-exchange-email-account-through-login-script/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 23:18:42 +0000</pubDate>
		<dc:creator>shands</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[login script]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[userprofile]]></category>

		<guid isPermaLink="false">http://www.phirebird.net/?p=90</guid>
		<description><![CDATA[This one&#8217;s a common issue &#8211; you&#8217;ve got hundreds of users and want an efficient way of handing out Exchange email account settings to all of your Outlook users. Well, I&#8217;m going to cut through all the waffle and tell you the method I use.
I create a .prf file (Outlook Profile), store it in a shared [...]]]></description>
			<content:encoded><![CDATA[<p>This one&#8217;s a common issue &#8211; you&#8217;ve got hundreds of users and want an efficient way of handing out Exchange email account settings to all of your Outlook users. Well, I&#8217;m going to cut through all the waffle and tell you the method I use.</p>
<p>I create a .prf file (Outlook Profile), store it in a shared server location, and reference it from within a login script. The problem is, I only want it to run once (when a user logs into a machine for the first time). So I check for the existence of a junk file in the users profile directory (C:\Doc &amp; Set\user\outlookdone.dat &#8211; which incidentally also contains the date it was originally done). The resulting login batch file looks a bit like this:</p>
<blockquote><p>if exist &#8220;%USERPROFILE%\outlookdone.dat&#8221; goto outlookdone<br />
echo Configuring Outlook EMail profile..<br />
&#8220;c:\Program Files\Microsoft Office\OFFICE11\OUTLOOK.EXE&#8221; /importprf \\server\share\outlook.prf<br />
echo %date% &gt;&#8221;%USERPROFILE%\outlookdone.dat&#8221;</p>
<p>: outlookdone</p></blockquote>
<p>(NB: that this is for Outlook 2003 &#8211; OFFICE11. This method should also work for 2002 and 2007 &#8211; however it has not been tested). Finally, the all important .prf file looks a bit like this:</p>
<blockquote><p>[General]<br />
Custom=1<br />
ProfileName=Default profile<br />
DefaultProfile=Yes<br />
OverwriteProfile=No<br />
ModifyDefaultProfileIfPresent=FALSE</p>
<p>[Service List]<br />
;ServiceX=Microsoft Outlook Client<br />
ServiceEGS=Exchange Global Section<br />
Service1=Microsoft Exchange Server<br />
ServiceEGS=Exchange Global Section</p>
<p>[ServiceEGS]<br />
MailboxName=%UserName%<br />
HomeServer=YOUREXCHANGESERVERNAMEGOESHERE<br />
[Service1]<br />
OverwriteExistingService=No<br />
UniqueService=Yes<br />
MailboxName=%UserName%<br />
HomeServer=YOUREXCHANGESERVERNAMEGOESHERE<br />
AccountName=Microsoft Exchange Server</p>
<p>[Microsoft Exchange Server]<br />
ServiceName=MSEMS<br />
MDBGUID=5494A1C0297F101BA58708002B2A2517<br />
MailboxName=PT_STRING8,0&#215;6607<br />
HomeServer=PT_STRING8,0&#215;6608<br />
OfflineAddressBookPath=PT_STRING8,0&#215;660E<br />
OfflineFolderPath=PT_STRING8,0&#215;6610</p>
<p>[Exchange Global Section]<br />
SectionGUID=13dbb0c8aa05101a9bb000aa002fc45a<br />
MailboxName=PT_STRING8,0&#215;6607<br />
HomeServer=PT_STRING8,0&#215;6608<br />
RPCoverHTTPflags=PT_LONG,0&#215;6623<br />
RPCProxyServer=PT_UNICODE,0&#215;6622<br />
RPCProxyPrincipalName=PT_UNICODE,0&#215;6625<br />
RPCProxyAuthScheme=PT_LONG,0&#215;6627<br />
CachedExchangeConfigFlags=PT_LONG,0&#215;6629</p>
<p>[Microsoft Mail]<br />
ServiceName=MSFS<br />
ServerPath=PT_STRING8,0&#215;6600<br />
Mailbox=PT_STRING8,0&#215;6601<br />
Password=PT_STRING8,0&#215;67f0<br />
RememberPassword=PT_BOOLEAN,0&#215;6606<br />
ConnectionType=PT_LONG,0&#215;6603<br />
UseSessionLog=PT_BOOLEAN,0&#215;6604<br />
SessionLogPath=PT_STRING8,0&#215;6605<br />
EnableUpload=PT_BOOLEAN,0&#215;6620<br />
EnableDownload=PT_BOOLEAN,0&#215;6621<br />
UploadMask=PT_LONG,0&#215;6622<br />
NetBiosNotification=PT_BOOLEAN,0&#215;6623<br />
NewMailPollInterval=PT_STRING8,0&#215;6624<br />
DisplayGalOnly=PT_BOOLEAN,0&#215;6625<br />
UseHeadersOnLAN=PT_BOOLEAN,0&#215;6630<br />
UseLocalAdressBookOnLAN=PT_BOOLEAN,0&#215;6631<br />
UseExternalToHelpDeliverOnLAN=PT_BOOLEAN,0&#215;6632<br />
UseHeadersOnRAS=PT_BOOLEAN,0&#215;6640<br />
UseLocalAdressBookOnRAS=PT_BOOLEAN,0&#215;6641<br />
UseExternalToHelpDeliverOnRAS=PT_BOOLEAN,0&#215;6639<br />
ConnectOnStartup=PT_BOOLEAN,0&#215;6642<br />
DisconnectAfterRetrieveHeaders=PT_BOOLEAN,0&#215;6643<br />
DisconnectAfterRetrieveMail=PT_BOOLEAN,0&#215;6644<br />
DisconnectOnExit=PT_BOOLEAN,0&#215;6645<br />
DefaultDialupConnectionName=PT_STRING8,0&#215;6646<br />
DialupRetryCount=PT_STRING8,0&#215;6648<br />
DialupRetryDelay=PT_STRING8,0&#215;6649</p>
<p>[Personal Folders]<br />
ServiceName=MSPST MS<br />
Name=PT_STRING8,0&#215;3001<br />
PathToPersonalFolders=PT_STRING8,0&#215;6700<br />
RememberPassword=PT_BOOLEAN,0&#215;6701<br />
EncryptionType=PT_LONG,0&#215;6702<br />
Password=PT_STRING8,0&#215;6703</p>
<p>[Unicode Personal Folders]<br />
ServiceName=MSUPST MS<br />
Name=PT_UNICODE,0&#215;3001<br />
PathToPersonalFolders=PT_STRING8,0&#215;6700<br />
RememberPassword=PT_BOOLEAN,0&#215;6701<br />
EncryptionType=PT_LONG,0&#215;6702<br />
Password=PT_STRING8,0&#215;6703</p>
<p>[Outlook Address Book]<br />
ServiceName=CONTAB</p>
<p>[LDAP Directory]<br />
ServiceName=EMABLT<br />
ServerName=PT_STRING8,0&#215;6600<br />
UserName=PT_STRING8,0&#215;6602<br />
UseSSL=PT_BOOLEAN,0&#215;6613<br />
UseSPA=PT_BOOLEAN,0&#215;6615<br />
DisableVLV=PT_LONG,0&#215;6616<br />
DisplayName=PT_STRING8,0&#215;3001<br />
ConnectionPort=PT_STRING8,0&#215;6601<br />
SearchTimeout=PT_STRING8,0&#215;6607<br />
MaxEntriesReturned=PT_STRING8,0&#215;6608<br />
SearchBase=PT_STRING8,0&#215;6603</p>
<p>[Microsoft Outlook Client]<br />
SectionGUID=0a0d020000000000c000000000000046<br />
FormDirectoryPage=PT_STRING8,0&#215;0270<br />
WebServicesLocation=PT_STRING8,0&#215;0271<br />
ComposeWithWebServices=PT_BOOLEAN,0&#215;0272<br />
PromptWhenUsingWebServices=PT_BOOLEAN,0&#215;0273<br />
OpenWithWebServices=PT_BOOLEAN,0&#215;0274<br />
CachedExchangeMode=PT_LONG,0&#215;041f<br />
CachedExchangeSlowDetect=PT_BOOLEAN,0&#215;0420</p>
<p>[Personal Address Book]<br />
ServiceName=MSPST AB<br />
NameOfPAB=PT_STRING8,0&#215;001e3001<br />
Path=PT_STRING8,0&#215;001e6600<br />
ShowNamesBy=PT_LONG,0&#215;00036601</p>
<p>; ************************************************************************<br />
; Section 7 &#8211; Mapping for internet account properties.  DO NOT MODIFY.<br />
; ************************************************************************</p>
<p>[I_Mail]<br />
AccountType=POP3<br />
;&#8212; POP3 Account Settings &#8212;<br />
AccountName=PT_UNICODE,0&#215;0002<br />
DisplayName=PT_UNICODE,0&#215;000B<br />
EmailAddress=PT_UNICODE,0&#215;000C<br />
;&#8212; POP3 Account Settings &#8212;<br />
POP3Server=PT_UNICODE,0&#215;0100<br />
POP3UserName=PT_UNICODE,0&#215;0101<br />
POP3UseSPA=PT_LONG,0&#215;0108<br />
Organization=PT_UNICODE,0&#215;0107<br />
ReplyEmailAddress=PT_UNICODE,0&#215;0103<br />
POP3Port=PT_LONG,0&#215;0104<br />
POP3UseSSL=PT_LONG,0&#215;0105<br />
; &#8212; SMTP Account Settings &#8212;<br />
SMTPServer=PT_UNICODE,0&#215;0200<br />
SMTPUseAuth=PT_LONG,0&#215;0203<br />
SMTPAuthMethod=PT_LONG,0&#215;0208<br />
SMTPUserName=PT_UNICODE,0&#215;0204<br />
SMTPUseSPA=PT_LONG,0&#215;0207<br />
ConnectionType=PT_LONG,0&#215;000F<br />
ConnectionOID=PT_UNICODE,0&#215;0010<br />
SMTPPort=PT_LONG,0&#215;0201<br />
SMTPUseSSL=PT_LONG,0&#215;0202<br />
ServerTimeOut=PT_LONG,0&#215;0209<br />
LeaveOnServer=PT_LONG,0&#215;1000</p>
<p>[IMAP_I_Mail]<br />
AccountType=IMAP<br />
;&#8212; IMAP Account Settings &#8212;<br />
AccountName=PT_UNICODE,0&#215;0002<br />
DisplayName=PT_UNICODE,0&#215;000B<br />
EmailAddress=PT_UNICODE,0&#215;000C<br />
;&#8212; IMAP Account Settings &#8212;<br />
IMAPServer=PT_UNICODE,0&#215;0100<br />
IMAPUserName=PT_UNICODE,0&#215;0101<br />
IMAPUseSPA=PT_LONG,0&#215;0108<br />
Organization=PT_UNICODE,0&#215;0107<br />
ReplyEmailAddress=PT_UNICODE,0&#215;0103<br />
IMAPPort=PT_LONG,0&#215;0104<br />
IMAPUseSSL=PT_LONG,0&#215;0105<br />
; &#8212; SMTP Account Settings &#8212;<br />
SMTPServer=PT_UNICODE,0&#215;0200<br />
SMTPUseAuth=PT_LONG,0&#215;0203<br />
SMTPAuthMethod=PT_LONG,0&#215;0208<br />
SMTPUserName=PT_UNICODE,0&#215;0204<br />
SMTPUseSPA=PT_LONG,0&#215;0207<br />
ConnectionType=PT_LONG,0&#215;000F<br />
ConnectionOID=PT_UNICODE,0&#215;0010<br />
SMTPPort=PT_LONG,0&#215;0201<br />
SMTPUseSSL=PT_LONG,0&#215;0202<br />
ServerTimeOut=PT_LONG,0&#215;0209<br />
CheckNewImap=PT_LONG,0&#215;1100<br />
RootFolder=PT_UNICODE,0&#215;1101</p>
<p>[INET_HTTP]<br />
AccountType=HOTMAIL<br />
Account=PT_UNICODE,0&#215;0002<br />
HttpServer=PT_UNICODE,0&#215;0100<br />
UserName=PT_UNICODE,0&#215;0101<br />
Organization=PT_UNICODE,0&#215;0107<br />
UseSPA=PT_LONG,0&#215;0108<br />
TimeOut=PT_LONG,0&#215;0209<br />
Reply=PT_UNICODE,0&#215;0103<br />
EmailAddress=PT_UNICODE,0&#215;000C<br />
FullName=PT_UNICODE,0&#215;000B<br />
Connection Type=PT_LONG,0&#215;000F<br />
ConnectOID=PT_UNICODE,0&#215;0010</p></blockquote>
<p>&nbsp;</p>
<p>Did you find this hint useful? Are you looking to learn more? Well, here&#8217;s a few books that I&#8217;ve found useful &#8211; have a goosie!</p>
<table width="100%">
<tr>
<td valign="top" align="center"><a href="http://www.amazon.co.uk/gp/product/0782142044?ie=UTF8&#038;tag=beabi-21"><img src="http://ecx.images-amazon.com/images/I/51eB7OBs6PL._SL100.jpg" border="0"><br />
Mastering Microsoft Exchange Server 2003</a></td>
<td>&nbsp;</td>
<td valign="top" align="center"><a href="http://www.amazon.co.uk/gp/product/1592000851?ie=UTF8&#038;tag=beabi-21"><img src="http://ecx.images-amazon.com/images/I/517yuSCbi5L._SL100.jpg" border="0"><br />
Microsoft Windows Shell Script Programming</a></td>
<td>&nbsp;</td>
<td valign="top" align="center"><a href="http://www.amazon.co.uk/gp/product/1578701392?ie=UTF8&#038;tag=beabi-21"><img src="http://ecx.images-amazon.com/images/I/41y8XN69oTL._SL100.jpg" border="0"><br />
Microsoft Windows Script Host</a></td>
<td>&nbsp;</td>
<td valign="top" align="center"><a href="http://www.amazon.co.uk/gp/product/0470287209?ie=UTF8&#038;tag=beabi-21"><img src="http://ecx.images-amazon.com/images/I/51fHA8c9zXL._SL100.jpg" border="0"><br />
Active Directory for Dummies</a></td>
</tr>
</table>
<p>&nbsp;<br />
<br />&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phirebird.net/2009/07/configure-outlook-exchange-email-account-through-login-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirecting My Documents shell folder from a login script / commandline</title>
		<link>http://www.phirebird.net/2009/07/redirecting-my-documents-shell-folder-from-a-login-script-commandline/</link>
		<comments>http://www.phirebird.net/2009/07/redirecting-my-documents-shell-folder-from-a-login-script-commandline/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 23:04:22 +0000</pubDate>
		<dc:creator>shands</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[login script]]></category>
		<category><![CDATA[my documents]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.phirebird.net/?p=87</guid>
		<description><![CDATA[I&#8217;ve always been a firm believer in Group Policy redirecting users&#8217; My Documents folders for me &#8211; but there&#8217;s nothing like the reassurance of a good old batch file carrying this operation out for you.
So how do you do it? Well, the location of My Documents is stored in the registry (which is read by the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve always been a firm believer in Group Policy redirecting users&#8217; My Documents folders for me &#8211; but there&#8217;s nothing like the reassurance of a good old batch file carrying this operation out for you.</p>
<p>So how do you do it? Well, the location of My Documents is stored in the registry (which is read by the explorer process when it&#8217;s spawned) and is located here:</p>
<blockquote><p>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders\Personal</p></blockquote>
<p>As you would expect, editing this one value redirects My Docs. So, as part of your network login script, you can achive this automatically by adding in:</p>
<blockquote><p>reg add &#8220;HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders&#8221; /v Personal /t REG_EXPAND_SZ /d \\server\%USERNAME% /f</p></blockquote>
<p>&#8230;to redirect to your server using the username of the currently logged on user as the share name.</p>
<p>&nbsp;</p>
<p>Did you find this hint useful? Are you looking to learn more? Well, here&#8217;s a few books that I&#8217;ve found useful &#8211; have a goosie!</p>
<table width="100%">
<tr>
<td valign="top" align="center"><a href="http://www.amazon.co.uk/gp/product/0470287209?ie=UTF8&#038;tag=beabi-21"><img src="http://ecx.images-amazon.com/images/I/51fHA8c9zXL._SL100.jpg" border="0"><br />
Active Directory for Dummies</a></td>
<td>&nbsp;</td>
<td valign="top" align="center"><a href="http://www.amazon.co.uk/gp/product/1592000851?ie=UTF8&#038;tag=beabi-21"><img src="http://ecx.images-amazon.com/images/I/517yuSCbi5L._SL100.jpg" border="0"><br />
Microsoft Windows Shell Script Programming</a></td>
<td>&nbsp;</td>
<td valign="top" align="center"><a href="http://www.amazon.co.uk/gp/product/1578701392?ie=UTF8&#038;tag=beabi-21"><img src="http://ecx.images-amazon.com/images/I/41y8XN69oTL._SL100.jpg" border="0"><br />
Microsoft Windows Script Host</a></td>
<td>&nbsp;</td>
<td valign="top" align="center"><a href="http://www.amazon.co.uk/gp/product/0782141307?ie=UTF8&#038;tag=beabi-21"><img src="http://ecx.images-amazon.com/images/I/518YC3V0AFL._SL100.jpg" border="0"><br />
Mastering Windows Server 2003</a></td>
</tr>
</table>
<p>&nbsp;<br />
<br />&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phirebird.net/2009/07/redirecting-my-documents-shell-folder-from-a-login-script-commandline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
