<?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>Kreslavsky IT blog &#187; Gpo</title>
	<atom:link href="http://www.kreslavsky.com/tag/gpo/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kreslavsky.com</link>
	<description>News, guides, and tips to antivirus programmes, scripts, and security</description>
	<lastBuildDate>Sun, 29 Jan 2012 04:57:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Deploy wireless settings with Key using netsh script and GPO</title>
		<link>http://www.kreslavsky.com/2011/05/deploy-wireless-settings-with-key-using-netsh-script-and-gpo.html</link>
		<comments>http://www.kreslavsky.com/2011/05/deploy-wireless-settings-with-key-using-netsh-script-and-gpo.html#comments</comments>
		<pubDate>Tue, 03 May 2011 08:36:13 +0000</pubDate>
		<dc:creator>Gil Kreslavsky</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[GPO]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Certificates]]></category>
		<category><![CDATA[Command Prompt]]></category>
		<category><![CDATA[Deploy]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Export Profile]]></category>
		<category><![CDATA[Folder C]]></category>
		<category><![CDATA[Gpo]]></category>
		<category><![CDATA[Interface]]></category>
		<category><![CDATA[Lan Settings]]></category>
		<category><![CDATA[Lt]]></category>
		<category><![CDATA[netsh]]></category>
		<category><![CDATA[Profile Name]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Shared Key]]></category>
		<category><![CDATA[Wireless]]></category>
		<category><![CDATA[Wireless Lan]]></category>
		<category><![CDATA[Wireless Management]]></category>
		<category><![CDATA[Wireless Profile]]></category>
		<category><![CDATA[Wlan]]></category>
		<category><![CDATA[Workstation]]></category>
		<category><![CDATA[Yourkey]]></category>

		<guid isPermaLink="false">http://www.kreslavsky.com/2011/05/deploy-wireless-settings-with-key-using-netsh-script-and-gpo.html</guid>
		<description><![CDATA[Tweet &#160; Windows 2008 has built in policy GPO for wireless setting management. You can configure your network setting using Certificates. It is the most recommended and secure way But if you like to deploy the wireless settings using static key, you will have to use other way. The steps bellow describe the way to deploy Wireless LAN settings with a Pre-Shared Key The purpose is to Automate Adding Wireless Profile in Windows. Preparations Configure Wireless settings on one workstation from command prompt run netsh wlan export profile name=&#34;NameOfyourProfile&#34; folder=c:temp interface=&#34;wirelesssettings” Confirm that under c:temp you have wirelesssettings.xml file Open wirelesssettings.xml file locate the following line &#60;protected&#62;true&#60;/protected&#62; Change it to &#60;protected&#62;false&#60;/protected&#62; Under you will see encrypted line &#60;keyMaterial&#62;01000000D08C9DDF0115D1118&#60;/keyMaterial&#62; Change it to your key like that &#60;keyMaterial&#62;Yourkey&#60;/keyMaterial&#62; Note: It means that your wireless key will be in clear text and everyone who has access to the file will be able to read your wireless key&#34; Deployment Copy your wireless settings xml file to NETLOGON Create a bat or cmd file with the following line netsh wlan add profile filename=&#34;\yourserverNETLOGONwirelesssettings.xml&#34; user=all Run the bat file from some domain member computer and confirm that it works After finishing all steps above you can deploy the script from GPO Note: Setting are applicable for Windows Vista Windows 7 and Windows 2008 Only]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.kreslavsky.com%2F2011%2F05%2Fdeploy-wireless-settings-with-key-using-netsh-script-and-gpo.html&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.kreslavsky.com/2011/05/deploy-wireless-settings-with-key-using-netsh-script-and-gpo.html"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.kreslavsky.com/2011/05/deploy-wireless-settings-with-key-using-netsh-script-and-gpo.html"  data-text="Deploy wireless settings with Key using netsh script and GPO" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://www.kreslavsky.com/2011/05/deploy-wireless-settings-with-key-using-netsh-script-and-gpo.html" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.kreslavsky.com/2011/05/deploy-wireless-settings-with-key-using-netsh-script-and-gpo.html"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>&#160;</p>
<p>Windows 2008 has built in policy GPO for wireless setting management.    <br />You can configure your network setting using Certificates. It is the most recommended and secure way     <br />But if you like to deploy the wireless settings using static key, you will have to use other way.</p>
<p>The steps bellow describe the way to deploy Wireless LAN settings with a Pre-Shared Key   <br />The purpose is to Automate Adding Wireless Profile in Windows.</p>
<p>Preparations</p>
<ul>
<li>Configure Wireless settings on one workstation </li>
<li>from command prompt run      <br />netsh wlan export profile name=&quot;<em>NameOfyourProfile</em>&quot; folder=<em>c:temp</em> interface=&quot;wirelesssettings” </li>
<li>Confirm that under c:temp you have wirelesssettings.xml file </li>
<li>Open wirelesssettings.xml file locate the following line      <br />&lt;protected&gt;true&lt;/protected&gt; </li>
<li>Change it to &lt;protected&gt;false&lt;/protected&gt; </li>
<li>Under you will see encrypted line &lt;keyMaterial&gt;01000000D08C9DDF0115D1118&lt;/keyMaterial&gt; </li>
<li>Change it to your key like that &lt;keyMaterial&gt;<em>Yourkey&lt;/keyMaterial&gt;</em><br />
<blockquote>
<p>Note: It means that your wireless key will be in clear text and everyone who has access to the file will be able to read your wireless key&quot;</p>
</blockquote>
</li>
</ul>
<p>Deployment</p>
<ul>
<li>Copy your wireless settings xml file to NETLOGON </li>
<li>Create a bat or cmd file with the following line      <br />netsh wlan add profile filename=&quot;\yourserverNETLOGONwirelesssettings.xml&quot; user=all </li>
<li>Run the bat file from some domain member computer and confirm that it works </li>
</ul>
<p>After finishing all steps above you can deploy the script from GPO</p>
<blockquote><p>Note: Setting are applicable for Windows Vista Windows 7 and Windows 2008 Only</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.kreslavsky.com/2011/05/deploy-wireless-settings-with-key-using-netsh-script-and-gpo.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Show only specified Control Panel items GPO doesn’t apply on Windows 2008R2 Terminal Servers</title>
		<link>http://www.kreslavsky.com/2010/08/show-only-specified-control-panel-items-gpo-doesnt-apply-on-windows-2008r2-terminal-servers.html</link>
		<comments>http://www.kreslavsky.com/2010/08/show-only-specified-control-panel-items-gpo-doesnt-apply-on-windows-2008r2-terminal-servers.html#comments</comments>
		<pubDate>Tue, 24 Aug 2010 10:23:11 +0000</pubDate>
		<dc:creator>Gil Kreslavsky</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[GPO]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Canonical Names]]></category>
		<category><![CDATA[Control]]></category>
		<category><![CDATA[Control Panel]]></category>
		<category><![CDATA[Control Panel Applets]]></category>
		<category><![CDATA[File Names]]></category>
		<category><![CDATA[Gpo]]></category>
		<category><![CDATA[Previous Version]]></category>
		<category><![CDATA[Rsquo]]></category>
		<category><![CDATA[Show Control]]></category>
		<category><![CDATA[Terminal Servers]]></category>
		<category><![CDATA[Windows 2008R2]]></category>
		<category><![CDATA[Windows Servers]]></category>

		<guid isPermaLink="false">http://www.kreslavsky.com/2010/08/show-only-specified-control-panel-items-gpo-doesnt-apply-on-windows-2008r2-terminal-servers.html</guid>
		<description><![CDATA[Tweet &#160; In Previous version we used to work with CPL File Names&#160; to define which one of control panel applets will be displayed. In order to make it work Use Canonical names instead. It should Look like that You can get the full list from here]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.kreslavsky.com%2F2010%2F08%2Fshow-only-specified-control-panel-items-gpo-doesnt-apply-on-windows-2008r2-terminal-servers.html&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.kreslavsky.com/2010/08/show-only-specified-control-panel-items-gpo-doesnt-apply-on-windows-2008r2-terminal-servers.html"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.kreslavsky.com/2010/08/show-only-specified-control-panel-items-gpo-doesnt-apply-on-windows-2008r2-terminal-servers.html"  data-text="Show only specified Control Panel items GPO doesn’t apply on Windows 2008R2 Terminal Servers" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://www.kreslavsky.com/2010/08/show-only-specified-control-panel-items-gpo-doesnt-apply-on-windows-2008r2-terminal-servers.html" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.kreslavsky.com/2010/08/show-only-specified-control-panel-items-gpo-doesnt-apply-on-windows-2008r2-terminal-servers.html"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>&#160;</p>
<p>In Previous version we used to work with <a href="http://www.kreslavsky.com/2009/11/windows-control-panel-cpl-files-list-and-description.html" target="_blank">CPL File Names</a>&#160; to define which one of control panel applets will be displayed.</p>
<p>In order to make it work Use Canonical names instead.    <br />It should Look like that     <br /><a href="http://www.kreslavsky.com/wp-content/uploads/2010/08/image.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Canonical Names of Control Panel Items" border="0" alt="Canonical Names of Control Panel Items" src="http://www.kreslavsky.com/wp-content/uploads/2010/08/image_thumb.png" width="515" height="264" /></a> </p>
<p>You can get the full list from <a href="http://msdn.microsoft.com/en-us/library/ee330741(VS.85).aspx#">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kreslavsky.com/2010/08/show-only-specified-control-panel-items-gpo-doesnt-apply-on-windows-2008r2-terminal-servers.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prevent users from disjoining from domain using GPO</title>
		<link>http://www.kreslavsky.com/2009/10/prevent-users-from-disjoining-from-domain-using-gpo.html</link>
		<comments>http://www.kreslavsky.com/2009/10/prevent-users-from-disjoining-from-domain-using-gpo.html#comments</comments>
		<pubDate>Thu, 29 Oct 2009 09:54:00 +0000</pubDate>
		<dc:creator>Gil Kreslavsky</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[GPO]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Disjoin from Domain]]></category>
		<category><![CDATA[Gpo]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.kreslavsky.com/2009/10/prevent-users-from-disjoining-from-domain-using-gpo.html</guid>
		<description><![CDATA[Tweet &#160; There is no 100% foolproof&#160; solution that blocks local admin users access the option of disjoining their computer from domain , but you can make it harder to get to system menu. I remove the &#34;properties&#34; from when you right click on my computer. Then i also remove system applet from control panel menu ,and disable registry editing. To disable right click on my computer go to Group Policy. Navigate to&#160; User Configuration&#62;Administrative templates&#62;Desktop Locate “Remove Properties from the My Computer context menu” and set it to “Enable” You should check also How disable&#160; Right Click Properties on my computer on windows 7/Vista Than navigate to User Configuration&#62;Administrative templates&#62;Control PanelLocate “Hide specified Control Panel applets”Set it to “Enabled” and add Sysdm.cpl to the list of disallowed Control Panel applets. To block Sysdm.cpl&#160; from executing Navigate to User Configuration&#62;Administrative Templates&#62;System Navigate to “Don’t run specified Windows application” set it to “Enabled” and add Sysdm.cpl&#160; to the list of disallowed applications]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.kreslavsky.com%2F2009%2F10%2Fprevent-users-from-disjoining-from-domain-using-gpo.html&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.kreslavsky.com/2009/10/prevent-users-from-disjoining-from-domain-using-gpo.html"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.kreslavsky.com/2009/10/prevent-users-from-disjoining-from-domain-using-gpo.html"  data-text="Prevent users from disjoining from domain using GPO" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://www.kreslavsky.com/2009/10/prevent-users-from-disjoining-from-domain-using-gpo.html" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.kreslavsky.com/2009/10/prevent-users-from-disjoining-from-domain-using-gpo.html"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>&#160;</p>
<p>There is no 100% foolproof&#160; solution that blocks local admin users access the option of disjoining their computer from domain , but you can make it harder to get to system menu.</p>
<p>I remove the &quot;properties&quot; from when you right click on my computer.    <br />Then i also remove system applet from control panel menu ,and disable registry editing.</p>
<p>To disable right click on my computer go to Group Policy.    <br />Navigate to&#160; User Configuration&gt;Administrative templates&gt;Desktop     <br />Locate “Remove Properties from the My Computer context menu” and set it to “<strong>Enable</strong>” </p>
<p>You should check also <a href="http://www.kreslavsky.com/2009/10/block-access-to-my-computer-properties-menu-in-windows-7-and-vista.html" target="_blank">How disable&#160; Right Click Properties on my computer on windows 7/Vista</a>    </p>
<p><a href="http://www.kreslavsky.com/wp-content/uploads/2009/10/image23.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Remove Properties from the My Computer" border="0" alt="Remove Properties from the My Computer" src="http://www.kreslavsky.com/wp-content/uploads/2009/10/image_thumb23.png" width="365" height="405" /></a> </p>
<pre>Than navigate to User Configuration&gt;Administrative templates&gt;Control PanelLocate “Hide specified Control Panel applets”Set it to “Enabled” and add <strong>Sysdm.cpl</strong> to the list of disallowed Control Panel applets.</pre>
<p><a href="http://www.kreslavsky.com/wp-content/uploads/2009/10/image24.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="list of disallowed Control Panel applets" border="0" alt="list of disallowed Control Panel applets" src="http://www.kreslavsky.com/wp-content/uploads/2009/10/image_thumb24.png" width="399" height="376" /></a> </p>
<p>To block <strong>Sysdm.cpl</strong>&#160; from executing </p>
<p>Navigate to User Configuration&gt;Administrative Templates&gt;System </p>
<p>Navigate to “Don’t run specified Windows application” set it to “Enabled” and add <strong>Sysdm.cpl</strong>&#160; to the list of disallowed applications</p>
<p><a href="http://www.kreslavsky.com/wp-content/uploads/2009/10/image25.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Don’t run specified Windows application" border="0" alt="Don’t run specified Windows application" src="http://www.kreslavsky.com/wp-content/uploads/2009/10/image_thumb25.png" width="400" height="240" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kreslavsky.com/2009/10/prevent-users-from-disjoining-from-domain-using-gpo.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prevent users from deleting start menu items via GPO</title>
		<link>http://www.kreslavsky.com/2009/03/prevent-users-from-deleting-start-menu-items-via-gpo.html</link>
		<comments>http://www.kreslavsky.com/2009/03/prevent-users-from-deleting-start-menu-items-via-gpo.html#comments</comments>
		<pubDate>Sun, 29 Mar 2009 21:51:00 +0000</pubDate>
		<dc:creator>Gil Kreslavsky</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[GPO]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[Block taskbar]]></category>
		<category><![CDATA[Gpo]]></category>
		<category><![CDATA[preven task bar changes]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://www.kreslavsky.com/2009/03/prevent-users-from-deleting-start-menu-items-via-gpo.html</guid>
		<description><![CDATA[Tweet Open Group Policy Editor: Link Policy to relevant OU Navigate to User Configuration&#62;Administrative Templates&#62;Start menu and taskbar. Edit “Prevent Changes to Taskbar and Start Menu Settings” Set it to enable Pres OK Note: To enforce group policy: Navigate to Start&#62;Run type gpupdate /force and hit Enter]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.kreslavsky.com%2F2009%2F03%2Fprevent-users-from-deleting-start-menu-items-via-gpo.html&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.kreslavsky.com/2009/03/prevent-users-from-deleting-start-menu-items-via-gpo.html"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.kreslavsky.com/2009/03/prevent-users-from-deleting-start-menu-items-via-gpo.html"  data-text="Prevent users from deleting start menu items via GPO" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://www.kreslavsky.com/2009/03/prevent-users-from-deleting-start-menu-items-via-gpo.html" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.kreslavsky.com/2009/03/prevent-users-from-deleting-start-menu-items-via-gpo.html"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><ul>
<li>Open Group Policy Editor:</li>
<li>Link Policy to relevant OU</li>
<li>Navigate to User Configuration&gt;Administrative Templates&gt;Start menu and taskbar.</li>
<li>Edit “Prevent Changes to Taskbar and Start Menu Settings”</li>
<li>Set it to enable     <br /><a href="http://www.kreslavsky.com/wp-content/uploads/2009/03/preventchangestotaskbar.jpg"><img title="Prevent Changes to taskbar" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="244" alt="Prevent Changes to taskbar" src="http://www.kreslavsky.com/wp-content/uploads/2009/03/preventchangestotaskbar-thumb.jpg" width="220" border="0" /></a> </li>
<li>Pres OK</li>
</ul>
<blockquote><p>Note: To enforce group policy: Navigate to Start&gt;Run type gpupdate /force and hit Enter</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.kreslavsky.com/2009/03/prevent-users-from-deleting-start-menu-items-via-gpo.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to apply Windows 2008 gpo when you have 2003 DC&#8217;s only</title>
		<link>http://www.kreslavsky.com/2009/02/how-to-apply-windows-2008-gpo-when-you-have-2003-dcs-only.html</link>
		<comments>http://www.kreslavsky.com/2009/02/how-to-apply-windows-2008-gpo-when-you-have-2003-dcs-only.html#comments</comments>
		<pubDate>Mon, 02 Feb 2009 13:55:46 +0000</pubDate>
		<dc:creator>Gil Kreslavsky</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[GPO]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server 2003]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Adm]]></category>
		<category><![CDATA[Administration Tools]]></category>
		<category><![CDATA[Adprep]]></category>
		<category><![CDATA[Amp Features]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Domain Controler]]></category>
		<category><![CDATA[Domain Controller]]></category>
		<category><![CDATA[Forestprep]]></category>
		<category><![CDATA[Goodies]]></category>
		<category><![CDATA[Gpo]]></category>
		<category><![CDATA[Infrastructure Operations]]></category>
		<category><![CDATA[New Features]]></category>
		<category><![CDATA[Policy Management Tools]]></category>
		<category><![CDATA[Relevant Feature]]></category>
		<category><![CDATA[Schema]]></category>
		<category><![CDATA[Terminal Servers]]></category>
		<category><![CDATA[Vista X86]]></category>
		<category><![CDATA[Windows Features]]></category>
		<category><![CDATA[Windows Templates]]></category>

		<guid isPermaLink="false">http://www.kreslavsky.com/?p=549</guid>
		<description><![CDATA[Tweet Recently I installed 2 2008 terminal servers , and when I started configuring them I realized that I can&#8217;t use lot of new features that are available only via 2008 Group Policy . The network was 2003 , and adding or upgrading current DC to 2008 domain controller rises project costs ( 2008 CAL&#8217;s for entire domain ) I had to look for other solution . Since windows 2008 GPO templates changed their format from ADM to ADMX I couldn&#8217;t import windows 2008 templates to windows 2003 DC. So here how you solve this. You must use Vista +sp1 Desktop First , you need to extend your schema to 2008 The first schema updates need to be applied to the Active Directory Forest. In order to apply them you need to run the adprep application from the domain controller that holds the schema role master. To run the forest schema updates use the following command: adprep /forestprep Once the forest updates have been updates, the next step is to run the adprep for each domain in the forest. This should be run on the domain controller that holds the Infrastructure operations master role. The command to run is: adprep /domainprep After you finish with with schema expansion Go to your Vista desktop. Download RSAT tool for vista x64 and for vista x86 and install it After instalation is completed. Go to Control Panel click on Program &#38; Features Locate and click on Turn Windows features on or off Install relevant Feature Administration and Role Administration tools (For group policy install Group Policy Management Tools) Now you can use all Windows 2008 and Vista  GPO goodies on your windows 2003 domain .]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.kreslavsky.com%2F2009%2F02%2Fhow-to-apply-windows-2008-gpo-when-you-have-2003-dcs-only.html&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.kreslavsky.com/2009/02/how-to-apply-windows-2008-gpo-when-you-have-2003-dcs-only.html"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.kreslavsky.com/2009/02/how-to-apply-windows-2008-gpo-when-you-have-2003-dcs-only.html"  data-text="How to apply Windows 2008 gpo when you have 2003 DC&#8217;s only" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://www.kreslavsky.com/2009/02/how-to-apply-windows-2008-gpo-when-you-have-2003-dcs-only.html" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.kreslavsky.com/2009/02/how-to-apply-windows-2008-gpo-when-you-have-2003-dcs-only.html"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>Recently I installed 2 2008 terminal servers , and when I started configuring them I realized that I can&#8217;t use lot of new features that are available only via 2008 Group Policy . The network was 2003 , and adding or upgrading current DC to 2008 domain controller rises project costs ( 2008 CAL&#8217;s for entire domain ) I had to look for other solution .</p>
<p>Since windows 2008 GPO templates changed their format from <strong>ADM to ADMX</strong> I couldn&#8217;t import windows 2008 templates to windows 2003 DC.</p>
<p>So here how you solve this.</p>
<p>You must use Vista +sp1 Desktop</p>
<p>First , you need to extend your schema to 2008<br />
The first schema updates need to be applied to the Active Directory Forest. In order to apply them you need to run the adprep application <strong>from the domain controller that holds the schema role master</strong>. To run the forest schema updates use the following command: <strong><em>adprep /forestprep </em></strong></p>
<p><strong><em><br />
<img class="alignleft size-full wp-image-550" title="forest-prep" src="http://www.kreslavsky.com/wp-content/uploads/2009/02/forest-prep.png" alt="forest-prep" width="559" height="276" /></em></strong><br />
Once the forest updates have been updates, the next step is to run the adprep for each domain in the forest. This should be run on the domain controller that holds the Infrastructure operations master role. The command to run is: <strong><em>adprep /domainprep</em></strong></p>
<p><strong><em><img class="alignleft size-full wp-image-551" title="domain-prep" src="http://www.kreslavsky.com/wp-content/uploads/2009/02/domain-prep.png" alt="domain-prep" width="565" height="281" /></em></strong></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif;">After you finish with with schema expansion </span></p>
<p><em>Go to your Vista desktop.<br />
Download </em>RSAT tool for vista <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=D647A60B-63FD-4AC5-9243-BD3C497D2BC5&amp;displaylang=en" target="_blank">x64</a> and for vista <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=9FF6E897-23CE-4A36-B7FC-D52065DE9960&amp;displaylang=en" target="_blank">x86 </a>and install it</p>
<p>After instalation is completed.</p>
<ul>
<li>Go to Control Panel click on <strong>Program &amp; Features</strong></li>
<li>Locate and click on <strong>Turn Windows features on or off</strong></li>
<li>Install relevant Feature Administration and Role Administration tools (For group policy install Group Policy Management Tools)<strong></strong><strong></strong></li>
</ul>
<p><strong></strong><img class="alignleft size-full wp-image-552" title="vista_remote_server_admin_tools" src="http://www.kreslavsky.com/wp-content/uploads/2009/02/vista_remote_server_admin_tools_13.png" alt="vista_remote_server_admin_tools" width="388" height="339" /></p>
<p><strong><br />
</strong></p>
<p>Now you can use all Windows 2008 and Vista  GPO goodies on your windows 2003 domain .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kreslavsky.com/2009/02/how-to-apply-windows-2008-gpo-when-you-have-2003-dcs-only.html/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Change default save as location for Office 2007 via GPO</title>
		<link>http://www.kreslavsky.com/2009/01/change-default-save-as-location-for-office-2007-via-gpo.html</link>
		<comments>http://www.kreslavsky.com/2009/01/change-default-save-as-location-for-office-2007-via-gpo.html#comments</comments>
		<pubDate>Thu, 15 Jan 2009 10:28:36 +0000</pubDate>
		<dc:creator>Gil Kreslavsky</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office 2007]]></category>
		<category><![CDATA[Outlook 2003]]></category>
		<category><![CDATA[Outlook 2007]]></category>
		<category><![CDATA[Server 2003]]></category>
		<category><![CDATA[Adm]]></category>
		<category><![CDATA[C Drive]]></category>
		<category><![CDATA[Default System]]></category>
		<category><![CDATA[Documents Folder]]></category>
		<category><![CDATA[Email Attachment]]></category>
		<category><![CDATA[Gpo]]></category>
		<category><![CDATA[Location Change]]></category>
		<category><![CDATA[Microsoft Article]]></category>
		<category><![CDATA[Microsoft Excell]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Microsoft Power Point]]></category>
		<category><![CDATA[Microsoft Power Project]]></category>
		<category><![CDATA[Microsoft Project]]></category>
		<category><![CDATA[Microsoft Tools]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[Msc]]></category>
		<category><![CDATA[Office Applications]]></category>
		<category><![CDATA[Terminal Server]]></category>
		<category><![CDATA[Word Microsoft]]></category>
		<category><![CDATA[Word Options]]></category>

		<guid isPermaLink="false">http://www.kreslavsky.com/?p=487</guid>
		<description><![CDATA[Tweet When user is trying to save attachment from outlook or save word/excell file usualy hi is directly redirected to his &#8220;My Documents&#8221;  folder set in his profile. When you work on Terminal server and want to restrict C: drive access it becomes a problem . User receives multiple errors when he try&#8217;s to save file or email attachment. To change default save location for office applications via GPO you first must download office 2007 GPO ADM to your Domain Controler . Extract files to a local folder. Go to group policy by running gpo.msc from run. Navigate to User Configuration Administrative Templates. Pres Right Click on Administrative Templates and chose &#8220;Add/Remove templates&#8221; Press on &#8220;Add&#8221; and navigate to localy extracted ADM file. Now you should see Office 2007 settings in GPO. To change default save location for for Excell 2007 Navigate to Microsoft Office Excell 2007Excell OptionsSave On the right menu locate &#8220;Default file location&#8221; change setting to enabled and insert your save path. To change default save location for for Power Point 2007 Navigate to Microsoft Power Point 2007Power PointOptionsSave On the right menu locate &#8220;Default file location&#8221; change setting to enabled and insert your save path. To change default save location for for Project 2007 Navigate to Microsoft Power Project 2007Tools &#124; OptionsSaveFile Locations On the right menu locate &#8220;Projects and User Templates &#8221; change setting to enabled and insert your save path. To change default save location for for Word 2007 Navigate to Microsoft Word 2007Word OptionsAdvancedFile Locations On the right menu locate &#8220;Default file location &#8221; change setting to enabled and insert your save path. Outlook 2007 is little bit tricky you can&#8217;t set options via Outlook GPO , you can do that via registry or by changing default system &#8220;save in&#8221; location. To change Outlook 2003/2007  save path via registry Follow Microsoft Article KB:823131 To change default system &#8220;save in&#8221; location. In group policy go to User Configuration Administrative TemplatesWindows ComponentsWindows Explorer Common Open File Dialog Click on &#8220;Items displayed in Places Bar&#8221; Add your Save Location. for example servernamesharename ( It can be mounted I: folder)]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.kreslavsky.com%2F2009%2F01%2Fchange-default-save-as-location-for-office-2007-via-gpo.html&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.kreslavsky.com/2009/01/change-default-save-as-location-for-office-2007-via-gpo.html"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.kreslavsky.com/2009/01/change-default-save-as-location-for-office-2007-via-gpo.html"  data-text="Change default save as location for Office 2007 via GPO" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://www.kreslavsky.com/2009/01/change-default-save-as-location-for-office-2007-via-gpo.html" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.kreslavsky.com/2009/01/change-default-save-as-location-for-office-2007-via-gpo.html"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p>When user is trying to save attachment from outlook or save word/excell file usualy hi is directly redirected to his &#8220;My Documents&#8221;  folder set in his profile.<br />
When you work on Terminal server and want to restrict C: drive access it becomes a problem . User receives multiple errors when he try&#8217;s to save file or email attachment.</p>
<ul>
<li>To change default save location for office applications via GPO you first must <a title="Office 2007 ADM" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=92d8519a-e143-4aee-8f7a-e4bbaeba13e7&amp;displaylang=en" target="_blank">download office 2007 GPO ADM</a> to your Domain Controler .</li>
<li>Extract files to a local folder.</li>
<li>Go to group policy by running gpo.msc from run.</li>
<li>Navigate to User Configuration Administrative Templates.</li>
<li>Pres Right Click on Administrative Templates and chose &#8220;Add/Remove templates&#8221;</li>
<li>Press on &#8220;Add&#8221; and navigate to localy extracted ADM file.</li>
<li>Now you should see Office 2007 settings in GPO.</li>
</ul>
<p><strong>To change default save location for for Excell 2007 </strong></p>
<ul>
<li>Navigate to Microsoft Office Excell 2007Excell OptionsSave</li>
<li>On the right menu locate &#8220;Default file location&#8221; change setting to <strong>enabled</strong> and insert your save path.</li>
</ul>
<p><strong>To change default save location for for Power Point 2007</strong></p>
<ul>
<li>Navigate to Microsoft Power Point 2007Power PointOptionsSave</li>
<li>On the right menu locate &#8220;Default file location&#8221; change setting to <strong>enabled</strong> and insert your save path.</li>
</ul>
<p><strong>To change default save location for for Project 2007</strong></p>
<ul>
<li>Navigate to Microsoft Power Project 2007Tools | OptionsSaveFile Locations</li>
<li>On the right menu locate &#8220;Projects and User Templates &#8221; change setting to <strong>enabled</strong> and insert your save path.</li>
</ul>
<p><strong>To change default save location for for Word 2007</strong></p>
<ul>
<li>Navigate to Microsoft Word 2007Word OptionsAdvancedFile Locations</li>
<li>On the right menu locate &#8220;Default file location &#8221; change setting to <strong>enabled</strong> and insert your save path.</li>
</ul>
<p>Outlook 2007 is little bit tricky you can&#8217;t set options via Outlook GPO , you can do that via registry or by changing default system &#8220;save in&#8221; location.</p>
<p><strong>To change Outlook 2003/2007  save path via registry </strong></p>
<ul>
<li>Follow Microsoft Article <a href="http://support.microsoft.com/kb/823131" target="_blank">KB:823131 </a></li>
</ul>
<p><strong>To change default system &#8220;save in&#8221; location.</strong></p>
<ul>
<li>In group policy go to User Configuration Administrative TemplatesWindows ComponentsWindows Explorer<br />
Common Open File Dialog</li>
<li>Click on &#8220;Items displayed in Places Bar&#8221;</li>
<li>Add your Save Location. for example servernamesharename ( It can be mounted I: folder)<br />
<strong><br />
</strong></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.kreslavsky.com/2009/01/change-default-save-as-location-for-office-2007-via-gpo.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Terminal Server 2008 Sounds and Beeps on errors</title>
		<link>http://www.kreslavsky.com/2008/12/terminal-server-2008-sounds-and-beeps-on-errors.html</link>
		<comments>http://www.kreslavsky.com/2008/12/terminal-server-2008-sounds-and-beeps-on-errors.html#comments</comments>
		<pubDate>Thu, 25 Dec 2008 16:04:27 +0000</pubDate>
		<dc:creator>Gil Kreslavsky</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Beeps]]></category>
		<category><![CDATA[Error Messages]]></category>
		<category><![CDATA[Gpo]]></category>
		<category><![CDATA[Rdp]]></category>
		<category><![CDATA[Redirection]]></category>
		<category><![CDATA[Registry Editor]]></category>
		<category><![CDATA[Sounds]]></category>
		<category><![CDATA[Sp 2]]></category>
		<category><![CDATA[Terminal Server]]></category>
		<category><![CDATA[Terminal Server 2008]]></category>
		<category><![CDATA[Terminal Service]]></category>
		<category><![CDATA[Type Regedit]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Terminal Services]]></category>

		<guid isPermaLink="false">http://www.kreslavsky.com/?p=483</guid>
		<description><![CDATA[Tweet Disable sound in RDP not working in Windows Terminal Services OK, the same bug was in Windows 2003sp1 terminal server, MS fixed it in SP 2. The problem is that even after you disable sound redirection via GPO you still got beeps on error messages. I found a way to fix it. Click Start, click Run, type regedit, and then click OK. Locate and edit  the following registry subkey:HKEY_LOCAL_MACHINESystemCurrentControlSetControlTerminal Server On the Edit menu, point to New, and then click DWORD Value. Type DisableBeep, and then press ENTER. Right-click DisableBeep, and then click Modify. In the Value data box, type 1, and then click OK Quit Registry Editor. Click Start, click Run, type services.msc and hit enter button. Locate Terminal Services service and press restart (That will drop all users connected to TS server) Reconnect to terminal server Note You can disable the MessageBeep function by changing the value to 1 to enable back change to 0.]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.kreslavsky.com%2F2008%2F12%2Fterminal-server-2008-sounds-and-beeps-on-errors.html&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.kreslavsky.com/2008/12/terminal-server-2008-sounds-and-beeps-on-errors.html"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.kreslavsky.com/2008/12/terminal-server-2008-sounds-and-beeps-on-errors.html"  data-text="Terminal Server 2008 Sounds and Beeps on errors" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://www.kreslavsky.com/2008/12/terminal-server-2008-sounds-and-beeps-on-errors.html" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.kreslavsky.com/2008/12/terminal-server-2008-sounds-and-beeps-on-errors.html"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><p><span style="font-size: small;"><strong>Disable sound in RDP not working in <span class="WNFTVLnk">Windows  Terminal Services</span></strong></span></p>
<p>OK, the same bug was in Windows 2003sp1 terminal server, MS fixed it in SP 2.<br />
The problem is that even after you disable sound redirection via GPO you still got beeps on error messages.</p>
<p>I found a way to fix it.</p>
<ul>
<li> Click Start, click Run, type regedit, and then click OK.</li>
<li> Locate and edit  the following registry subkey:<strong>HKEY_LOCAL_MACHINESystemCurrentControlSetControlTerminal Server</strong></li>
<li> On the Edit menu, point to New, and then click DWORD Value.</li>
<li> Type<strong> DisableBeep</strong>, and then press ENTER.</li>
<li>Right-click DisableBeep, and then  click Modify.</li>
<li>In the Value data box, type 1, and then click OK</li>
<li>Quit Registry Editor.</li>
<li>Click Start, click Run, type services.msc and hit enter button.</li>
<li>Locate <strong>Terminal Services</strong> service and press restart (That will drop all users connected to TS server)</li>
<li>Reconnect to terminal server</li>
</ul>
<p>Note You can disable the MessageBeep function by changing the value to  <strong>1</strong> to enable back change to <strong>0</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kreslavsky.com/2008/12/terminal-server-2008-sounds-and-beeps-on-errors.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable File And Folder Sharing, via GPO</title>
		<link>http://www.kreslavsky.com/2007/01/disable-file-and-folder-sharing-via-gpo.html</link>
		<comments>http://www.kreslavsky.com/2007/01/disable-file-and-folder-sharing-via-gpo.html#comments</comments>
		<pubDate>Sun, 21 Jan 2007 09:27:00 +0000</pubDate>
		<dc:creator>Gil Kreslavsky</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server 2003]]></category>
		<category><![CDATA[Click Properties]]></category>
		<category><![CDATA[Computer Configuration]]></category>
		<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Configuration Windows]]></category>
		<category><![CDATA[Database Security]]></category>
		<category><![CDATA[Default Domain]]></category>
		<category><![CDATA[Directory Users]]></category>
		<category><![CDATA[Domain Policy]]></category>
		<category><![CDATA[Domain Properties]]></category>
		<category><![CDATA[Exit]]></category>
		<category><![CDATA[File Sharing]]></category>
		<category><![CDATA[Gpo]]></category>
		<category><![CDATA[Group Policy Editor]]></category>
		<category><![CDATA[Group Policy Object]]></category>
		<category><![CDATA[Left Pane]]></category>
		<category><![CDATA[Security Settings]]></category>
		<category><![CDATA[Security Tab]]></category>
		<category><![CDATA[Tabs]]></category>
		<category><![CDATA[Windows 2000]]></category>
		<category><![CDATA[Workstations]]></category>

		<guid isPermaLink="false">http://www.kreslavsky.com/2007/01/disable-file-and-folder-sharing-via-gpo/</guid>
		<description><![CDATA[Tweet To disable the Security tab from Windows 2000/XP Professional-based workstations that are members of a Windows 2000/2003 domain: Start Active Directory Users and Computers. Right-click the domain, and then click Properties . Click the Group Policy tab on the domain properties dialog box to view the default domain policy. Click New . New Group Policy Object should appear in the list of objects. Rename this Policy to Remove Security Tab . Make sure this policy is positioned directly under the default domain policy. Click Remove Security Tab , and then click Edit to start the Group Policy Editor. Expand Computer Configuration, Windows Settings, Security Settings, and then click Registry . Right-click in the left pane, and then click Add Key . Paste the following key in the text box, and then click OK : CLASSES_ROOTCLSID{1F2E5C40-9550-11CE-99D2-00AA006E086C} Note that there may be a delay before you can proceed to the next step, and this is normal. The Database Security Editor appears. You need to add the user or group that you want the Security tab to be removed from. Change the permission on this key for the users and/or groups that you added in the previous step to “Deny Read.” This prevents the user from being able to instantiate the needed components to display the Security and Sharing tabs. Click OK twice to complete the settings and exit the Group Policy Editor. Click New . New Group Policy Object should appear in the list of objects. Rename this Policy to Remove Sharing Tab . Make sure this policy is positioned directly under the default domain policy. Click Remove Security Tab , and then click Edit to start the Group Policy Editor. Expand Computer Configuration, Windows Settings, Security Settings, and then click Registry . Right-click in the left pane, and then click Add Key . Paste the following key in the text box, and then click OK : CLASSES_ROOTCLSID{40dd6e20-7c17-11ce-a804-00aa003ca9f6} Note that there may be a delay before you can proceed to the next step, and this is normal. The Database Security Editor appears. You need to add the user or group that you want the Security tab to be removed from. Change the permission on this key for the users and/or groups that you added in the previous step to “Deny Read.” This prevents the user from being able to instantiate the needed components to display the Security and Sharing tabs. Click OK twice to complete the settings and exit the Group Policy Editor.]]></description>
			<content:encoded><![CDATA[<div class="bottomcontainerBox" style="border:1px solid #808080;background-color:#F0F4F9;">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.kreslavsky.com%2F2007%2F01%2Fdisable-file-and-folder-sharing-via-gpo.html&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>
			<div style="float:left; width:80px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<g:plusone size="medium" href="http://www.kreslavsky.com/2007/01/disable-file-and-folder-sharing-via-gpo.html"></g:plusone>
			</div>
			<div style="float:left; width:95px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.kreslavsky.com/2007/01/disable-file-and-folder-sharing-via-gpo.html"  data-text="Disable File And Folder Sharing, via GPO" data-count="horizontal">Tweet</a>
			</div><div style="float:left; width:105px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script type="in/share" data-url="http://www.kreslavsky.com/2007/01/disable-file-and-folder-sharing-via-gpo.html" data-counter="right"></script></div>			
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://www.kreslavsky.com/2007/01/disable-file-and-folder-sharing-via-gpo.html"></script></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div><blockquote><p><span style="font-size: 85%; font-family: Arial;">To disable the <strong>Security</strong> tab from Windows 2000/XP Professional-based workstations that are members of a Windows 2000/2003 domain: </span></p>
<ol class="dec">
<li><span style="font-size: 85%; font-family: Arial;">Start Active Directory Users and Computers.<br />
</span></li>
<li><span style="font-size: 85%; font-family: Arial;">Right-click the domain, and then click <strong>Properties</strong> .<br />
</span></li>
<li><span style="font-size: 85%; font-family: Arial;">Click the <strong>Group Policy</strong> tab on the domain properties dialog box to view the default domain policy.<br />
</span></li>
<li><span style="font-size: 85%; font-family: Arial;">Click <strong>New</strong> . <strong>New Group Policy Object</strong> should appear in the list of objects. Rename this Policy to <strong>Remove Security Tab</strong> . Make sure this policy is positioned directly under the default domain policy.<br />
</span></li>
<li><span style="font-size: 85%; font-family: Arial;">Click <strong>Remove Security Tab</strong> , and then click <strong>Edit</strong> to start the Group Policy Editor.<br />
</span></li>
<li><span style="font-size: 85%; font-family: Arial;">Expand Computer Configuration, Windows Settings, Security Settings, and then click <strong>Registry</strong> .<br />
</span></li>
<li><span style="font-size: 85%; font-family: Arial;">Right-click in the left pane, and then click <strong>Add Key</strong> .<br />
</span></li>
<li><span style="font-size: 85%; font-family: Arial;">Paste the following key in the text box, and then click <strong>OK</strong> :<br />
<strong>CLASSES_ROOTCLSID{1F2E5C40-9550-11CE-99D2-00AA006E086C} </strong> </span><span style="font-size: 85%; font-family: Arial;">Note that there may be a delay before you can proceed to the next step, and this is normal.<br />
</span></li>
<li><span style="font-size: 85%; font-family: Arial;">The Database Security Editor appears. You need to add the user or group that you want the <strong>Security</strong> tab to be removed from.<br />
</span></li>
<li><span style="font-size: 85%; font-family: Arial;">Change the permission on this key for the users and/or groups that you added in the previous step to “Deny Read.” This prevents the user from being able to instantiate the needed components to display the <strong>Security</strong> and <strong>Sharing</strong> tabs. Click <strong>OK</strong> twice to complete the settings and exit the Group Policy Editor.<br />
</span></li>
<li><span style="font-size: 85%; font-family: Arial;">Click <strong>New</strong> . <strong>New Group Policy Object</strong> should appear in the list of objects. Rename this Policy to <strong>Remove Sharing Tab</strong> . Make sure this policy is positioned directly under the default domain policy.<br />
</span></li>
<li><span style="font-size: 85%; font-family: Arial;">Click <strong>Remove Security Tab</strong> , and then click <strong>Edit</strong> to start the Group Policy Editor.<br />
</span></li>
<li><span style="font-size: 85%; font-family: Arial;">Expand Computer Configuration, Windows Settings, Security Settings, and then click <strong>Registry</strong> .<br />
</span></li>
<li><span style="font-size: 85%; font-family: Arial;">Right-click in the left pane, and then click <strong>Add Key</strong> .<br />
</span></li>
<li><span style="font-size: 85%; font-family: Arial;">Paste the following key in the text box, and then click <strong>OK</strong> :<br />
</span> <span style="font-size:85%;"><strong><span style="font-family: Arial;">CLASSES_ROOTCLSID{40dd6e20-7c17-11ce-a804-00aa003ca9f6} </span> </strong> </span><span style="font-size: 85%; font-family: Arial;">Note that there may be a delay before you can proceed to the next step, and this is normal.<br />
</span></li>
<li><span style="font-size: 85%; font-family: Arial;">The Database Security Editor appears. You need to add the user or group that you want the <strong>Security</strong> tab to be removed from.<br />
</span></li>
<li><span style="font-size: 85%; font-family: Arial;">Change the permission on this key for the users and/or groups that you added in the previous step to “Deny Read.” This prevents the user from being able to instantiate the needed components to display the <strong>Security</strong> and <strong>Sharing</strong> tabs. Click <strong>OK</strong> twice to complete the settings and exit the Group Policy Editor.</span></li>
</ol>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.kreslavsky.com/2007/01/disable-file-and-folder-sharing-via-gpo.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

