

<?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>Mike Norman&#039;s Blog &#187; IT</title>
	<atom:link href="http://www.neondemon.com/archives/category/technology/it/feed" rel="self" type="application/rss+xml" />
	<link>http://www.neondemon.com</link>
	<description>Mike Is Amazing!</description>
	<lastBuildDate>Fri, 16 Sep 2011 07:13:41 +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>Quick Tip: Canopy &#8220;Radar Detected&#8221;</title>
		<link>http://www.neondemon.com/archives/quick-tip-canopy-radar-detected</link>
		<comments>http://www.neondemon.com/archives/quick-tip-canopy-radar-detected#comments</comments>
		<pubDate>Fri, 16 Sep 2011 07:13:41 +0000</pubDate>
		<dc:creator>Mike Norman</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA["Radar Detected"]]></category>
		<category><![CDATA[Afghanistan]]></category>
		<category><![CDATA[Canopy]]></category>
		<category><![CDATA[Radar]]></category>

		<guid isPermaLink="false">http://www.neondemon.com/?p=25545</guid>
		<description><![CDATA[Another quick tip. I&#8217;m currently working in Afghanistan doing IT contracting and we use a system of Canopys to avoid running cable all over base. Occasionally the Canopys will detect weather radars or mobile radar systems and shut down for 30 mins. the way we get around that is setting the Region Code to Other. [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Another quick tip. I&#8217;m currently working in Afghanistan doing IT contracting and we use a system of Canopys to avoid running cable all over base. Occasionally the Canopys will detect weather radars or mobile radar systems and shut down for 30 mins. the way we get around that is setting the Region Code to Other. that will force them to ignore radar interference and not shut down for 30 mins.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.neondemon.com/archives/quick-tip-canopy-radar-detected/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to monitor file and folder access on a windows file server</title>
		<link>http://www.neondemon.com/archives/how-to-monitor-file-and-folder-access-on-a-windows-file-server</link>
		<comments>http://www.neondemon.com/archives/how-to-monitor-file-and-folder-access-on-a-windows-file-server#comments</comments>
		<pubDate>Tue, 08 Feb 2011 17:42:41 +0000</pubDate>
		<dc:creator>Mike Norman</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Auditing]]></category>
		<category><![CDATA[Event Viewer]]></category>
		<category><![CDATA[File Access Logs]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows 2008 Server]]></category>

		<guid isPermaLink="false">http://www.neondemon.com/?p=25290</guid>
		<description><![CDATA[recently my company has had some issues with some individuals deleting and altering files then claiming they never touched them (or even worse blaming the IT dept for removing their files). If you have users trying to blame their problems on computer errors or magically deleted files you should turn on auditing! File and Folder access auditing is a wonderful component [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>recently my company has had some issues with some individuals deleting and altering files then claiming they never touched them (or even worse blaming the IT dept for removing their files). If you have users trying to blame their problems on computer errors or magically deleted files you should turn on auditing! File and Folder access auditing is a wonderful component of general auditing that will keep records of file access, deletions, etc etc. Here is how to turn it on.</p>
<p>In these examples i will be using Windows Server 2008 R2 but these same steps work all the way back to 2003 server., we should start by defining a local policy or group policy on the file server. i went with group policy, so that adds a couple extra steps. first open up your group policy management tool and create a new policy (or add the following to an existing one)</p>
<p>Edit the Computer configuration &gt; Policies &gt; Windows Settings &gt; Security Settings &gt; Local Policies &gt; Audit Policy &gt; Audit Object Access</p>
<p><a href="http://www.neondemon.com/wp-content/uploads/2011/02/audit-group-policy.jpg" rel="lightbox[25290]"><img class="alignnone size-thumbnail wp-image-25291" title="audit group policy" src="http://www.neondemon.com/wp-content/uploads/2011/02/audit-group-policy-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>Then check &#8220;define these policy settings&#8221; and check the Success and Failure boxes:</p>
<p><a href="http://www.neondemon.com/wp-content/uploads/2011/02/audit-group-policy2.jpg" rel="lightbox[25290]"><img class="alignnone size-thumbnail wp-image-25292" title="audit group policy2" src="http://www.neondemon.com/wp-content/uploads/2011/02/audit-group-policy2-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>Hit ok and we should be done with the policy side editing. its pretty much the same to do a local policy instead of a group policy, but instead go to Start &gt; Control Panel &gt; Administrative tools &gt; Local Security policy &gt; Local Policies &gt; Audit Policy &gt; Audit Object Access. then make the same changes. If your using group policy make sure the policy is applied to the file server you want auditing enabled on.</p>
<p>Now that we have enabled auditing we need to specify the folders/files we want to audit. To do this go to your file server and select the folder you want audited, right click and go to properties. Click the &#8220;Security&#8221; tab then the Advanced button, then the Auditing tab. This part will require administrative privileges, make sure you are loged in as an administrator. Now in this box add whoever&#8217;s access attempts you want audited. i chose to add everyone.</p>
<p><a href="http://www.neondemon.com/wp-content/uploads/2011/02/audit-group-policy3.jpg" rel="lightbox[25290]"><img class="alignnone size-thumbnail wp-image-25293" title="audit group policy3" src="http://www.neondemon.com/wp-content/uploads/2011/02/audit-group-policy3-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>Now click Edit (or ok if this is the first entry) to open the &#8220;Auditing Entries&#8221; box. Here you should select which actions you want audited. i chose everything just to cover all the bases, but over time you may want to edit this down until you get only the information you need.</p>
<p><a href="http://www.neondemon.com/wp-content/uploads/2011/02/audit-group-policy4.jpg" rel="lightbox[25290]"><img class="alignnone size-thumbnail wp-image-25294" title="audit group policy4" src="http://www.neondemon.com/wp-content/uploads/2011/02/audit-group-policy4-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>Use the drop down at the top to make sure auditing is applied properly (for most uses make sure it says &#8220;This Folder, Subfolders and files&#8221; as in the picture)</p>
<p>Click OK and auditing is enabled for the specified Folder/users!! You can check the results of the auditing in the Security section of the event viewer! An easy way to find these auditing result sin the event viewer is to look for the Task Category of &#8220;File System&#8221;.</p>
<p>I hope this helps! If you have any questions please post them in the comments and i will do my best to answer them!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.neondemon.com/archives/how-to-monitor-file-and-folder-access-on-a-windows-file-server/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Disable task bar notifications in windows XP</title>
		<link>http://www.neondemon.com/archives/disable-task-bar-notifications-in-windows-xp</link>
		<comments>http://www.neondemon.com/archives/disable-task-bar-notifications-in-windows-xp#comments</comments>
		<pubDate>Tue, 19 Oct 2010 15:48:19 +0000</pubDate>
		<dc:creator>Mike Norman</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Annoyances]]></category>
		<category><![CDATA[Balloon tips]]></category>
		<category><![CDATA[Notifications]]></category>
		<category><![CDATA[Registry]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.neondemon.com/?p=2116</guid>
		<description><![CDATA[The official term for those annoying pop up dialog boxes is &#8220;bubbles tips&#8221;. Had i known that i would have found the solution alot faster, so i figured i should make a post and tag it with all the terms i searched for to make life easier for everyone. So here&#8217;s how to get rid of those annoying little [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>The official term for those annoying pop up dialog boxes is &#8220;bubbles tips&#8221;. Had i known that i would have found the solution alot faster, so i figured i should make a post and tag it with all the terms i searched for to make life easier for everyone. So here&#8217;s how to get rid of those annoying little notifications that pop up near the clock in windows XP.</p>
<ol>
<blockquote>
<li>Click Start, click Run, type regedit, and then press ENTER.</li>
<li>Locate the following subkey:</li>
<li>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced</li>
<li>Right-click the right side pane, create a new DWORD value, and then name it EnableBalloonTips.</li>
<li>Double-click EnableBalloonTips, and then give it a value of 0.</li>
<li>Close Registry Editor.</li>
<li>Log off Windows, and then log back on.</li>
</blockquote>
</ol>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.neondemon.com/archives/disable-task-bar-notifications-in-windows-xp/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Backing up clustered Hyper-v Hosts with DPM</title>
		<link>http://www.neondemon.com/archives/backing-up-clustered-hyper-v-hosts-with-dpm</link>
		<comments>http://www.neondemon.com/archives/backing-up-clustered-hyper-v-hosts-with-dpm#comments</comments>
		<pubDate>Wed, 01 Sep 2010 16:47:39 +0000</pubDate>
		<dc:creator>Mike Norman</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Cluster]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Quick Tip]]></category>
		<category><![CDATA[Windows 2008 Server]]></category>

		<guid isPermaLink="false">http://www.neondemon.com/?p=2106</guid>
		<description><![CDATA[I finally got Microsoft&#8217;s Data Protection Manager up and running so i can start backing up all the Hyper-V hosts on my cluster and ran into a little error. Hopefully this article will be out of date shortly&#8230; that&#8217;s assuming Micro$oft patches this issue&#8230;. Anyway Heres the problem i ran across. I had already installed [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I finally got Microsoft&#8217;s Data Protection Manager up and running so i can start backing up all the Hyper-V hosts on my cluster and ran into a little error. Hopefully this article will be out of date shortly&#8230; that&#8217;s assuming Micro$oft patches this issue&#8230;.</p>
<p>Anyway Heres the problem i ran across. I had already installed agents on all the hosts of my cluster. went into DPM, selected the cluster and all the VMs i needed to back up were listed, but when i tried to select them to backup i got this:</p>
<blockquote>
<div id="_mcePaste">One or more prerequisites for protecting this data source is missing.</div>
<div id="_mcePaste">Ensure that the following prerequisite software is installed on all the nodes in the cluster:</div>
<div id="_mcePaste">Windows Server 2008 with</div>
<div id="_mcePaste">Knowledge Base article 948465 (http://support.microsoft.com/kb/948465)</div>
<div id="_mcePaste">AND</div>
<div id="_mcePaste">Knowledge Base article 971394 (http://support.microsoft.com/kb/971394)</div>
<div id="_mcePaste">- OR -</div>
<div id="_mcePaste">Windows Server 2008 R2 with</div>
<div id="_mcePaste">Knowledge Base article 975921(http://support.microsoft.com/kb/975921)</div>
<div id="_mcePaste">AND</div>
<div id="_mcePaste">Knowledge Base article 975354(http://support.microsoft.com/kb/975354)</div>
<div id="_mcePaste">If you have already installed the required prerequisite, refresh the agent status in the management tab and try again.</div>
<div id="_mcePaste">ID: 31314</div>
<p>One or more prerequisites for protecting this data source is missing.Ensure that the following prerequisite software is installed on all the nodes in the cluster:<br />
Windows Server 2008 withKnowledge Base article 948465 (http://support.microsoft.com/kb/948465)        ANDKnowledge Base article 971394 (http://support.microsoft.com/kb/971394)        - OR -Windows Server 2008 R2 with Knowledge Base article 975921(http://support.microsoft.com/kb/975921)         AND Knowledge Base article 975354(http://support.microsoft.com/kb/975354)  If you have already installed the required prerequisite, refresh the agent status in the management tab and try again.</p>
<p>ID: 31314</p></blockquote>
<p>Since i was using R2 I used the bottom 2 links, Requested the Hotfixes, and installed them. Its a relativity simple process, but some kinks are: you MUST install these hotfixes on ALL cluster hosts or shit gets fucking crazy! you may also get the error that some or all of the hotfixes are already installed, If so that means that they came down in a regular update (Its a good thing) in which case all you need to do is refresh the agents in the Management tab of DPM then recreate your protection group.</p>
<p>May seem like a useless post as the solution if referenced in the error report. But their KB leaves that last part out. Hope this helps someone!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.neondemon.com/archives/backing-up-clustered-hyper-v-hosts-with-dpm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Sync Win2008 server time with NTP (and others)</title>
		<link>http://www.neondemon.com/archives/how-to-sync-win2008-server-time-with-ntp-and-others</link>
		<comments>http://www.neondemon.com/archives/how-to-sync-win2008-server-time-with-ntp-and-others#comments</comments>
		<pubDate>Wed, 28 Jul 2010 16:57:47 +0000</pubDate>
		<dc:creator>Mike Norman</dc:creator>
				<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://www.neondemon.com/?p=2089</guid>
		<description><![CDATA[I recently noticed that out domain time was drifting about 5 seconds a week, not a big deal for a while but if it gets too out of sync we would start having Kerberos issues, so better fix it now before we start seeing problems. Here&#8217;s what i did to get our domain back on [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I recently noticed that out domain time was drifting about 5 seconds a week, not a big deal for a while but if it gets too out of sync we would start having Kerberos issues, so better fix it now before we start seeing problems. Here&#8217;s what i did to get our domain back on the proper time (and keep it that way)</p>
<p>First off go to your DCHP serve, open DHCP, select ipv4, right click &#8220;Server Options&#8221;,Check 004 Time Servers and type the IP address for the server you want to be the time server (strongly recommend you use your Primary Domain Controller)</p>
<p>Now open up your PDC, and run &#8220;CMD&#8221; as an administrator and type the following commans:</p>
<blockquote><p>w32tm /config /manualpeerlist:&#8221;0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org&#8221;,0&#215;4 /syncfromflags:MANUAL</p>
<p>net stop w32time<br />
net start w32time</p>
<p>w32tm /resync /rediscover</p></blockquote>
<p>That will set round robin time checks with 0.pool.ntp.org,1.pool.ntp.org,and 2.pool.ntp.org. the second set will restart the time service, and the third forces a sync. you should be all set and as your computers renew their dhcp leases they will start getting their time from your time server! if you need to force a computer to update its time you can use the &#8220;w32tm /resync /rediscover&#8221; command.</p>
<p>If you want to use a different time server just replace the *.pool.ntp.org with one of <a href="http://tf.nist.gov/tf-cgi/servers.cgi">these servers</a></p>
<p>Enjoy!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.neondemon.com/archives/how-to-sync-win2008-server-time-with-ntp-and-others/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 server stuck on &#8220;applying computer settings&#8221;</title>
		<link>http://www.neondemon.com/archives/exchange-2010-server-stuck-on-applying-computer-settings</link>
		<comments>http://www.neondemon.com/archives/exchange-2010-server-stuck-on-applying-computer-settings#comments</comments>
		<pubDate>Tue, 15 Jun 2010 13:28:58 +0000</pubDate>
		<dc:creator>Mike Norman</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[applying computer settings]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[Windows 2008 Server]]></category>

		<guid isPermaLink="false">http://www.neondemon.com/?p=2076</guid>
		<description><![CDATA[If your exchange 2010 server is stuck on Applying Computer Settings during boot up it could be any number of things! First off make sure that noone recently disabled IPv6, that can screw up alot of things. if that has recently happened boot into safemode with networking, and re-enable IPv6. Another cause could be if someone has brought up [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If your exchange 2010 server is stuck on Applying Computer Settings during boot up it could be any number of things! First off make sure that noone recently disabled IPv6, that can screw up alot of things. if that has recently happened boot into safemode with networking, and re-enable IPv6. Another cause could be if someone has brought up another exchange server on your domain. You really hafto get the configuration perfect on the new exchange server before rebooting the original. otherwise the original willnot boot properly. if this may be the cause just shut down the new server and reboot the original. once it safely boots up you can bring the new one back up aswell.</p>
<p>Another possible issue is that your server was never placed in the proper groups. Check to make sure your exchange server is a member of the following:</p>
<blockquote><p>Domain Computers, Exchange Domain Servers, Exchange Enterprise Servers, Exchange Servers</p></blockquote>
<p>It may be different if your on a forest, but this is what solved the problem for me! If you have anything to add or need any help please comment!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.neondemon.com/archives/exchange-2010-server-stuck-on-applying-computer-settings/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Failed To Install Due To Pending Reboot</title>
		<link>http://www.neondemon.com/archives/failed-to-install-due-to-pending-reboot</link>
		<comments>http://www.neondemon.com/archives/failed-to-install-due-to-pending-reboot#comments</comments>
		<pubDate>Tue, 25 May 2010 18:54:10 +0000</pubDate>
		<dc:creator>Mike Norman</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Pending reboot]]></category>
		<category><![CDATA[regedit]]></category>
		<category><![CDATA[SQL server 2008]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.neondemon.com/?p=2066</guid>
		<description><![CDATA[Ive run across this issue several times, and with several installs. the story always goes like this, Cannot install X software because the system is waiting to reboot. and obviously a reboot doesn&#8217;t clear it or i wouldn&#8217;t be posting about it. The software that prompted me to post this was SQL server 2008. Heres [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Ive run across this issue several times, and with several installs. the story always goes like this, Cannot install X software because the system is waiting to reboot. and obviously a reboot doesn&#8217;t clear it or i wouldn&#8217;t be posting about it. The software that prompted me to post this was SQL server 2008.<br />
Heres how to fix the error. we need to open up Regedit by clicking start (then run) and typing &#8220;regedit&#8221; and hitting enter. Now navigate to the following key</p>
<blockquote><p>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager<br />
\PendingFileRenameOperations</p></blockquote>
<p>There will probably be several files listed in there, just edit the key and delete them all. Then restart the installation of whatever software it was, and it should get past that step!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.neondemon.com/archives/failed-to-install-due-to-pending-reboot/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Error 0x8099319e When converting Physical to Virtual (SCVMM)</title>
		<link>http://www.neondemon.com/archives/error-0x8099319e-when-converting-physical-to-virtual-scvmm</link>
		<comments>http://www.neondemon.com/archives/error-0x8099319e-when-converting-physical-to-virtual-scvmm#comments</comments>
		<pubDate>Wed, 12 May 2010 17:12:07 +0000</pubDate>
		<dc:creator>Mike Norman</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Physical to Virtual]]></category>
		<category><![CDATA[SCVMM]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[VMM]]></category>
		<category><![CDATA[Windows 2008 Server]]></category>

		<guid isPermaLink="false">http://www.neondemon.com/?p=2064</guid>
		<description><![CDATA[Ive been playing with converting some of our physical servers into virtual machines lately using the System Center Virtual Machine Manager. its actually surprisingly easy! but occasionally on some of our web servers i would get the following errors: Error (3154) An internal error has occurred trying to contact an agent on the server. (Internal [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Ive been playing with converting some of our physical servers into virtual machines lately using the System Center Virtual Machine Manager. its actually surprisingly easy! but occasionally on some of our web servers i would get the following errors:</p>
<blockquote><p>Error (3154)<br />
An internal error has occurred trying to contact an agent on the <servername> server.<br />
 (Internal error code: 0x8099319E)<br />
Recommended Action<br />
Ensure the agent is installed and running. Ensure the WMI service is installed and running, then restart the agent.</servername></p></blockquote>
<p>and</p>
<blockquote><p>Error (2910)<br />
VMM does not have appropriate permissions to access the resource  on the <servername> server.<br />
 (Access is denied (0&#215;80070005)<br />
Recommended Action<br />
Ensure that Virtual Machine Manager has the appropriate rights to perform this action.</servername></p></blockquote>
<p>It turned out this was due (for the most part) to port 443 being used by apache and other programs, If anything is listening on 443 it will throw a wrench into the P-V process. so you can try killing apache and all, and sometimes that works. i killed everything listening on port 443 then ran a &#8220;NETSTAT -ANB&#8221; to see if anything else was listening, came up that nothing was. so i ran it again and it failed. If your experiencing anything similar here is the solution:</p>
<p>1. Open Regedit.exe. on the physical machine (Not the SCVMM server)<br />
2. Navigate to the following registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft System Center Virtual Machine Manager Server\Setup<br />
3. Change the DWORD value &#8220;P2VBITSTcpPort&#8221;  to a port number less than 32768. (i used 32485, but aslong as its a unused port you&#8217;ll be fine)<br />
4. Restart the Virtual Machine Manager P2V Agent service.<br />
5. Retry the job on the SCVMM server</p>
<p>That will change the default port that the Virtual Machine Manager P2V agent uses. If you have any questions let me know! Hope this helps!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.neondemon.com/archives/error-0x8099319e-when-converting-physical-to-virtual-scvmm/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to fix &#8220;Invalid Disk&#8221; error in Windows 7</title>
		<link>http://www.neondemon.com/archives/how-to-fix-invalid-disk-error-in-windows-7</link>
		<comments>http://www.neondemon.com/archives/how-to-fix-invalid-disk-error-in-windows-7#comments</comments>
		<pubDate>Sat, 17 Apr 2010 05:36:37 +0000</pubDate>
		<dc:creator>Mike Norman</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Data Recovery]]></category>
		<category><![CDATA[Invalid Disk]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.neondemon.com/?p=2060</guid>
		<description><![CDATA[Ive been running windows 7 for a while now, and decided to pull some data off of old hard drives. I plugged in one of my ata drives though a usb device and the disk management said it was an invalid disk. i tried taking it off line and bringing it back online and that [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Ive been running windows 7 for a while now, and decided to pull some data off of old hard drives. I plugged in one of my ata drives though a usb device and the disk management said it was an invalid disk. i tried taking it off line and bringing it back online and that just crashed disk management. I did have the option to convert it to a basic disk but that would wipe all data! So here&#8217;s what i did to fix it and keep my precious data!<br />
First i downloaded <a href="http://mh-nexus.de/en/hxd/">HxD</a> its a free Hex editor. once its installed open the problem disk by clicking &#8220;Extras&#8221; then &#8220;Open Disk&#8221; Make sure you open the right disk! your disk management will list your disks starting with 0, this tool will start with 1. this is very important as you could seriously fuck shit up if you don&#8217;t do this proper <img src='http://www.neondemon.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Also, the default option is to open the disk read only, your going to want to uncheck that when your ready to fix your &#8220;Invalid disk&#8221;.<br />
So we&#8217;ve got the broken disk open, scroll down to offset 1C0(the row) and look in the 02 column. that cell should read &#8220;42&#8243; which means Dynamic disk, Change it to &#8220;07&#8243; and save changes. if your using this drive externally unplug it and plug it back in. otherwise reboot your computer.<br />
That should have re initialized the disk and it will now be readable. if not go into disk management and take the disk offline then bring it back online. and the best part No Data Loss!!! Hope this helps!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.neondemon.com/archives/how-to-fix-invalid-disk-error-in-windows-7/feed</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>How To Move Outlook Auto Complete Address List</title>
		<link>http://www.neondemon.com/archives/how-to-move-outlook-auto-complete-address-list</link>
		<comments>http://www.neondemon.com/archives/how-to-move-outlook-auto-complete-address-list#comments</comments>
		<pubDate>Tue, 16 Mar 2010 16:21:42 +0000</pubDate>
		<dc:creator>Mike Norman</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Address List]]></category>
		<category><![CDATA[auto complete]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">http://www.neondemon.com/?p=2044</guid>
		<description><![CDATA[A while back i had users complaining that they no longer had their drop down address list when they were sending email in outlook. You know that list that drops down when you start typing the name of your intended recipient? If your not using folder redirection this is how to move that list form [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>A while back i had users complaining that they no longer had their drop down address list when they were sending email in outlook. You know that list that drops down when you start typing the name of your intended recipient? If your not using folder redirection this is how to move that list form one computer to another:<br />
First off go to the computer that already has the auto complete list on it. close outlook and go to:</p>
<blockquote><p>For Windows XP: &#8220;C:\Documents and Settings\<username>\Application Data\Microsoft\Outlook\&#8221;<br />
For Windows 7: &#8220;%appdata%\Microsoft\Outlook\&#8221;</username></p></blockquote>
<p> show hidden files and locate the .NK2 file (it&#8217;ll prob be called Outlook.NK2). that&#8217;s the file containing the auto complete address list. Just copy this file to the same directory on the new computer (If your switching to 7 follow the windows 7 path above) and the list will be transferred! Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.neondemon.com/archives/how-to-move-outlook-auto-complete-address-list/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

