<?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; registry</title>
	<atom:link href="http://thebackroomtech.com/tag/registry/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>Global Fix: Windows Media Player audio works, video does not</title>
		<link>http://thebackroomtech.com/2009/04/15/global-fix-windows-media-player-audio-works-video-does-not/</link>
		<comments>http://thebackroomtech.com/2009/04/15/global-fix-windows-media-player-audio-works-video-does-not/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 10:04:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows Media Services]]></category>
		<category><![CDATA[.reg]]></category>
		<category><![CDATA[acceleration]]></category>
		<category><![CDATA[Audio]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[Windows Media Player]]></category>
		<category><![CDATA[WMP]]></category>

		<guid isPermaLink="false">http://thebackroomtech.com/?p=1670</guid>
		<description><![CDATA[Hearing sound but not seeing video is a very common problem associated with many versions of Windows Media Player.  The solution is to turn down the video acceleration inside of WMP (not Windows).  To do this, access WMP&#8217;s Performance options and slide the video acceleration from full down to medium, or even none if necessary.  [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><!--StartFragment-->Hearing sound but not seeing video is a very common problem associated with many versions of Windows Media Player.  The solution is to turn down the video acceleration inside of WMP (not Windows).  To do this, access WMP&#8217;s Performance options and slide the video acceleration from full down to medium, or even none if necessary. </p>
<div>I have seen this issue across my enterprise, and was hoping I could control this setting through Group Policy.  Unfortunately, this is not a setting found in the wmplayer.adm file.  </div>
<div> </div>
<div>To fix this problem, I used Nir Sofer&#8217;s <a href="http://www.nirsoft.net/utils/reg_file_from_application.html">RegFromApp</a> utility to determine which changes are made to the registry when WMP&#8217;s video acceleration settings are lowered.  Here is the resulting .reg file, which I pushed out globally to clients via login scripts.  Tested with WMP 9, 10, and 11.</div>
<div> </div>
<div><span style="text-decoration:underline;">Medium video acceleration settings</span></div>
<div> </div>
<div>Windows Registry Editor Version 5.00</div>
<div> </div>
<div>[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences\VideoSettings]</div>
<div>&#8220;PerformanceSettings&#8221;=dword:00000001</div>
<div>&#8220;UseVMROverlay&#8221;=dword:00000000</div>
<div>&#8220;DontUseFrameInterpolation&#8221;=dword:00000001</div>
<div>&#8220;DVDUseVMR&#8221;=dword:00000000</div>
<div>&#8220;DVDUseVMROverlay&#8221;=dword:00000000</div>
<div>&#8220;DVDUseVMRFSMS&#8221;=dword:00000000</div>
<div>&#8220;DVDUseSWDecoder&#8221;=dword:00000000</div>
<div> </div>
<div><span style="text-decoration:underline;">No video acceleration settings</span></div>
<div> </div>
<div>Windows Registry Editor Version 5.00</div>
<div> </div>
<div>[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences\VideoSettings]</div>
<div>&#8220;PerformanceSettings&#8221;=dword:00000000</div>
<div>&#8220;UseVMR&#8221;=dword:00000000</div>
<div>&#8220;UseVMROverlay&#8221;=dword:00000000</div>
<div>&#8220;UseRGB&#8221;=dword:00000000</div>
<div>&#8220;UseYUV&#8221;=dword:00000000</div>
<div>&#8220;UseFullScrMS&#8221;=dword:00000001</div>
<div>&#8220;DontUseFrameInterpolation&#8221;=dword:00000001</div>
<div>&#8220;DVDUseVMR&#8221;=dword:00000000</div>
<div>&#8220;DVDUseVMROverlay&#8221;=dword:00000000</div>
<div>&#8220;DVDUseVMRFSMS&#8221;=dword:00000000</div>
<div>&#8220;DVDUseSWDecoder&#8221;=dword:00000000</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/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><li><a href="http://thebackroomtech.com/2009/02/11/after-upgrading-to-bes-413-or-higher-for-groupwise-excessive-gwxmldatacontactsyncrecordtoxml-warnings-appear-in-the-windows-application-log/" title="After upgrading to BES 4.1.3 or higher for Groupwise, excessive  GWXMLData::ContactSyncRecordToXML warnings appear in the Windows Application log">After upgrading to BES 4.1.3 or higher for Groupwise, excessive  GWXMLData::ContactSyncRecordToXML warnings appear in the Windows Application log</a></li><li><a href="http://thebackroomtech.com/2008/12/04/howto-stop-backup-exec-from-failing-entire-backup-jobs-when-corrupt-files-are-encountered/" title="Howto: Stop Backup Exec from failing entire backup jobs when corrupt files are encountered">Howto: Stop Backup Exec from failing entire backup jobs when corrupt files are encountered</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/2009/04/15/global-fix-windows-media-player-audio-works-video-does-not/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<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</title>
		<link>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/</link>
		<comments>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/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 10:06:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[0×80070020]]></category>
		<category><![CDATA[1004]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[web site disabled]]></category>

		<guid isPermaLink="false">http://thebackroomtech.com/?p=1548</guid>
		<description><![CDATA[Fix for 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. System log Event: 1004 Source: IIS-W3SVC Error received when trying to start the stopped web site:  The process cannot access the file because [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><!--StartFragment-->Fix for <em>The World Wide Web Publishing Service (WWW Service) did not register the URL prefix </em><a href="http://x.x.x.x/"><em>http://x.x.x.x:80/</em></a><em> for site 1. The site has been disabled. The data field contains the error number.</em></p>
<p><em>System log Event: 1004 Source: IIS-W3SVC Error received when trying to start the stopped web site:</em> </p>
<div><em>The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0&#215;80070020)</em></div>
<div> </div>
<div>To verify nothing else is using the x.x.x.x:80 IP address and port (which would be a different issue), launch administrative command prompt and type:</div>
<div> </div>
<div><em>netstat -ano |findstr 80</em></div>
<div> </div>
<div>Verify no other process is listening on the x.x.x.x IP and port 80 (or whatever port the web site is running on).  If you are running the affected web site on a port other than 80, substitute that port number in the netstat command listed above.  If something is listening on that IP and port when the web site is stopped, this is probably not going to fix your problem.  </div>
<div> </div>
<div>FIX:</div>
<div> </div>
<div>From administrative command prompt type:</div>
<div> </div>
<div><em>net stop http</em></div>
<div> </div>
<div>In regedit browse to</div>
<div> <em>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Parameters\ListenOnlyList</em></div>
<div> </div>
<div>If an IP address is listed in the <em>ListenOnly</em> List, change the IP address to <em>0.0.0.0</em></div>
<div> </div>
<div>From administrative command prompt type:</div>
<div> </div>
<div><em>net start http</em></div>
<div> </div>
<div>From the services applet , restart the <em>World Wide Web Publishing Service</em></div>
<div> </div>
<div>Restart the affect web site by opening <em>Server Manager &gt; Roles &gt; Web Server (IIS) &gt; Internet Information Services (IISM) Manager &gt; Your Server Name &gt; Sites</em>.  Highlight the affected site and select <em>Restart</em>.</div>
<div> </div>
<div>My issue was caused by an old, invalid IP address being specified at <em>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Parameters\ListenOnlyList</em>.  This happened because I had previously ran the web site on a different IP address on this server.  </div>
<div> </div>
<div>See <a href="http://support.microsoft.com/?id=890015">KB 890015</a> details on the solution.</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/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/04/07/howto-specify-a-service-account-for-accessing-a-remote-data-path-in-iis-70/" title="Howto: Specify a service account for accessing a remote data path in IIS 7.0">Howto: Specify a service account for accessing a remote data path in IIS 7.0</a></li><li><a href="http://thebackroomtech.com/2009/04/01/using-caspolexe-to-grant-net-applications-rights-to-a-remote-network-share/" title="Using Caspol.exe to grant .NET applications rights to a remote network share">Using Caspol.exe to grant .NET applications rights to a remote network share</a></li><li><a href="http://thebackroomtech.com/2009/03/05/howto-export-iis-70-web-server-configuration/" title="Howto: Export IIS 7.0 web server configuration">Howto: Export IIS 7.0 web server configuration</a></li></ul>]]></content:encoded>
			<wfw:commentRss>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/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>After upgrading to BES 4.1.3 or higher for Groupwise, excessive  GWXMLData::ContactSyncRecordToXML warnings appear in the Windows Application log</title>
		<link>http://thebackroomtech.com/2009/02/11/after-upgrading-to-bes-413-or-higher-for-groupwise-excessive-gwxmldatacontactsyncrecordtoxml-warnings-appear-in-the-windows-application-log/</link>
		<comments>http://thebackroomtech.com/2009/02/11/after-upgrading-to-bes-413-or-higher-for-groupwise-excessive-gwxmldatacontactsyncrecordtoxml-warnings-appear-in-the-windows-application-log/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 09:45:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[BES]]></category>
		<category><![CDATA[Blackberry Enterprise Server]]></category>
		<category><![CDATA[event log]]></category>
		<category><![CDATA[eventloglevel]]></category>
		<category><![CDATA[Groupwise]]></category>
		<category><![CDATA[GWXMLdata]]></category>
		<category><![CDATA[registry]]></category>

		<guid isPermaLink="false">http://thebackroomtech.com/?p=1472</guid>
		<description><![CDATA[Blackberry KB15941 exlains that starting with BES 4.1, additional warnings are logged to the Blackberry Messaging and Windows Application log.  These warnings are informational in nature, and do not indicate a problem. If you&#8217;d like to reduce or eliminate these messages, KB04342 says to edit the EventLogLevel DWORD value  of the appropriate BES service located [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><!--StartFragment-->Blackberry <a href="http://www.blackberry.com/btsc/microsites/search.do?cmd=displayKC&amp;docType=kc&amp;externalId=KB15941">KB15941</a> exlains that starting with BES 4.1, additional warnings are logged to the Blackberry Messaging and Windows Application log.  These warnings are informational in nature, and do not indicate a problem.</p>
<p>If you&#8217;d like to reduce or eliminate these messages, <a href="http://www.blackberry.com/btsc/dynamickc.do?externalId=KB04342&amp;sliceId=SAL_Public&amp;command=show&amp;forward=nonthreadedKC&amp;kcId=KB04342">KB04342</a> says to edit the <em>EventLogLevel</em> DWORD value  of the appropriate BES service located at : </p>
<div>HKEY_LOCAL_MACHINE\Software\Research In Motion\Blackberry Enterprise Server\Logging Info</div>
<div> </div>
<div>DWORD values and Event Types correspond as follows:</div>
<div> </div>
<div>0 = Disable all event logging</div>
<div>1 = Errors</div>
<div>2 = Warnings</div>
<div>3 = Information</div>
<div>4 = Debug</div>
<div>5 = Other</div>
<div> </div>
<div>Unforturnately, I was unable to determine which service was generating these excessive GWXMLData warnings, so I had to contact RIM directly.  Their response was that the Mailbox Agent service needs to have it&#8217;s <em>EventLogLevel</em> changed to 1, which would log errors only.</div>
<div> </div>
<div>I made this change on my BES server, and the event logs are now much slimmer!</div>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2009/02/12/fix-cannot-find-groupwise-users-to-add-to-the-blackberry-enterprise-server/" title="Fix: Cannot find Groupwise users to add to the Blackberry Enterprise Server">Fix: Cannot find Groupwise users to add to the Blackberry Enterprise Server</a></li><li><a href="http://thebackroomtech.com/2008/03/05/the-correct-order-to-stop-and-start-bes-services/" title="The correct order to stop and start BES services">The correct order to stop and start BES services</a></li><li><a href="http://thebackroomtech.com/2008/03/04/making-groupwise-7-and-blackberry-enterprise-server-communicate/" title="Making Groupwise 7 and Blackberry Enterprise Server Communicate">Making Groupwise 7 and Blackberry Enterprise Server Communicate</a></li><li><a href="http://thebackroomtech.com/2010/01/15/sql-query-to-find-bes-userid/" title="SQL query to find BES UserID">SQL query to find BES UserID</a></li><li><a href="http://thebackroomtech.com/2009/10/26/fix-blackberry-media-manager-exits-with-r6025-pure-virtual-function-call-error/" title="Fix:  Blackberry Media Manager exits with R6025 pure virtual function call error">Fix:  Blackberry Media Manager exits with R6025 pure virtual function call error</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2009/02/11/after-upgrading-to-bes-413-or-higher-for-groupwise-excessive-gwxmldatacontactsyncrecordtoxml-warnings-appear-in-the-windows-application-log/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto: Stop Backup Exec from failing entire backup jobs when corrupt files are encountered</title>
		<link>http://thebackroomtech.com/2008/12/04/howto-stop-backup-exec-from-failing-entire-backup-jobs-when-corrupt-files-are-encountered/</link>
		<comments>http://thebackroomtech.com/2008/12/04/howto-stop-backup-exec-from-failing-entire-backup-jobs-when-corrupt-files-are-encountered/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 09:00:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[backup]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Backup Exec]]></category>
		<category><![CDATA[BackupExec]]></category>
		<category><![CDATA[failure]]></category>
		<category><![CDATA[registry]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=1231</guid>
		<description><![CDATA[Here is the registry entry to stop Backup Exec from failing backup jobs when corrupt files are encountered [For Backup Exec versions 9x and 10x] HKEY_LOCAL_MACHINE\SOFTWARE\VERITAS\Backup Exec\Engine\Backup [For Backup Exec versions 11x and 12x] HKEY_LOCAL_MACHINE\SOFTWARE\SYMANTEC\Backup Exec for Windows\Backup Exec\Engine\Backup On the menu bar, select Edit &#124; Add Value In the Value name field, type in [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Here is the registry entry to <a href="http://seer.support.veritas.com/docs/193940.htm">stop Backup Exec from failing backup jobs </a>when corrupt files are encountered</p>
<p>[For Backup Exec versions 9x and 10x]<br />
HKEY_LOCAL_MACHINE\SOFTWARE\VERITAS\Backup Exec\Engine\Backup </p>
<p>[For Backup Exec versions  11x and 12x]<br />
HKEY_LOCAL_MACHINE\SOFTWARE\SYMANTEC\Backup Exec for Windows\Backup Exec\Engine\Backup </p>
<p>On the menu bar, select Edit | Add Value</p>
<p>In the Value name field, type in <em>Fail Jobs On Corrupt Files</em></p>
<p>For the Data Type, select REG_DWORD</p>
<p>In the right window, double-click <em>Fail Jobs on Corrupt Files</em></p>
<p>Change the Value to 0 (zero)</p>
<p>Restart the Backup Exec services or restart the Windows server.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2009/03/18/fix-event-id-57860-an-error-occurred-while-attempting-to-log-in-to-the-following-server-sql-error-number-0011-is-seen-when-backing-up-a-server-with-sql-installed/" title="FIX: Event ID: 57860 &#8220;An error occurred while attempting to log in to the following server… SQL error number: &#8220;0011&#8243; is seen when backing up a server with SQL installed">FIX: Event ID: 57860 &#8220;An error occurred while attempting to log in to the following server… SQL error number: &#8220;0011&#8243; is seen when backing up a server with SQL installed</a></li><li><a href="http://thebackroomtech.com/2009/05/21/fix-cant-remove-server-from-backup-exec-selection-list/" title="Fix: Can&#8217;t remove server from Backup Exec selection list">Fix: Can&#8217;t remove server from Backup Exec selection list</a></li><li><a href="http://thebackroomtech.com/2009/05/12/enabling-backup-exec-remote-agent-debug-logging-on-novell-netware/" title="Enabling Backup Exec remote agent debug logging on Novell Netware">Enabling Backup Exec remote agent debug logging on Novell Netware</a></li><li><a href="http://thebackroomtech.com/2009/04/29/howto-enable-debug-logging-for-backup-exec-for-windows-servers/" title="Howto: Enable debug logging for Backup Exec for Windows Servers">Howto: Enable debug logging for Backup Exec for Windows Servers</a></li><li><a href="http://thebackroomtech.com/2009/01/21/converting-backup-exec-11d-job-logs-into-txt-or-html-files/" title="Converting Backup Exec 11d job logs into .txt or .html files">Converting Backup Exec 11d job logs into .txt or .html files</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/12/04/howto-stop-backup-exec-from-failing-entire-backup-jobs-when-corrupt-files-are-encountered/feed/</wfw:commentRss>
		<slash:comments>4</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>Setting the Windows default logon domain</title>
		<link>http://thebackroomtech.com/2008/06/24/setting-the-windows-default-logon-domain/</link>
		<comments>http://thebackroomtech.com/2008/06/24/setting-the-windows-default-logon-domain/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 07:42:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[registry]]></category>
		<category><![CDATA[imaging]]></category>
		<category><![CDATA[WDS]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=368</guid>
		<description><![CDATA[We deploy the majority of our Windows XP computers through imaging. We use several different imaging solutions &#8211; Ghost, Zenworks, Acronis, and the Microsoft imaging tools found in Windows Deployment Services, which used to be called RIS. One of the challenges I have experienced is after you join the Active Directory domain post-imaging, Windows prompts [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>We deploy the majority of our Windows XP computers through imaging.  We use several different imaging solutions &#8211; Ghost, Zenworks, Acronis, and the Microsoft imaging tools found in <a href="http://technet2.microsoft.com/windowsserver2008/en/servermanager/windowsdeploymentservices.mspx" target="_blank">Windows Deployment Services</a>, which used to be called RIS.</p>
<p>One of the challenges I have experienced is after you join the Active Directory domain post-imaging, Windows prompts you to login to the local computer rather than the domain by default.  I came across <a href="http://ronni-pedersen.spaces.live.com/blog/cns!CF8D2BCE64196A5D!419.entry" target="_blank">Ronni&#8217;s post</a> the other day, which shows the appropriate registry entries that can be added using the reg.exe utility that will change the logon target from the local computer name to the domain.</p>
<p>Execute both of the commands found below:</p>
<p><span><span style="color:#333399;">reg.exe add &#8220;HKLM\software\microsoft\windows nt\currentversion\winlogon&#8221; /v altdefaultdomainname /t REG_SZ  /d &#8220;yourdomain&#8221; /f </span></span></p>
<p><span style="color:#333399;">reg.exe add &#8220;HKLM\software\microsoft\windows nt\currentversion\winlogon&#8221; /v defaultdomainname /t REG_SZ  /d &#8220;yourdomain&#8221; /f</span></p>
<p>Replace <em>yourdomain</em> with the name of your Active Directory domain.  Reg.exe is built into Windows XP+ and is available for download from the <a href="http://www.petri.co.il/download_free_reskit_tools.htm" target="_blank">Windows 2000 Resource Kit</a>.</p>
<p>Note that these values are set only for the initial logon.  After a user logs into the machine for the first time <a href="http://www.tech-archive.net/Archive/Win2000/microsoft.public.win2000.termserv.apps/2005-07/msg00005.html" target="_blank">these values are overwritten</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/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><li><a href="http://thebackroomtech.com/2009/02/11/after-upgrading-to-bes-413-or-higher-for-groupwise-excessive-gwxmldatacontactsyncrecordtoxml-warnings-appear-in-the-windows-application-log/" title="After upgrading to BES 4.1.3 or higher for Groupwise, excessive  GWXMLData::ContactSyncRecordToXML warnings appear in the Windows Application log">After upgrading to BES 4.1.3 or higher for Groupwise, excessive  GWXMLData::ContactSyncRecordToXML warnings appear in the Windows Application log</a></li><li><a href="http://thebackroomtech.com/2008/12/04/howto-stop-backup-exec-from-failing-entire-backup-jobs-when-corrupt-files-are-encountered/" title="Howto: Stop Backup Exec from failing entire backup jobs when corrupt files are encountered">Howto: Stop Backup Exec from failing entire backup jobs when corrupt files are encountered</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/06/24/setting-the-windows-default-logon-domain/feed/</wfw:commentRss>
		<slash:comments>0</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>Howto: Configure the Windows 2008 Server Core Screensaver Activation Period</title>
		<link>http://thebackroomtech.com/2008/03/18/howto-configure-the-windows-2008-server-core-screensaver-activation-period/</link>
		<comments>http://thebackroomtech.com/2008/03/18/howto-configure-the-windows-2008-server-core-screensaver-activation-period/#comments</comments>
		<pubDate>Tue, 18 Mar 2008 05:58:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[Server Core]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[Screensaver]]></category>
		<category><![CDATA[Windows 2008]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=292</guid>
		<description><![CDATA[By default the Windows 2008 Server Core screensaver will activate after 600 seconds (10 minutes) of inactivity. To change the amount of time the screensaver waits to activate, edit the following registry key: HKEY_CURRENT_USER\Control Panel\Desktop\ScreenSaveTimeOut I changed mine from 600 seconds (10 minutes) to 1200 seconds (20 minutes). Sander has several other Desktop related settings [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>By default the Windows 2008 Server Core screensaver will activate after 600 seconds (10 minutes) of inactivity.</p>
<p>To change the amount of time the screensaver waits to activate, edit the following registry key:</p>
<p><i>HKEY_CURRENT_USER\Control Panel\Desktop\ScreenSaveTimeOut</i></p>
<p>I changed mine from 600 seconds (10 minutes) to 1200 seconds (20 minutes).</p>
<p>Sander has several other <a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2007/08/14/changing-server-core-s-look-and-feel-part-2.aspx" target="_blank">Desktop related settings</a> you can configure for Server Core on his blog.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2008/03/17/howto-enable-remote-desktop-on-a-windows-2008-server-core-system/" title="Howto: Enable Remote Desktop on a Windows 2008 Server Core System">Howto: Enable Remote Desktop on a Windows 2008 Server Core System</a></li><li><a href="http://thebackroomtech.com/2008/03/14/howto-shut-down-or-reboot-a-windows-2008-server-core-system/" title="Howto: Shut down or reboot a Windows 2008 Server Core System">Howto: Shut down or reboot a Windows 2008 Server Core System</a></li><li><a href="http://thebackroomtech.com/2008/03/11/installing-vmware-tools-on-windows-2008-server-core/" title="Howto: Install VMware Tools on Windows 2008 Server Core">Howto: Install VMware Tools on Windows 2008 Server Core</a></li><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/04/07/howto-specify-a-service-account-for-accessing-a-remote-data-path-in-iis-70/" title="Howto: Specify a service account for accessing a remote data path in IIS 7.0">Howto: Specify a service account for accessing a remote data path in IIS 7.0</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/03/18/howto-configure-the-windows-2008-server-core-screensaver-activation-period/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>It&#8217;s the day after Patch Tuesday, and my Vista Business machine has lost ALL network connectivty</title>
		<link>http://thebackroomtech.com/2008/02/13/its-the-day-after-patch-tuesday-and-my-vista-business-machine-lost-all-network-connectivty/</link>
		<comments>http://thebackroomtech.com/2008/02/13/its-the-day-after-patch-tuesday-and-my-vista-business-machine-lost-all-network-connectivty/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 15:40:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[diagnostics]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows update]]></category>
		<category><![CDATA[64-bit]]></category>
		<category><![CDATA[Automatic Update]]></category>
		<category><![CDATA[Drivers]]></category>
		<category><![CDATA[GEAR]]></category>
		<category><![CDATA[GEARAspiWDM.sys]]></category>
		<category><![CDATA[KB938371]]></category>
		<category><![CDATA[KB942831]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=262</guid>
		<description><![CDATA[I try to be a responsible security professional, and practice what I preach. I know it&#8217;s important to keep operating systems and applications updated with security patches, so I have Microsoft&#8217;s Automatic Update configured on my home Vista PC to install automatically. I tell my friends to do this, since I don&#8217;t want them to [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I try to be a responsible security professional, and practice what I preach.  I know it&#8217;s important to keep operating systems and applications updated with security patches, so I have Microsoft&#8217;s Automatic Update configured on my home Vista PC to install automatically.  I tell my friends to do this, since I don&#8217;t want them to get 0wned.  I have my mom&#8217;s PC set for AU since I don&#8217;t have the time to deal with her computer gremlins that are a result of her unsafe surfing.</p>
<p>What did this bring me?  A Vista Business 64-bit machine with no network connectivity.  Of course it happens when I&#8217;m late for a client appointment and I need the machine so I can print out a Google map to the site.  To top it off, it snowed six inches last night, and I <i>know</i> the roads are going to suck.</p>
<p>I rebooted my machine, logged in normally, and still had no network connection.  I tried to  release and renew my IP, but was told the network adapter was not connected.</p>
<p>Begrudgingly, I fired up Event Viewer and found a number of entries for Event 4375:</p>
<p><i>Windows Servicing failed to complete the process of setting package KB938371_40 (Update) into Staging(Staging) state</i></p>
<p>and Event 4385:</p>
<p><i>Windows Servicing failed to complete the process of changing update 942831-1_RTM_neutral_LDR from package KB942831(Security Update) into Staging(Staging) state</i></p>
<p><a href="http://">KB 938371</a> explains the patch contains updates to several internal components that Windows Vista requires in order to install or to remove Windows Vista Service Pack 1 more reliably. This update must be applied separately before you install Windows Vista SP1 to make sure that Windows Vista SP1 can be installed or removed from the computer. Update 938371 is necessary to install and to remove Windows Vista SP1 on all versions of Windows Vista.</p>
<p>Great.  Looks like I won&#8217;t have to worry about Vista SP1 breaking anything on my machine, since it won&#8217;t be getting installed!</p>
<p><a href="http://support.microsoft.com/kb/942831/en-us" target="_blank">KB 942831</a> ended up being a fix for <a href="http://www.microsoft.com/technet/security/bulletin/ms08-005.mspx" target="_blank">MS08-005, Vulnerability in Internet Information Services</a> that could allow elevation of privileges.  Microsoft considers this an important, not critical fix, so I decided I could disregard this error for the time-being.  I pretty satisfied these Automatic Updates were not the root cause of my networking issues.</p>
<p>The final error I found was Event 1060:</p>
<p><i>\SystemRoot\SysWow64\Drivers\GEARAspiWDM.sys has been blocked from loading due to incompatibility with this system. Please contact your software vendor for a compatible version of the driver.</i></p>
<p>I searched my system for this file, and found it located in the F:\Windows\System32 directory, which is not my operating system&#8217;s boot drive &#8211; Its an almost dead hard drive that used to run my 32-bit Windows XP machine.  I&#8217;ve been trying to resurrect data off it, and had mounted it in an external USB caddy.</p>
<p>Interestingly enough, I&#8217;ve had this old 32-bit XP drive plugged into my Vista 64-bit system for over two months, and have never seen the Event 1060 error.  I&#8217;m wondering if these two failed Microsoft updates have anything to do with it.  On a whim, I renamed the GEARAspiWDM.sys file to GEARAspiWDM.sys.old and rebooted, and got my network connection back.</p>
<p>I did notice GEAR posted <a href="http://www.gearsoftware.com/support/drivers.cfm" target="_blank">updated 64-bit drivers</a> two weeks ago, so maybe I&#8217;ll try to install them.  I also found the GEAR driver is a part of iTunes, which <a href="http://discussions.apple.com/thread.jspa?threadID=1271829&amp;tstart=195" target="_blank">was not previously supported on 64-bit Vista</a> (who knew?)  If updating the drivers and/or iTunes doesn&#8217;t fix my problem I may uninstall both, then <a href="http://www.vistax64.com/software/127527-itunes-7-6-vista-x64-bsod-warning.html" target="_blank">manually clear up all the GEAR registry entrie</a>s, then start with fresh installs of both.</p>
<p>My suspicion is something new with the XP 32-bit GEARAspiWDM.sys messed with Vista&#8217;s 64-bit driver signing system, which threw the network card offline. I&#8217;ll do some more investigation tonight and post an update if I find anything.</p>
<p>On a semi-related note, <a href="http://www.gearsoftware.com/wiki/index.php?title=DRIVERS:_Windows_-_Updating%2C_removing%2C_64_bit_versions%2C_etc" target="_blank">the GEAR wiki</a> states:</p>
<p><i>There appears to be an incompatibility between older versions of the GEAR Software drivers and the Intel Application Accelerator with certain combinations of Intel chipsets and operating systems. </i></p>
<p><i>To determine which Intel chipset is being used on the motherboard, download the Intel Chipset Identification Utility from Intel&#8217;s website. </i></p>
<p><i>To date the problem has been detected on systems with the following combinations of chipsets and operating systems:<br />
- Intel 815E chipset and Windows 2000<br />
- Intel 845E chipset and Windows 2000<br />
- Intel 850 chipset and Windows 2000<br />
- Intel 860 chipset and Windows 2000<br />
</i></p>
<p><i>This issue can be corrected by completing either of the following:<br />
</i></p>
<p><i>1) Download and install the latest GEAR driver set.<br />
2) Uninstall the Intel Application Accelerator.</i></p>
<p>I&#8217;m using an AMD CPU so this isn&#8217;t my issue, but hopefully it will help someone with a similar problem.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><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/05/howto-disabling-driver-signing-in-windows-vista-64-bit/" title="Howto: Disabling Driver Signing in Windows Vista 64 bit">Howto: Disabling Driver Signing in Windows Vista 64 bit</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><li><a href="http://thebackroomtech.com/2009/07/14/vista-x86-patch-to-address-4gb-of-ram/" title="Vista x86 patch to address 4GB+ of RAM">Vista x86 patch to address 4GB+ of RAM</a></li><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></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/02/13/its-the-day-after-patch-tuesday-and-my-vista-business-machine-lost-all-network-connectivty/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</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 43/113 queries in 0.038 seconds using disk: basic
Object Caching 1330/1461 objects using disk: basic

Served from: thebackroomtech.com @ 2012-02-04 10:36:54 -->
