<?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>The Unexpected (Technical) Thoughts.</title>
	<atom:link href="http://0x817c.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://0x817c.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 16 Aug 2010 06:29:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Adding Windows Vista/7 Home to WSUS server w/o gpedit</title>
		<link>http://0x817c.com/blog/2010/08/wsus-vista7-home/</link>
		<comments>http://0x817c.com/blog/2010/08/wsus-vista7-home/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 06:29:15 +0000</pubDate>
		<dc:creator>Tavan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://0x817c.com/blog/?p=14</guid>
		<description><![CDATA[As a few folks know, Windows Vista/7 Home Basic/Premium don&#8217;t include the Group Policy editor that would allow one to add a local computer to a WSUS server. Adding a few registry keys, however, will do the trick quite fine. The specifics may be found on Microsoft Technet Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate] "WUServer"="http://" [...]]]></description>
			<content:encoded><![CDATA[<p>As a few folks know, Windows Vista/7 Home Basic/Premium don&#8217;t include the Group Policy editor that would allow one to add a local computer to a WSUS server. Adding a few registry keys, however, will do the trick quite fine.</p>
<p>The specifics may be found on <a href="http://technet.microsoft.com/en-us/library/cc720464%28WS.10%29.aspx">Microsoft Technet</a></p>
<p><code><br />
Windows Registry Editor Version 5.00</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]<br />
"WUServer"="<i>http://<WSUS Server IP/Host></i>"<br />
"WUStatusServer"="<i>http://<WSUS Server IP/Host</i>"<br />
"AcceptTrustedPublisherCerts"=dword:00000001</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]<br />
"NoAutoUpdate"=dword:00000000<br />
"AUOptions"=dword:00000004<br />
"ScheduledInstallDay"=dword:00000000<br />
"ScheduledInstallTime"=dword:00000003<br />
"UseWUServer"=dword:00000001<br />
"IncludeRecommendedUpdates"=dword:00000001<br />
"AUPowerManagement"=dword:00000001<br />
"DetectionFrequencyEnabled"=dword:00000001<br />
"DetectionFrequency"=dword:00000003<br />
"AutoInstallMinorUpdates"=dword:00000001<br />
"RebootWarningTimeoutEnabled"=dword:00000001<br />
"RebootWarningTimeout"=dword:00000005<br />
"RescheduleWaitTimeEnabled"=dword:00000001<br />
"RescheduleWaitTime"=dword:00000001<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://0x817c.com/blog/2010/08/wsus-vista7-home/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows XP Sp3 &#8211; Missing CD/DVD-ROM drive</title>
		<link>http://0x817c.com/blog/2009/12/windows-xp-sp3-missing-cddvd-rom-drive/</link>
		<comments>http://0x817c.com/blog/2009/12/windows-xp-sp3-missing-cddvd-rom-drive/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 01:42:54 +0000</pubDate>
		<dc:creator>Tavan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CD-ROM]]></category>
		<category><![CDATA[Corrupt]]></category>
		<category><![CDATA[Drivers]]></category>
		<category><![CDATA[DVD-ROM]]></category>

		<guid isPermaLink="false">http://0x817c.com/blog/?p=4</guid>
		<description><![CDATA[I was working on a clients&#8217; computer earlier today, and this person had an issue with the DVD-ROM drive not displaying in &#8220;My Computer&#8221;. Further investigation shown that looking in device manager showed a yellow exclamation mark beside the drive. Viewing the properties of the device stated that the drivers couldn&#8217;t be loaded &#8212; Yet [...]]]></description>
			<content:encoded><![CDATA[<p>I was working on a clients&#8217; computer earlier today, and this person had an issue with the DVD-ROM drive not displaying in &#8220;My Computer&#8221;. Further investigation shown that looking in device manager showed a yellow exclamation mark beside the drive. Viewing the properties of the device stated that the drivers couldn&#8217;t be loaded &#8212; Yet they&#8217;re there.</p>
<p>Deleting the device and letting the operating system reinstalled it yielded the same results.</p>
<p>Searching for this issue online yielded little results other than deleting the high and low pass filters for the device, and reloading the system. The high/low pass filter suggestion did not work for me, and reloading wasn&#8217;t an option.I tried reloading Service Pack 3 on to the system hoping that the drivers would overwrite themselves, but that didn&#8217;t work either.</p>
<p>What I ended up doing was loading a virtual machine (with VirtualBox) with Windows Xp Home Sp3. I booted the troubled machine into safe mode, ran the Registry Editor (regedit) and went to the following path: HKLM\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318, and deleted as much of the contents as possible &#8212; Windows won&#8217;t allow you to delete the whole key.  I copied all the files involved with the CD/DVD-ROM drivers and imported the default registry information, listed below, from the fresh machine.</p>
<p>I rebooted the machine, went into device manager, deleted the DVD-ROM drive, let the operating system find it again, and done. The drive now displays in My Computer without error and without a reload. The following files can be found <a href="http://www.0x817c.com/Files/CDDVDROM-fix.zip">[here]</a> (135KB)</p>
<p>C:\windows\inf\cdrom.inf<br />
C:\windows\inf\cdrom.pnf<br />
C:\windows\system32\storprop.dll<br />
C:\windows\system32\drivers\imapi.sys<br />
C:\windows\system32\drivers\redbook.sys<br />
C:\windows\system32\drivers\cdrom.sys</p>
<p>And in the registry:</p>
<p>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318}]<br />
&#8220;Class&#8221;=&#8221;CDROM&#8221;<br />
@=&#8221;DVD/CD-ROM drives&#8221;<br />
&#8220;EnumPropPages32&#8243;=&#8221;MmSys.Cpl,MediaPropPageProvider&#8221;<br />
&#8220;Installer32&#8243;=&#8221;storprop.dll,DvdClassInstaller&#8221;<br />
&#8220;SilentInstall&#8221;=&#8221;1&#8243;<br />
&#8220;NoInstallClass&#8221;=&#8221;1&#8243;<br />
&#8220;TroubleShooter-0&#8243;=&#8221;hcp://help/tshoot/tsdrive.htm&#8221;<br />
&#8220;Icon&#8221;=&#8221;-51&#8243;</p>
<p>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318}\0000]<br />
&#8220;EnumPropPages32&#8243;=&#8221;storprop.dll,DvdPropPageProvider&#8221;<br />
&#8220;InfPath&#8221;=&#8221;cdrom.inf&#8221;<br />
&#8220;InfSection&#8221;=&#8221;cdrom_install&#8221;<br />
&#8220;ProviderName&#8221;=&#8221;Microsoft&#8221;<br />
&#8220;DriverDateData&#8221;=hex:00,80,62,c5,c0,01,c1,01<br />
&#8220;DriverDate&#8221;=&#8221;7-1-2001&#8243;<br />
&#8220;DriverVersion&#8221;=&#8221;5.1.2535.0&#8243;<br />
&#8220;MatchingDeviceId&#8221;=&#8221;gencdrom&#8221;<br />
&#8220;DriverDesc&#8221;=&#8221;CD-ROM Drive&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://0x817c.com/blog/2009/12/windows-xp-sp3-missing-cddvd-rom-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
