<?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>thebackroomtech &#187; Group Policy</title>
	<atom:link href="http://thebackroomtech.com/tag/group-policy/feed/" rel="self" type="application/rss+xml" />
	<link>http://thebackroomtech.com</link>
	<description>serving up the info back room techs everywhere find interesting</description>
	<lastBuildDate>Sat, 20 Nov 2010 03:13:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Howto: Do not display the name of the user who has locked a Windows computer or server</title>
		<link>http://thebackroomtech.com/2009/04/24/howto-do-not-display-the-name-of-the-user-who-has-locked-a-windows-computer-or-server/</link>
		<comments>http://thebackroomtech.com/2009/04/24/howto-do-not-display-the-name-of-the-user-who-has-locked-a-windows-computer-or-server/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 07:58:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[GPO]]></category>
		<category><![CDATA[lock]]></category>
		<category><![CDATA[locked]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[workstation]]></category>

		<guid isPermaLink="false">http://thebackroomtech.com/?p=1681</guid>
		<description><![CDATA[Normally when a Windows workstation or server is locked, you&#8217;ll see something similar to the following Windows Security message:   This computer is in use and has been locked.   Only DOMAIN\USER (user name) or an administrator can unlock this computer.   To not show the name of the user who has locked a computer, the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><!--StartFragment-->Normally when a Windows workstation or server is locked, you&#8217;ll see something similar to the following Windows Security message:  </p>
<div><em>This computer is in use and has been locked.</em></div>
<div> </div>
<div><em>Only DOMAIN\USER (user name) or an administrator can unlock this computer.</em></div>
<div> </div>
<div>To not show the name of the user who has locked a computer, the following can be defined in a workstation level GPO</div>
<div> </div>
<div><em>Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options\Interactive logon: Display user information when the session is locked</em>.</div>
<div> </div>
<div>There are three choices if you enable this policy:</div>
<div> </div>
<ul>
<li>User display name, domain and user names (default setting)</li>
<li>User display name only</li>
<li>Do not display user information</li>
</ul>
<div> </div>
<div>Besides being able to apply this to Active Directory GPOs, this setting appears in the local security policy on my Windows XP SP3 VM.  The setting is not available on my XP SP2 laptop, but I see from <a href="http://support.microsoft.com/kb/837022" target="_blank">KB837022</a>  there is a hotfix that corrects this problem in XP SP2.</div>
<p></p>
<div>Alternatively, the following DWORD can be created in the registry of XP SP2, Windows Vista, and Windows Server 2008 machine to accomplish the same thing:</div>
<div> </div>
<div><em>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system\DontDisplayLockedUserId</em></div>
<div> </div>
<div>User display name, domain and user names = 1</div>
<div>User display name only = 2</div>
<div>Do not display user information =3</div>
<div> </div>
<div>You need to restart the machine for the change to take effect.</div>
<div> </div>
<div>You may also be interested in the related <em>Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options\Interactive logon: Do not display last user name</em> setting. This security setting determines whether the name of the last user to log on to the computer is displayed in the Windows logon screen.</div>
<p>If this policy is enabled, the name of the last user to successfully log on is not displayed in the <em>Log On to Windows</em> dialog box.  If this policy is disabled, the name of the last user to log on is displayed.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2009/09/01/find-windows-system-uptime-from-the-command-line/" title="Find Windows system uptime from the command line">Find Windows system uptime from the command line</a></li><li><a href="http://thebackroomtech.com/2009/08/20/fix-the-ip-address-you-have-entered-for-this-network-adapter-is-already-assigned-to-another-adapter-that-is-hidden-from-the-network-connections-folder-because-it-is-not-physically-in-the-computer/" title="Fix: The IP address you have entered for this network adapter is already assigned to another adapter that is hidden from the Network Connections folder because it is not physically in the computer">Fix: The IP address you have entered for this network adapter is already assigned to another adapter that is hidden from the Network Connections folder because it is not physically in the computer</a></li><li><a href="http://thebackroomtech.com/2008/08/19/microsoft-has-finally-fixed-their-methodology-for-disabling-autorun-on-windows-operating-systems/" title="Microsoft has finally fixed their methodology for disabling Autorun on Windows operating systems">Microsoft has finally fixed their methodology for disabling Autorun on Windows operating systems</a></li><li><a href="http://thebackroomtech.com/2007/11/02/howto-disable-windows-simple-file-sharing-via-the-registry-and-local-security-policy/" title="Howto: Disable Windows Simple File Sharing via the Registry and Local Security Policy">Howto: Disable Windows Simple File Sharing via the Registry and Local Security Policy</a></li><li><a href="http://thebackroomtech.com/2009/10/16/microsoft-releases-load-simulation-tools-for-desktops/" title="Microsoft releases load simulation tools for desktops">Microsoft releases load simulation tools for desktops</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2009/04/24/howto-do-not-display-the-name-of-the-user-who-has-locked-a-windows-computer-or-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix: The error returned when trying to retrieve these settings from the local security policy database (%windir%\security\database\secedit.sdb) was: The parameter is incorrect</title>
		<link>http://thebackroomtech.com/2009/01/12/fix-the-error-returned-when-trying-to-retrieve-these-settings-from-the-local-security-policy-database-windirsecuritydatabaseseceditsdb-was-the-parameter-is-incorrect/</link>
		<comments>http://thebackroomtech.com/2009/01/12/fix-the-error-returned-when-trying-to-retrieve-these-settings-from-the-local-security-policy-database-windirsecuritydatabaseseceditsdb-was-the-parameter-is-incorrect/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 05:17:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[secedit.sdb]]></category>
		<category><![CDATA[Windows 2003]]></category>

		<guid isPermaLink="false">http://thebackroomtech.com/?p=1307</guid>
		<description><![CDATA[Howto fix error when opening Windows Server 2003 Local Security Policy: The Group Policy security settings that apply to this machine could not be determined. The error returned when trying to retrieve these settings from the local security policy database (%windir%\security\database\secedit.sdb) was: The parameter is incorrect. All local security settings will be displayed, but no [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Howto fix error when opening Windows Server 2003 Local Security Policy:</p>
<p><em>The Group Policy security settings that apply to this machine could not be determined.  The error returned when trying to retrieve these settings from the local security policy database (%windir%\security\database\secedit.sdb) was: The parameter is incorrect.</p>
<p>All local security settings will be displayed, but no indication will be given as to whether or not a given security setting is defined by Group Policy.</p>
<p>Any local security setting modified through this User Interface may subsequently be overriden by domain-level policies.</p>
<p>Windows cannot read template information.</em></p>
<p>Many documents suggest that renaming the <em>%windir%\security\database\secedit.sdb</em> file and rebooting the server will resolve this issue by recreating the security database.  Unfortunately, this procedure never resulted in the secedit.sdb database file being re-created, even after a server reboot.</p>
<p>I also tried importing a new secedit.sdb database, but that failed with the following error:</p>
<p><em>An extended error has occurred. Import failed.</em></p>
<p>After much Googling I came across MS <a href="http://support.microsoft.com/kb/932461">KB932461</a> <em>You cannot determine Group Policy security settings on a Windows Server 2003, Enterprise Edition-based computer.</em>  Even though the OS of the offending servers is Windows Server 2003 R2 Standard (not Enterprise) the fix described in the KB document fixed this issue.</p>
<p>The cause of the problem is explained by the KB as</p>
<p>&#8220;This problem occurs if specific Group Policy security settings are changed from their default settings. These security settings specify the minimum required security setting of server-side and client-side network connections for programs that use the NTLM security support provider (SSP).&#8221;</p>
<p>The solution was to edit the registry key<br />
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0<br />
Set the values of <em>NtlmMinServerSec</em> and <em>NtlmMinClientSec</em> to <em>0</em>  (zero)</p>
<p>Wait about 15-30 minutes for the change to take effect and you should be able to view the Local Security Policy once again!</p>
<p>If you&#8217;re curious what these keys do, <a href="http://technet.microsoft.com/en-us/library/cc759681.aspx">NtlmMinServerSec</a> specifies the minimum required security setting of server-side network connections for applications using the NTLM security support provider (SSP).</p>
<p><a href="http://technet.microsoft.com/en-us/library/cc737504.aspx">NtlmMinClientSec</a> specifies the minimum required security setting of client-side network connections for applications using the NTLM security support provider (SSP).</p>
<p>In my case both of these settings had previous values of 0&#215;20080030 which <a href="http://technet.microsoft.com/en-us/library/dd277307.aspx">enforces message integrity, confidentiality, use of NTLMv2 and 128-bit encryption</a>.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2009/04/24/howto-do-not-display-the-name-of-the-user-who-has-locked-a-windows-computer-or-server/" title="Howto: Do not display the name of the user who has locked a Windows computer or server">Howto: Do not display the name of the user who has locked a Windows computer or server</a></li><li><a href="http://thebackroomtech.com/2008/11/18/fix-for-consoleoneexe-error-the-procedure-entry-point-wpsudatalength-could-not-be-located-in-the-dynamic-link-library-gwenv1dll/" title="Fix for ConsoleOne.exe error – The procedure entry point WpSUDataLength could not be located in the dynamic link library gwenv1.dll">Fix for ConsoleOne.exe error – The procedure entry point WpSUDataLength could not be located in the dynamic link library gwenv1.dll</a></li><li><a href="http://thebackroomtech.com/2008/11/03/fix-for-make-install-compiler-issues-with-intel-e1000-nic-driver-in-sles-10/" title="Fix for make install / compiler issues with Intel e1000 NIC driver in SLES 10">Fix for make install / compiler issues with Intel e1000 NIC driver in SLES 10</a></li><li><a href="http://thebackroomtech.com/2008/10/13/fix-the-novell-groupwise-address-book-is-the-only-address-book-shown-when-adding-users-to-personal-group-distribution-lists/" title="Fix: The Novell Groupwise Address Book is the only address book shown when adding users to personal group distribution lists">Fix: The Novell Groupwise Address Book is the only address book shown when adding users to personal group distribution lists</a></li><li><a href="http://thebackroomtech.com/2007/11/02/howto-disable-windows-simple-file-sharing-via-the-registry-and-local-security-policy/" title="Howto: Disable Windows Simple File Sharing via the Registry and Local Security Policy">Howto: Disable Windows Simple File Sharing via the Registry and Local Security Policy</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2009/01/12/fix-the-error-returned-when-trying-to-retrieve-these-settings-from-the-local-security-policy-database-windirsecuritydatabaseseceditsdb-was-the-parameter-is-incorrect/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows XP firewall service is enabled after installing XP SP3 – even if it was previously disabled</title>
		<link>http://thebackroomtech.com/2008/10/03/windows-xp-firewall-service-is-enabled-after-installing-xp-sp3-even-if-it-was-previously-disabled/</link>
		<comments>http://thebackroomtech.com/2008/10/03/windows-xp-firewall-service-is-enabled-after-installing-xp-sp3-even-if-it-was-previously-disabled/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 07:59:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[XP SP3]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=1004</guid>
		<description><![CDATA[If Windows XP SP2 firewall service is set to manual or disabled when Windows XP SP3 is applied, the Windows Firewall/Internet Connection Sharing (ICS) service and Security Cetner service will be changed to automatic startup.  This behavior is by design, for the purpose of increasing the security of Windows XP. This setting will remain in effect [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><!--StartFragment-->If Windows XP SP2 firewall <span style="text-decoration:underline;">service</span> is set to manual or disabled when Windows XP SP3 is applied, the Windows Firewall/Internet Connection Sharing (ICS) service and Security Cetner service will be changed to automatic startup.  This behavior is by design, for the purpose of increasing the security of Windows XP.</p>
<div>This setting will remain in effect for computers that had the service startup manually altered.  </div>
<div> </div>
<div><a href="http://blogs.technet.com/networking/archive/2008/09/19/windows-firewall-service-starts-automatically-after-installing-windows-xp-service-pack-3.aspx" target="_blank">According to</a> the Microsoft Enterprise Networking Team:</div>
<div>If the service is administratively disabled via domain Group Policy, it will again be disabled after subsequent application of Group Policy. The automatic service startup should only be seen on the first reboot after applying Service Pack 3. To cause GPO settings to be updated immediately on a client, run <em>gpupdate /force</em> from a command prompt.</div>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2009/04/24/howto-do-not-display-the-name-of-the-user-who-has-locked-a-windows-computer-or-server/" title="Howto: Do not display the name of the user who has locked a Windows computer or server">Howto: Do not display the name of the user who has locked a Windows computer or server</a></li><li><a href="http://thebackroomtech.com/2009/02/02/running-the-groupwise-7-monitor-agent-as-a-windows-service/" title="Running the Groupwise 7 Monitor Agent as a Windows Service">Running the Groupwise 7 Monitor Agent as a Windows Service</a></li><li><a href="http://thebackroomtech.com/2009/01/12/fix-the-error-returned-when-trying-to-retrieve-these-settings-from-the-local-security-policy-database-windirsecuritydatabaseseceditsdb-was-the-parameter-is-incorrect/" title="Fix: The error returned when trying to retrieve these settings from the local security policy database (%windir%\security\database\secedit.sdb) was: The parameter is incorrect">Fix: The error returned when trying to retrieve these settings from the local security policy database (%windir%\security\database\secedit.sdb) was: The parameter is incorrect</a></li><li><a href="http://thebackroomtech.com/2008/09/25/microsoft-advanced-group-policy-management-agpm-30-has-been-rtmd-and-why-you-should-care/" title="Microsoft Advanced Group Policy Management (AGPM) 3.0 has been RTMd – and why you should care">Microsoft Advanced Group Policy Management (AGPM) 3.0 has been RTMd – and why you should care</a></li><li><a href="http://thebackroomtech.com/2008/09/24/how-much-free-disk-space-do-i-need-to-install-windows-xp-sp3/" title="How much free disk space do I need to install Windows XP SP3?">How much free disk space do I need to install Windows XP SP3?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/10/03/windows-xp-firewall-service-is-enabled-after-installing-xp-sp3-even-if-it-was-previously-disabled/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft Advanced Group Policy Management (AGPM) 3.0 has been RTMd – and why you should care</title>
		<link>http://thebackroomtech.com/2008/09/25/microsoft-advanced-group-policy-management-agpm-30-has-been-rtmd-and-why-you-should-care/</link>
		<comments>http://thebackroomtech.com/2008/09/25/microsoft-advanced-group-policy-management-agpm-30-has-been-rtmd-and-why-you-should-care/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 12:50:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Advanced Group Policy Management]]></category>
		<category><![CDATA[AGPM]]></category>
		<category><![CDATA[MDOP]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=960</guid>
		<description><![CDATA[The Microsoft Group Policy Team Blog has announced that Microsoft Advanced Group Policy Management (AGPM) 3.0 has been RTM&#8217;d. Advanced Group Policy Management (AGPM) helps you better manage Group Policy objects (GPOs) in your environment by providing change control, offline editing, and role-based delegation. AGPM is a key component of the Microsoft Desktop Optimization Pack [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>The <a href="http://blogs.technet.com/grouppolicy/archive/2008/09/18/advanced-group-policy-management-3-0-rtm-s.aspx" target="_blank">Microsoft Group Policy Team Blog has announced</a> that Microsoft Advanced Group Policy Management (AGPM) 3.0 has been RTM&#8217;d.</p>
<p><a href="http://technet.microsoft.com/en-us/library/cc749396.aspx" target="_blank">Advanced Group Policy Management </a>(AGPM) helps you better manage Group Policy objects (GPOs) in your environment by providing change control, offline editing, and role-based delegation. AGPM is a key component of the <a href="http://blogs.technet.com/mdop/archive/2008/09/15/mdop-2008-r2-release-to-manufacturing.aspx" target="_blank">Microsoft Desktop Optimization Pack (MDOP). </a></p>
<p>It helps customers overcome challenges that affect Group Policy management in any organization, particularly those with complex information technology (IT) environments. A robust delegation model, role-based administration, and change-request approval provide granular administrative control. For example, you can delegate Reviewer, Editor, and Approver roles to other administrators — even administrators who do not have access to production GPOs. The Editor role can edit GPOs but not deploy them; the Approver role can deploy GPO changes. AGPM also helps reduce the risk of widespread failures.</p>
<p>You can use AGPM to edit GPOs offline, outside of the production environment, and then audit changes and easily find differences between GPO versions. In addition, AGPM supports effective change control by providing version tracking, history capture, and quick rollback of deployed GPO changes. It also supports a management workflow by allowing you to create GPO template libraries and send GPO change e-mail notifications.</p>
<p>AGPM has a server component and a client component, each of which you install separately. First, you install the Group Policy Management Console (GPMC) and the server component on a server system that has access to the policies you want to manage. Then, you install GPMC and the AGPM client on any computer from which administrators will review, edit, and deploy policies. You can run the client on Windows Vista or Windows Server 2003.</p>
<p>The AGPM client integrates completely with GPMC. Administrators review, edit, and deploy GPOs within each domain’s Change Control folder. The GPOs you see in the Group Policy objects list on the Controlled tab are stored in the AGPM server’s archive. Changes made to these GPOs don’t affect the production environment until administrators with the Approver role deploy the GPOs to production.</p>
<p>AGPM provides advanced change control features that help you manage and control GPOs. Many of the AGPM change control concepts are already familiar to administrators with experience using common version-control tools, such as the version control feature in Microsoft Windows SharePoint Services. The steps necessary to change and deploy a GPO are as follows:</p>
<ol class="ordered">
<li>Check out the GPO from the archive.</li>
<li>Edit the GPO as necessary.</li>
<li>Check in the GPO to the archive.</li>
<li>Deploy the GPO to production.</li>
</ol>
<p>Change control is more than checking files in and out of the archive, though. AGPM keeps a history of changes for each GPO. You can deploy any version of a GPO to production, so you can quickly roll back a GPO to an earlier version if you need to. AGPM can compare different versions of a GPO, and show settings that were added, changed, or deleted. This way, you can easily review changes before approving and deploying them to the production environment.</p>
<p>Group Policy already provides a rich delegation model. It allows you to delegate administration to regional and task-oriented administrators. It also, however, lets administrators approve their own changes. In contrast, AGPM provides a role-based delegation model that adds a review and approval step to the workflow.</p>
<p>To support this delegation model, AGPM defines three special roles:</p>
<ul>
<li>Reviewer. Administrators assigned to the Reviewer role can view and compare GPOs. They cannot edit or deploy them.</li>
<li>Editor. Administrators assigned to the Editor role can view and compare GPOs. They can check out GPOs from the archive, edit them, and check them in to the archive. They can also request deployment of a GPO.</li>
<li>Approver. Administrators assigned to the Approver role can approve the creation and deployment of GPOs. (When administrators assigned to the Approver role create or deploy a GPO, approval is automatic.)</li>
</ul>
<p>You can assign administrators and groups to these roles for all controlled GPOs within the domain. For example, you can assign administrators globally to the Reviewer role, which allows them to review any controlled GPO in the domain. You can also assign administrators to these roles for individual controlled GPOs. Rather than allow administrators to edit any controlled GPO in the domain, for example, you can give them specific permission to edit individual controlled GPOs by assigning to them the Editor role for those GPOs only.</p>
<p>See the Advanced Group Policy Management Training Guide at <a href="http://technet.microsoft.com/en-us/bb608283.aspx">http://technet.microsoft.com/en-us/bb608283.aspx</a> for additional details on what&#8217;s forthcoming.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2009/04/24/howto-do-not-display-the-name-of-the-user-who-has-locked-a-windows-computer-or-server/" title="Howto: Do not display the name of the user who has locked a Windows computer or server">Howto: Do not display the name of the user who has locked a Windows computer or server</a></li><li><a href="http://thebackroomtech.com/2009/01/12/fix-the-error-returned-when-trying-to-retrieve-these-settings-from-the-local-security-policy-database-windirsecuritydatabaseseceditsdb-was-the-parameter-is-incorrect/" title="Fix: The error returned when trying to retrieve these settings from the local security policy database (%windir%\security\database\secedit.sdb) was: The parameter is incorrect">Fix: The error returned when trying to retrieve these settings from the local security policy database (%windir%\security\database\secedit.sdb) was: The parameter is incorrect</a></li><li><a href="http://thebackroomtech.com/2008/10/03/windows-xp-firewall-service-is-enabled-after-installing-xp-sp3-even-if-it-was-previously-disabled/" title="Windows XP firewall service is enabled after installing XP SP3 – even if it was previously disabled">Windows XP firewall service is enabled after installing XP SP3 – even if it was previously disabled</a></li><li><a href="http://thebackroomtech.com/2008/08/19/microsoft-has-finally-fixed-their-methodology-for-disabling-autorun-on-windows-operating-systems/" title="Microsoft has finally fixed their methodology for disabling Autorun on Windows operating systems">Microsoft has finally fixed their methodology for disabling Autorun on Windows operating systems</a></li><li><a href="http://thebackroomtech.com/2008/06/03/blocking-apple-software-updates-through-group-policy-due-to-safari-for-windows-security-concerns/" title="Blocking Apple software updates through Group Policy due to Safari for Windows security concerns">Blocking Apple software updates through Group Policy due to Safari for Windows security concerns</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/09/25/microsoft-advanced-group-policy-management-agpm-30-has-been-rtmd-and-why-you-should-care/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft has finally fixed their methodology for disabling Autorun on Windows operating systems</title>
		<link>http://thebackroomtech.com/2008/08/19/microsoft-has-finally-fixed-their-methodology-for-disabling-autorun-on-windows-operating-systems/</link>
		<comments>http://thebackroomtech.com/2008/08/19/microsoft-has-finally-fixed-their-methodology-for-disabling-autorun-on-windows-operating-systems/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 08:11:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Autoplay]]></category>
		<category><![CDATA[Autorun]]></category>
		<category><![CDATA[Autorun.inf]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[registry]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=654</guid>
		<description><![CDATA[Technet article 91525 describes a registry key that can be set to disable the Autorun feature in Windows operating systems.  The registry key is NoDriveTypeAutoRun, which can be found at HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer This key disables the Autoplay feature on all drives of the type specified.  Autoplay begins reading from a drive as soon as media is inserted [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.microsoft.com/technet/prodtechnol/windows2000serv/reskit/regentry/91525.mspx?mfr=true" target="_blank">Technet article 91525</a> describes a registry key that can be set to disable the Autorun feature in Windows operating systems. </p>
<p>The registry key is NoDriveTypeAutoRun, which can be found at HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer</p>
<p>This key disables the Autoplay feature on all drives of the type specified.  Autoplay begins reading from a drive as soon as media is inserted in the drive. As a result, the setup file of programs and the sound on audio media starts immediately.</p>
<p>Unfortunately, this key did not produce the desired result of disabling the Double Click and Contextual Menu features.  Microsoft just released <a href="http://support.microsoft.com/kb/953252" target="_blank">KB 953252</a>, which describes how to obtain updates that correct these broken registry key settings in the following Windows Operating Systems:</p>
<p>Windows 2000<br />
Windows XP Service Pack 2<br />
Windows Server 2003 Service Pack 1 and 2<br />
Windows Vista</p>
<p>Note: Windows Server 2008 is not affected.</p>
<p>The main purpose of Autorun is to provide a software response to hardware actions that you start on a computer. Autorun has the following features:</p>
<p>• Double Click<br />
• Contextual Menu<br />
• AutoPlay</p>
<p>These features are typically called from removable media or from network shares. During AutoPlay, the Autorun.inf file from the media is parsed. This file specifies which commands the system runs. Many companies use this functionality to start their installers.</p>
<p>Please see <a href="http://support.microsoft.com/kb/953252" target="_blank">KB 952252</a> for security updates to each applicable operating system to disable autorun capabilities.  This KB also describes Group Policy settings to disable all Autorun features, plus instructions on selectively disabling specific Autorun features.</p>
<p>If you&#8217;re still not sure why you&#8217;d want to disable Autorun, check out <a href="http://windowssecrets.com/2007/11/08/02-One-quick-trick-prevents-AutoRun-attacks" target="_blank">Scott&#8217;s article</a> on Autorun attacks.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2009/04/24/howto-do-not-display-the-name-of-the-user-who-has-locked-a-windows-computer-or-server/" title="Howto: Do not display the name of the user who has locked a Windows computer or server">Howto: Do not display the name of the user who has locked a Windows computer or server</a></li><li><a href="http://thebackroomtech.com/2007/11/02/howto-disable-windows-simple-file-sharing-via-the-registry-and-local-security-policy/" title="Howto: Disable Windows Simple File Sharing via the Registry and Local Security Policy">Howto: Disable Windows Simple File Sharing via the Registry and Local Security Policy</a></li><li><a href="http://thebackroomtech.com/2008/06/03/blocking-apple-software-updates-through-group-policy-due-to-safari-for-windows-security-concerns/" title="Blocking Apple software updates through Group Policy due to Safari for Windows security concerns">Blocking Apple software updates through Group Policy due to Safari for Windows security concerns</a></li><li><a href="http://thebackroomtech.com/2008/01/08/64-bit-windows-isnt-displaying-files-saved-in-the-office-2007-format-when-searching-for-documents/" title="64-bit Windows isn&#8217;t displaying files saved in the Office 2007 format when searching for Documents">64-bit Windows isn&#8217;t displaying files saved in the Office 2007 format when searching for Documents</a></li><li><a href="http://thebackroomtech.com/2007/11/06/howto-enable-windows-vista-uac-quiet-mode/" title="Howto: Enable Windows Vista UAC quiet mode">Howto: Enable Windows Vista UAC quiet mode</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/08/19/microsoft-has-finally-fixed-their-methodology-for-disabling-autorun-on-windows-operating-systems/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Blocking Apple software updates through Group Policy due to Safari for Windows security concerns</title>
		<link>http://thebackroomtech.com/2008/06/03/blocking-apple-software-updates-through-group-policy-due-to-safari-for-windows-security-concerns/</link>
		<comments>http://thebackroomtech.com/2008/06/03/blocking-apple-software-updates-through-group-policy-due-to-safari-for-windows-security-concerns/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 13:04:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=352</guid>
		<description><![CDATA[I&#8217;m a big fan of keeping my software applications up to date on client machines, but I hate the fact that Apple is trying to push new Safari installations whenever users update iTunes on my Windows machines.  I found Dan&#8217;s blog post specifics on how to edit the appropriate registry keys to forbid automatic installations of Apple software, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I&#8217;m a big fan of keeping my software applications up to date on client machines, but I hate the fact that Apple is trying to push new Safari installations whenever users update iTunes on my Windows machines.  I found <a href="http://dcunningham.net/2008/03/25/disabling-apple-software-update-items/" target="_blank">Dan&#8217;s blog post</a> specifics on how to edit the appropriate registry keys to forbid automatic installations of Apple software, but the post&#8217;s comments showed some differing results users experienced when implementing the registry changes.</p>
<p>Further down in the comments I came across Eric S&#8217;s suggestion for creating a software restriction policy that disallows Apple Software Update from running. </p>
<p>&#8220;To disallow Apple Software Update in Group Policy:<br />
- Computer Configuration &gt; Windows Settings &gt; Security Settings &gt; Software Restriction Policies &gt; Additional Rules<br />
- Right-click or Action &gt; New Path Rule&#8230;<br />
- Path: C:\Program Files\Apple Software Update<br />
- Security Level: Disallowed</p>
<p>This would prevent Apple Software Update from running, regardless of whether the user installed it, or what version was installed.&#8221;</p>
<p>In theory a network administrator could then push approved Apple updates to the client computers via Microsoft System Center Configuration Manager, Novell Zenworks, or other application deployment solution.</p>
<p>Also note that as of My 30 2008 <a href="http://www.microsoft.com/technet/security/advisory/953818.mspx" target="_blank">Microsoft Security Advisory 953818</a> is warning of a &#8220;blended threat that allows remote code execution on all supported versions of Windows XP and Windows Vista when Apple&#8217;s Safari for Windows has been installed.  An attacker could trick users into visiting a specially crafted Web site that could download content to a user&#8217;s machine and execute the content locally using the same permissions as the logged-on user. &#8221;</p>
<p>This means that if the user is running with Administrator level privledges, the machine is easily owned by the bad guys.  According to Nitesh, who originally <a href="http://www.dhanjani.com/archives/2008/05/safari_carpet_bomb.html" target="_blank">discovered the issue</a>, the problem stems from the fact that the &#8220;Safari browser cannot be configured to obtain the user&#8217;s permission before it downloads a resource.  Safari downloads the resource without the user&#8217;s consent and places it in a default location (unless changed)&#8221;</p>
<p>Microsoft&#8217;s suggested action is to:</p>
<ol>
<li>Change the download location of content in Safari to a location other than ‘Desktop&#8217;</li>
<li>Launch Safari. Under the Edit menu select <em>Preferences</em>.</li>
<li>At the option where it states <em>Save Downloaded Files to:</em> select a different location on the local drive</li>
</ol>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2009/04/24/howto-do-not-display-the-name-of-the-user-who-has-locked-a-windows-computer-or-server/" title="Howto: Do not display the name of the user who has locked a Windows computer or server">Howto: Do not display the name of the user who has locked a Windows computer or server</a></li><li><a href="http://thebackroomtech.com/2008/08/19/microsoft-has-finally-fixed-their-methodology-for-disabling-autorun-on-windows-operating-systems/" title="Microsoft has finally fixed their methodology for disabling Autorun on Windows operating systems">Microsoft has finally fixed their methodology for disabling Autorun on Windows operating systems</a></li><li><a href="http://thebackroomtech.com/2007/11/02/howto-disable-windows-simple-file-sharing-via-the-registry-and-local-security-policy/" title="Howto: Disable Windows Simple File Sharing via the Registry and Local Security Policy">Howto: Disable Windows Simple File Sharing via the Registry and Local Security Policy</a></li><li><a href="http://thebackroomtech.com/2009/04/15/global-fix-windows-media-player-audio-works-video-does-not/" title="Global Fix: Windows Media Player audio works, video does not">Global Fix: Windows Media Player audio works, video does not</a></li><li><a href="http://thebackroomtech.com/2009/03/12/fix-the-world-wide-web-publishing-service-www-service-did-not-register-the-url-prefix-httpxxxx80-for-site-1-the-site-has-been-disabled-the-data-field-contains-the-error-number/" title="Fix: The World Wide Web Publishing Service (WWW Service) did not register the URL prefix http://x.x.x.x:80/ for site 1. The site has been disabled. The data field contains the error number">Fix: The World Wide Web Publishing Service (WWW Service) did not register the URL prefix http://x.x.x.x:80/ for site 1. The site has been disabled. The data field contains the error number</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/06/03/blocking-apple-software-updates-through-group-policy-due-to-safari-for-windows-security-concerns/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Microsoft&#8217;s Group Policy Documentation Survival Guide</title>
		<link>http://thebackroomtech.com/2008/05/16/microsofts-group-policy-documentation-survival-guide/</link>
		<comments>http://thebackroomtech.com/2008/05/16/microsofts-group-policy-documentation-survival-guide/#comments</comments>
		<pubDate>Fri, 16 May 2008 05:49:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Group Policy]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=341</guid>
		<description><![CDATA[The Technet Group Policy Documentation Survival Guide contains all the information you will need to evaluate, plan, deploy, maintain, or support Group Policy. The guide is available in HTML and PDF formats.  Note that this guide contains links to where to find the pertinent information &#8211; not the information itself.  Microsoft does a pretty good spreading [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>The Technet <a href="http://go.microsoft.com/fwlink/?LinkID=115574" target="_blank">Group Policy Documentation Survival Guide</a> contains all the information you will need to evaluate, plan, deploy, maintain, or support Group Policy.</p>
<p>The guide is available in <a href="http://technet2.microsoft.com/windowsserver2008/en/library/5dcf6634-a73d-45f2-a2eb-c1ee3d4a48161033.mspx" target="_blank">HTML</a> and <a href="http://download.microsoft.com/download/2/1/2/212db64c-3e9c-44d3-b822-b2508e0eccf3/Group%20Policy%20Survival%20Guide.pdf" target="_blank">PDF</a> formats.  Note that this guide contains links to where to find the pertinent information &#8211; not the information itself.  Microsoft does a pretty good spreading the information around on different web sites, so this guide provides a central starting point to finding the various resources.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2009/04/24/howto-do-not-display-the-name-of-the-user-who-has-locked-a-windows-computer-or-server/" title="Howto: Do not display the name of the user who has locked a Windows computer or server">Howto: Do not display the name of the user who has locked a Windows computer or server</a></li><li><a href="http://thebackroomtech.com/2009/01/12/fix-the-error-returned-when-trying-to-retrieve-these-settings-from-the-local-security-policy-database-windirsecuritydatabaseseceditsdb-was-the-parameter-is-incorrect/" title="Fix: The error returned when trying to retrieve these settings from the local security policy database (%windir%\security\database\secedit.sdb) was: The parameter is incorrect">Fix: The error returned when trying to retrieve these settings from the local security policy database (%windir%\security\database\secedit.sdb) was: The parameter is incorrect</a></li><li><a href="http://thebackroomtech.com/2008/10/03/windows-xp-firewall-service-is-enabled-after-installing-xp-sp3-even-if-it-was-previously-disabled/" title="Windows XP firewall service is enabled after installing XP SP3 – even if it was previously disabled">Windows XP firewall service is enabled after installing XP SP3 – even if it was previously disabled</a></li><li><a href="http://thebackroomtech.com/2008/09/25/microsoft-advanced-group-policy-management-agpm-30-has-been-rtmd-and-why-you-should-care/" title="Microsoft Advanced Group Policy Management (AGPM) 3.0 has been RTMd – and why you should care">Microsoft Advanced Group Policy Management (AGPM) 3.0 has been RTMd – and why you should care</a></li><li><a href="http://thebackroomtech.com/2008/08/19/microsoft-has-finally-fixed-their-methodology-for-disabling-autorun-on-windows-operating-systems/" title="Microsoft has finally fixed their methodology for disabling Autorun on Windows operating systems">Microsoft has finally fixed their methodology for disabling Autorun on Windows operating systems</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/05/16/microsofts-group-policy-documentation-survival-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto: Disable Windows Simple File Sharing via the Registry and Local Security Policy</title>
		<link>http://thebackroomtech.com/2007/11/02/howto-disable-windows-simple-file-sharing-via-the-registry-and-local-security-policy/</link>
		<comments>http://thebackroomtech.com/2007/11/02/howto-disable-windows-simple-file-sharing-via-the-registry-and-local-security-policy/#comments</comments>
		<pubDate>Fri, 02 Nov 2007 09:13:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/2007/11/02/howto-disable-windows-simple-file-sharing-via-the-registry-and-local-security-policy/</guid>
		<description><![CDATA[Microsoft KB 307874 describes how to disable Windows XP Professional&#8217;s simple file sharing. Why would you want to disable simple file sharing on your workstation? The KB explains: By default, simple file sharing is enabled on a Microsoft Windows XP-based computer if the computer is not a member of a domain. With simple file sharing, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Microsoft <a href="http://support.microsoft.com/kb/307874" target="_blank">KB 307874</a> describes how to disable Windows XP Professional&#8217;s simple file sharing.  Why would you want to disable simple file sharing on your workstation?  The KB explains:</p>
<p><em>By default, simple file sharing is enabled on a Microsoft Windows XP-based computer if the computer is not a member of a domain. With simple file sharing, you can share folders with everyone on your workgroup or network and make folders in your user profile private. However, if simple file sharing is enabled, you cannot prevent specific users and groups from accessing your shared folders. If you turn off simple file sharing, you can permit specific users and groups to access a shared folder. Those users must be logged on with the credentials of user accounts that you have granted access to your shared folder. </em></p>
<p>In a nutshell, if your machine is not a member of a domain, and you want to specify non-default ntfs or share permissions, you&#8217;ll need to disable simple file sharing.</p>
<p>To <a href="http://support.microsoft.com/servicedesks/ShowMeHow/304040.asx" target="_blank">disable simple file sharing</a> as explained in <a href="http://support.microsoft.com/kb/304040" target="_blank">KB 304040</a>, follow these steps:</p>
<p>1.	Click <em>Start</em> <em>- My Computer</em></p>
<p>2.	On the <em>Tools</em> menu, click <em>Folder Options &#8211; View</em></p>
<p>3.	In the <em>Advanced Settings</em> section, clear the U<em>se simple file sharing (Recommended)</em> check box &#8211; OK</p>
<p>This method works just fine, but I wanted to disable simple file sharing on machines that had already been deployed, without any end user interaction. I figured the easiest way to do this was to edit the registry on the remote machines. <a href="http://support.microsoft.com/kb/290403" target="_blank">KB 290403</a> explains that the registry value that needs to be changed to disable simple file sharing is:</p>
<p><em>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\ForceGuest</em></p>
<p>Change the value from <em>1</em> (simple file sharing enabled) to <em>0</em> (simple file sharing disabled)</p>
<p>You can also disable simple file sharing by changing the following Local Security Policy:</p>
<p><em>Security Settings &#8211; Local Policies &#8211; Security Options &#8211; Network Access: Sharing and Security Model for local accounts</em></p>
<p>Change <em>Guest Only &#8211; local users authenticate as guest</em> to <em>Classic &#8211; local users authenticate as themselves</em>, then run <em>gpupdate /force</em> from a command prompt.</p>
<p>Please note that if you are running Windows XP Home, you will not have the option to disable simple file sharing through Windows Explorer unless you boot to safe mode.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2009/04/24/howto-do-not-display-the-name-of-the-user-who-has-locked-a-windows-computer-or-server/" title="Howto: Do not display the name of the user who has locked a Windows computer or server">Howto: Do not display the name of the user who has locked a Windows computer or server</a></li><li><a href="http://thebackroomtech.com/2008/08/19/microsoft-has-finally-fixed-their-methodology-for-disabling-autorun-on-windows-operating-systems/" title="Microsoft has finally fixed their methodology for disabling Autorun on Windows operating systems">Microsoft has finally fixed their methodology for disabling Autorun on Windows operating systems</a></li><li><a href="http://thebackroomtech.com/2009/08/12/howto-reset-a-lost-vmware-guest-password/" title="Howto: Reset a lost VMware guest password">Howto: Reset a lost VMware guest password</a></li><li><a href="http://thebackroomtech.com/2009/01/19/howto-use-msizap-to-remove-orphaned-cached-windows-installer-data-files-to-increase-free-disk-space/" title="Howto: Use msizap to remove orphaned cached Windows Installer Data Files to increase free disk space">Howto: Use msizap to remove orphaned cached Windows Installer Data Files to increase free disk space</a></li><li><a href="http://thebackroomtech.com/2009/01/12/fix-the-error-returned-when-trying-to-retrieve-these-settings-from-the-local-security-policy-database-windirsecuritydatabaseseceditsdb-was-the-parameter-is-incorrect/" title="Fix: The error returned when trying to retrieve these settings from the local security policy database (%windir%\security\database\secedit.sdb) was: The parameter is incorrect">Fix: The error returned when trying to retrieve these settings from the local security policy database (%windir%\security\database\secedit.sdb) was: The parameter is incorrect</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2007/11/02/howto-disable-windows-simple-file-sharing-via-the-registry-and-local-security-policy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://support.microsoft.com/servicedesks/ShowMeHow/304040.asx" length="184" type="video/x-ms-asf" />
<enclosure url="http://support.microsoft.com/servicedesks/ShowMeHow/304040.asx" length="184" type="video/x-ms-asf" />
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 37/67 queries in 0.028 seconds using disk: basic
Object Caching 1037/1072 objects using disk: basic

Served from: thebackroomtech.com @ 2012-05-22 22:09:33 -->
