 




<?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 do folder redirection without GPO in Active directory</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/active-directory-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/active-directory-7/</link>
	<description></description>
	<lastBuildDate>Sun, 19 May 2013 00:45:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: swood</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/active-directory-7/#comment-51061</link>
		<dc:creator>swood</dc:creator>
		<pubDate>Tue, 08 Jan 2008 16:57:27 +0000</pubDate>
		<guid isPermaLink="false">#comment-51061</guid>
		<description><![CDATA[When using GPO to redirect the Start menu it&#039;ll redirect all areas of the start ment, I&#039;ve found it best to use a script to redirect areas seperatley.

Example:

Redirect the key below to a shared location to display network programs etc.

HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders\Start Menu

Direct the keys below to the local profile so that local programs are still available.

HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders\StartUp
HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders\Programs

Example line of script:
WshShell.RegWrite &quot;HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders\Start Menu&quot;, &quot;\\server\sysvol\sharedMenu&quot;, &quot;REG_EXPAND_SZ&quot;

Hope this helps.]]></description>
		<content:encoded><![CDATA[<p>When using GPO to redirect the Start menu it&#8217;ll redirect all areas of the start ment, I&#8217;ve found it best to use a script to redirect areas seperatley.</p>
<p>Example:</p>
<p>Redirect the key below to a shared location to display network programs etc.</p>
<p>HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders\Start Menu</p>
<p>Direct the keys below to the local profile so that local programs are still available.</p>
<p>HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders\StartUp<br />
HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders\Programs</p>
<p>Example line of script:<br />
WshShell.RegWrite &#8220;HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders\Start Menu&#8221;, &#8220;\\server\sysvol\sharedMenu&#8221;, &#8220;REG_EXPAND_SZ&#8221;</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.014 seconds using memcached
Object Caching 268/271 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 01:38:36 -->