<?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>Top IT Providers &#187; Windows 7</title>
	<atom:link href="http://www.topitproviders.net/index.php/tag/windows-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.topitproviders.net</link>
	<description>Your resource for managed IT &#38; application development information</description>
	<lastBuildDate>Fri, 04 Nov 2011 19:54:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Debugging Windows 7 Blue Screen of Death (BSOD) Part 1</title>
		<link>http://www.topitproviders.net/index.php/2011/10/27/debugging-windows-7-blue-screen-of-death-bsod-part-1/</link>
		<comments>http://www.topitproviders.net/index.php/2011/10/27/debugging-windows-7-blue-screen-of-death-bsod-part-1/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 23:20:58 +0000</pubDate>
		<dc:creator>Emanuel Pirvulescu (IT Solutions)</dc:creator>
				<category><![CDATA[Managed IT Services]]></category>
		<category><![CDATA[BSOD]]></category>
		<category><![CDATA[Bug Check]]></category>
		<category><![CDATA[IRQL_NOT_LESS_OR_EQUAL]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[Symbols]]></category>
		<category><![CDATA[Winbdg]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.topitproviders.net/?p=1530</guid>
		<description><![CDATA[In part one of this blog we will discuss what a BSOD is why we get them and basic troubleshooting. In part two we will dive into some advanced level debugging using the WinDbg utility.    Part One: Through the years the Microsoft Windows Operating System (OS) has grown from 16-bit to 32-bit and now [...]]]></description>
			<content:encoded><![CDATA[<div class="mceTemp">
<div class="mceTemp mceIEcenter">
<div class="mceTemp mceIEcenter" style="text-align: justify">In part one of this blog we will discuss what a BSOD is why we get them and basic troubleshooting. In part two we will dive into some advanced level debugging using the WinDbg utility.</div>
</div>
</div>
<p><strong> </strong> </p>
<p><strong>Part One:</strong></p>
<p>Through the years the Microsoft Windows Operating System (OS) has grown from 16-bit to 32-bit and now to 64-bit. Even though Microsoft has added features and security settings that have caused the OS to swell in ize, it is actually much more stable and harder to crash than previous versions. The newest OS, Microsoft Windows 7, uses the User Mode and the Kernel Mode protection systems to allow multiple applications to run at the same time while greatly reducing the chance for a system crash. But crashes do happen, especially the Blue Screen error affectionately known as the “Blue Screen of Death” or BSOD. Whether or not you have a helpdesk to call for your <a href="http://www.itsolutions-inc.com/our_solutions/shared_vision/index.html">network support</a> needs, figuring out the cause and troubleshooting BSOD can be exhausting. We have found that the most common causes of BSOD in Windows operating systems are faulty device drivers, but it can also be caused by software or hardware errors, Windows installation errors, startup errors, or intermittent errors.</p>
<p>So knowing what causes Windows 7 to crash is the first step. The next step is finding the best way to stop these crashes from happening. Keeping your system updated is a good start. This means Microsoft updates for Windows and other software, such as Microsoft Office, third party drivers – especially video drivers, hardware drivers and firmware, and BIOS. Check your system by running a virus and spyware scan. Check the computer for hardware or memory errors &#8211; memory faults can easily cause Blue Screen errors. Another way to stop these crashes is by undoing recent changes with System Restore or booting into safe mode to troubleshoot the startup or driver issues. You can also try and load the default BIOS settings as resource conflicts and timing issues can be caused by incorrect BIOS settings. But in reality the most common cause of blue screen errors is a faulty device driver. Outdated, incorrect or corrupt drivers can cause the system to encounter a Stop error, resulting in a BSOD. The easiest way to fix a BSOD is to reinstall and update the systems device drivers.</p>
<p>So you’ve done all of the above but are still experiencing crashes and blue screens? Troubleshooting the BSOD error can be difficult, but Microsoft has given us some tools to uncover and address the source of the operating system crash. The first thing to do is to setup the Startup and Recovery settings as shown in Fig 1. </p>
<div id="attachment_1546" class="wp-caption aligncenter" style="width: 242px"><a href="http://www.topitproviders.net/wp-content/uploads/2011/10/Fig-1.png"><img class="size-full wp-image-1546 " src="http://www.topitproviders.net/wp-content/uploads/2011/10/Fig-1.png" alt="Startup and Recovery Settings" width="232" height="272" /></a><p class="wp-caption-text">Fig 1.</p></div>
<p> </p>
<p>By unchecking the ‘Automatically restart’ option the computer will no longer automatically reboot after a BSOD and we can take a look at the crash screen and get the error message and stop error code (Fig 2). This also allows us to get a physical dump or ‘Minidump’ of the processes that were running and/or loaded in memory. Note: Although we will get both a Kernel dump file and a Minidump file for each crash the system will only save the last Kernel dump file. You will have a Minidump file for every crash event.</p>
<div id="attachment_1553" class="wp-caption aligncenter" style="width: 410px"><a href="http://www.topitproviders.net/wp-content/uploads/2011/10/Fig-2.png"><img class="size-full wp-image-1553 " src="http://www.topitproviders.net/wp-content/uploads/2011/10/Fig-2.png" alt="Blue Sceen of Death crash image" width="400" height="300" /></a><p class="wp-caption-text">Fig. 2</p></div>
<p> </p>
<p>There are a myriad or stop error codes and messages. I will list the common ones below and what they reference.</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="253" valign="top"><strong>Stop Code : STOP 0x0000000A IRQL_NOT_LESS_OR_EQUAL </strong></td>
<td width="385" valign="top">This error is caused by a buggy device driver or an actual hardware conflict. If you&#8217;ve recently added new hardware to your system, try removing it and see if the error goes away.<strong> </strong></td>
</tr>
<tr>
<td width="253" valign="top"><strong>Stop Code: STOP 0&#215;00000019 BAD_POOL_HEADER</strong><strong> </strong></td>
<td width="385" valign="top">This is, perhaps, the most obscure error message. In most cases, if you receive this error, it&#8217;s related to the most recent change you&#8217;ve made on your system. Try undoing the change to get rid of the error<strong> </strong></td>
</tr>
<tr>
<td width="253" valign="top"><strong>Stop Code: STOP 0&#215;00000024 NTFS_FILE_SYSTEM</strong></td>
<td width="385" valign="top">This error indicates a file system or hard disk corruption. If your system is bootable, run CHKDSK /F on all of your partitions immediately. If your system isn&#8217;t bootable, you may have to try repairing the OS or reinstalling.<strong> </strong></td>
</tr>
<tr>
<td width="253" valign="top"><strong>Stop Code: STOP 0x0000007B INACCESSIBLE_BOOT_DEVICE</strong></td>
<td width="385" valign="top">Just as the name implies, this error indicates that Windows is having trouble reading from the hard disk. This error can be caused by a faulty device driver, defective cable, or bad hard drive. It could be an incorrect ARC path or Boot.ini reference. If you&#8217;ve checked for these problems, but are still receiving the error, check to make sure that a virus hasn&#8217;t destroyed your boot sector.<strong> </strong></td>
</tr>
<tr>
<td width="253" valign="top"><strong>Stop Code: STOP 0&#215;00000080 NMI_HARDWARE_FAILURE</strong></td>
<td width="385" valign="top">This is a generic error message in which the hardware abstraction layer can&#8217;t report on the true cause of the error. In such a situation, Microsoft recommends calling the hardware vendor. This error can sometimes be caused by defective or mismatched RAM.<strong> </strong></td>
</tr>
</tbody>
</table>
<p> </p>
<p>A complete list of stop codes and descriptions can be found on the MSDN Library site located here: <a href="http://msdn.microsoft.com/en-us/library/hh406232(v=VS.85).aspx">http://msdn.microsoft.com/en-us/library/hh406232(v=VS.85).aspx</a></p>
<p>Although these error codes are helpful, we can also check the Windows event logs for more information related to the crash (Fig 3).  You should check all system and application events that preceded the system crash.</p>
<div id="attachment_1556" class="wp-caption aligncenter" style="width: 459px"><a href="http://www.topitproviders.net/wp-content/uploads/2011/10/Fig-3.png"><img class="size-full wp-image-1556" src="http://www.topitproviders.net/wp-content/uploads/2011/10/Fig-3.png" alt="Event Viewer system crash message" width="449" height="311" /></a><p class="wp-caption-text">Fig. 3</p></div>
<p> </p>
<p>We can also look at the error report generated by Windows before sending it to Microsoft (Fig. 4) to see if it sheds any more light on the error and for the location of the Minidump file.</p>
<div id="attachment_1558" class="wp-caption aligncenter" style="width: 477px"><a href="http://www.topitproviders.net/wp-content/uploads/2011/10/Fig-4.png"><img class="size-full wp-image-1558" src="http://www.topitproviders.net/wp-content/uploads/2011/10/Fig-4.png" alt="Microsoft Error Report prior to uploading" width="467" height="287" /></a><p class="wp-caption-text">Fig. 4</p></div>
<p> </p>
<p>An important point that is not well known is that most crashes are repeat crashes. This is because most administrators are not able to resolve system crashes immediately. As a result those crashes unfortunately tend to occur again.</p>
<p>Hopefully these steps will assist you in resolving the BSOD error.</p>
<p>In the next installment of this blog we will use the WinDbg utility to analyze the MEMORY.DMP and Minidump files to further track down the cause of the system crash.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.topitproviders.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.topitproviders.net/index.php/2011/10/27/debugging-windows-7-blue-screen-of-death-bsod-part-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows 7 Keyboard Shortcuts</title>
		<link>http://www.topitproviders.net/index.php/2010/11/19/windows-7-keyboard-shortcuts/</link>
		<comments>http://www.topitproviders.net/index.php/2010/11/19/windows-7-keyboard-shortcuts/#comments</comments>
		<pubDate>Fri, 19 Nov 2010 14:16:07 +0000</pubDate>
		<dc:creator>clarisnetworks.com</dc:creator>
				<category><![CDATA[Managed IT Services]]></category>
		<category><![CDATA[Claris Networks]]></category>
		<category><![CDATA[efficient]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[productive]]></category>
		<category><![CDATA[shortcuts]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.topitproviders.net/?p=529</guid>
		<description><![CDATA[Back when Windows 7 hit the streets, the Claris Networks crew assembled a list of a few of the more helpful shortcuts in the software. We all want to access our information more quickly, be able to navigate our desktops and laptops more efficiently and have a more productive work pattern. These shortcuts can help: [...]]]></description>
			<content:encoded><![CDATA[<p>Back when Windows 7 hit the streets, the <a href="http://clarisnetworks.com">Claris Networks </a>crew assembled a list of a few of the more helpful shortcuts in the software. We all want to access our information more quickly, be able to navigate our desktops and laptops more efficiently and have a more productive work pattern. These shortcuts can help:</p>
<p>1.       <strong>Win + Home</strong>  This shortcut clears all windows on your screen except for the one that’s active. It cleans up your workspace and makes it easier to focus on one task.</p>
<p>2.       <strong>Win + Up, Win + Down</strong> Respectively, these two different commands maximize or minimize your active window. It can provide room for other applications or give you a chance to look at something else you’re working on.</p>
<p>3.       <strong>Win + (+/-) </strong>This will allow you to zoom in or out on what you’re working with. If something on a webpage is hard to read, you simply hit Win + (+) and the text magnifies. Need to restore the screen view? Just hit Win + (-) and the screen will restore to the previous size.</p>
<p>4.       <strong>Win + L</strong> Using this command will lock your desktop and display a windows logon screen, securing your machine from snooping eyes.</p>
<p>5.       <strong>Alt + Esc</strong> This command allows you to cycle through open windows. It is helpful when trying to view multiple reports or browse articles or websites, but you’re unsure of what to click in the taskbar.</p>
<p>6.       <strong>Win + Space</strong>  This combination makes all open windows transparent, allowing the user to view the desktop. This could be important when needing to locate a file or drive only located on the desktop.</p>
<p>7.       <strong>Ctrl + Shift + N</strong>  Last but not least, this shortcut allows the user to create a new folder.</p>
<p>This is not an exhaustive list by any means, so if you know of some we have not included, please contact us! Enjoy the process of becoming a Windows 7 keyboard shortcut/productivity ninja.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.topitproviders.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.topitproviders.net/index.php/2010/11/19/windows-7-keyboard-shortcuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can My Machine Run Windows 7?</title>
		<link>http://www.topitproviders.net/index.php/2009/09/29/can-my-machine-run-windows-7/</link>
		<comments>http://www.topitproviders.net/index.php/2009/09/29/can-my-machine-run-windows-7/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 18:57:21 +0000</pubDate>
		<dc:creator>Justin Ozol (IT Solutions)</dc:creator>
				<category><![CDATA[Managed IT Services]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.topitproviders.net/?p=117</guid>
		<description><![CDATA[Windows 7 is officially released in October; are you ready to assess your clients machines?]]></description>
			<content:encoded><![CDATA[<p>With the impending release (10/22/09) of <a href="http://windows.microsoft.com/en-US/windows7/products/home?os=nonwin7" target="_blank">Windows 7</a> I&#8217;ve been getting more and more questions from my clients about it.  Do I like it?  Should they get it?  Why is it better?  <em>Can their current machines run it?<span id="more-117"></span></em></p>
<p>This last question tends to be, personally, the one I&#8217;m most hesitant to answer directly.  Enter Microsoft&#8217;s <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=1b544e90-7659-4bd9-9e51-2497c146af15" target="_blank">Windows 7 Upgrade Advisor</a>.  Still in beta, it has worked splendidly every time I&#8217;ve tried it.  A small download which installs and runs quickly, it assesses hardware <strong>and attached devices</strong> to tell you about any potential problems, and then allows you to save the report!  This includes network printers, USB drives, etc. which obviously helps to avoid the potential for post-installation client meltdowns.  And lets face it &#8211; who wants to research whether Fern Potter&#8217;s favorite Okidata dot matrix printer (as seen in <a href="http://www.2flashgames.com/f/f-551.htm" target="_blank">Wargames</a>) will be compatible?</p>
<p>I&#8217;m already running Windows 7, but I&#8217;m including a screenshot of the sorts of feedback it can provide. </p>
<div id="attachment_118" class="wp-caption aligncenter" style="width: 798px"><img class="size-full wp-image-118" src="http://www.topitproviders.net/wp-content/uploads/2009/09/windows7advisor.JPG" alt="Windows 7.  Are you ready?" width="788" height="571" /><p class="wp-caption-text">Windows 7. Are you ready?</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.topitproviders.net/index.php/2009/09/29/can-my-machine-run-windows-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

