<?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>Network Steve</title>
	<atom:link href="http://www.networksteve.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.networksteve.com</link>
	<description>Windows Administration Tools, Tips and News</description>
	<lastBuildDate>Thu, 04 Mar 2010 13:55:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Open a command prompt from any folder</title>
		<link>http://www.networksteve.com/index.php/2010/03/open-a-command-prompt-from-any-folder/</link>
		<comments>http://www.networksteve.com/index.php/2010/03/open-a-command-prompt-from-any-folder/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 13:55:15 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.networksteve.com/?p=2243</guid>
		<description><![CDATA[
Windows 7, and Vista have a cool feature. Press shift while right clicking on any folder, and some new menu options are shown:

One of them allows you to open a command prompt that is rooted right in that folder. This is a convenient option, since you don&#8217;t have to launch a command line, and then [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.networksteve.com/index.php/2010/03/open-a-command-prompt-from-any-folder/" title="Permanent link to Open a command prompt from any folder"><img class="post_image alignleft remove_bottom_margin" src="http://www.networksteve.com/icons/Command.jpg" width="103" height="88" alt="Post image for Open a command prompt from any folder" /></a>
</p><p>Windows 7, and Vista have a cool feature. Press shift while right clicking on any folder, and some new menu options are shown:</p>
<p><img src="http://www.networksteve.com/images/Open%20Command%20Windows%20Here%20Windows%207.jpg" alt="Open Command Prompt Here"/></p>
<p>One of them allows you to open a command prompt that is rooted right in that folder. This is a convenient option, since you don&#8217;t have to launch a command line, and then work your way back to that folder.</p>
<p>Unfortunately it does not exist in 2000, 2003, or XP &#8211; But I found an easy way to add it.</p>
<p>Create a new file on your desktop and call it &#8220;Command.reg&#8221;. Right click on it and edit it with notepad.</p>
<p>Add the following lines:<br />
<code><br />
REGEDIT4<br />
[HKEY_CLASSES_ROOT\Directory\shell\cmd]<br />
@="Open Command Line Here"<br />
[HKEY_CLASSES_ROOT\Directory\shell\cmd\command]<br />
@="cmd /k \"cd %L\""<br />
</code></p>
<p>Save it, and then double click on it to add it to the registry. When it asks you to confirm.</p>
<p><img src="http://www.networksteve.com/images/Registry%20Confirm%20201003.jpg" alt="Registry Confirm Window"/></p>
<p>Just say yes.</p>
<p>And now, when you right click on a folder in XP/2000/2003 (No shift needed) you get the same option:</p>
<p><img src="http://www.networksteve.com/images/Open%20Command%20Line%20Here%20XP%20201003.jpg" alt="Open Command Line Here XP"/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.networksteve.com/index.php/2010/03/open-a-command-prompt-from-any-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turn Windows 7 into a wireless access point</title>
		<link>http://www.networksteve.com/index.php/2010/02/turn-windows-7-into-a-wireless-access-point/</link>
		<comments>http://www.networksteve.com/index.php/2010/02/turn-windows-7-into-a-wireless-access-point/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 15:49:46 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Utility]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.networksteve.com/?p=2226</guid>
		<description><![CDATA[
For years now I have been able to share my Verizon wireless connection with friends and family using my Apple running OSX. Linux can do this too. 
It has not been possible with Windows until now. Microsoft has added some features to 7 that allow a wireless card to be put into promiscuous mode and [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.networksteve.com/index.php/2010/02/turn-windows-7-into-a-wireless-access-point/" title="Permanent link to Turn Windows 7 into a wireless access point"><img class="post_image alignleft remove_bottom_margin" src="http://www.networksteve.com/icons/Wireless.jpg" width="40" height="41" alt="Post image for Turn Windows 7 into a wireless access point" /></a>
</p><p>For years now I have been able to share my Verizon wireless connection with friends and family using my Apple running OSX. Linux can do this too. </p>
<p>It has not been possible with Windows until now. Microsoft has added some features to 7 that allow a wireless card to be put into promiscuous mode and turned into a true wireless AP.</p>
<p>From my testing I can see that it does not work for all wireless cards. I would imagine the driver and hardware needs to support it. You will have to experiment and see if it works for you.</p>
<p>There are two ways to do this. First, you can go the easy route and use a free tool called Connectify. It makes this process very simple.</p>
<p>Just visit <a href="http://www.connectify.me/" target="_new">http://www.connectify.me/</a> and download the latest version of their software.</p>
<p>Once you install it, you can pick the wireless card you are going to use, the SSID, and the password:</p>
<p><img src="http://www.networksteve.com/images/Connectify%20201002.jpg" alt="Connectify Screen Shot"/></p>
<p>Hit the &#8220;Start hotspot&#8221; button and you are ready to go. Best of all this software is free&#8230;.this is right from their website:</p>
<p><img src="http://www.networksteve.com/images/Connectify%20Free%20201002.jpg" alt="Connectify Free"/></p>
<p>The alternative to using Connectify is to make some calls to netsh from the command line. Open a command line as an administrator (Right click and pick &#8216;run as administrator&#8217;).</p>
<p>Type this:</p>
<p><code>netsh wlan set hostednetwork mode=allow ssid=[ssid] key=[key]</code></p>
<p>Replace the [ssid] with the ssid of your choice, and [key] with the WPA2 key that you want to use. </p>
<p>Next you will need to turn on internet connection sharing. You will need to go to the properties of the network card that is providing internet access. This is kind of buried in Windows 7, so I will walk you through.</p>
<p>First go to the control panel, and click on &#8220;Network and Internet&#8221;:</p>
<p><img src="http://www.networksteve.com/images/Network%20and%20Internet%20201002.jpg" alt="Network and Internet"/></p>
<p>When the next window shows, click on &#8220;Network and Sharing Center&#8221;:</p>
<p><img src="http://www.networksteve.com/images/Network%20and%20Sharing%20Center.jpg" alt="Network and Sharing Center"/></p>
<p>A new window will show. Look to the left, and click on the text that says &#8220;Change Adapter Settings&#8221;:</p>
<p><img src="http://www.networksteve.com/images/Change%20Adapter%20Settings%20201002.jpg" alt="Change Adapter Settings"/></p>
<p>Now you can simply right click and go to the properties of the network card that provides internet access:</p>
<p><img src="http://www.networksteve.com/images/Network%20Properties%20201002.jpg" alt="Network Properties"/></p>
<p>Go to the sharing tab and enable internet connecting sharing:</p>
<p><img src="http://www.networksteve.com/images/Share%20Network%20Adapter%20201002.jpg" alt="Share Network Adapter"/></p>
<p>Click OK, and now you are set. You can start using your Windows 7 machine as an access point</p>
<p>Just one detail for both methods &#8211; you are forced to use WPA2 encryption for the connection, so you may have trouble with older devices, and operating systems that do not support it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.networksteve.com/index.php/2010/02/turn-windows-7-into-a-wireless-access-point/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add checkboxes for file selection in Windows 7</title>
		<link>http://www.networksteve.com/index.php/2010/02/add-checkboxes-for-file-selection-in-windows-7/</link>
		<comments>http://www.networksteve.com/index.php/2010/02/add-checkboxes-for-file-selection-in-windows-7/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 18:26:11 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Utility]]></category>
		<category><![CDATA[Windows 2008 R2]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.networksteve.com/?p=2212</guid>
		<description><![CDATA[
From time to time I will have a folder that I need to clean out. Usually with a large number of files. The problem is that I want to select only specific files or folders:

This is easy to do by holding down the CTRL key, but I always find that halfway through my selection process [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.networksteve.com/index.php/2010/02/add-checkboxes-for-file-selection-in-windows-7/" title="Permanent link to Add checkboxes for file selection in Windows 7"><img class="post_image alignleft remove_bottom_margin" src="http://www.networksteve.com/icons/Windows7.jpg" width="97" height="97" alt="Post image for Add checkboxes for file selection in Windows 7" /></a>
</p><p>From time to time I will have a folder that I need to clean out. Usually with a large number of files. The problem is that I want to select only specific files or folders:</p>
<p><img src="http://www.networksteve.com/images/Select%20No%20Checkboxes%20201002.jpg" alt="Select with no checkboxes"/></p>
<p>This is easy to do by holding down the CTRL key, but I always find that halfway through my selection process I fat finger it and then I have to start over again.</p>
<p>I found a new feature in Windows 7 that allows you to select in a totally different way. Using checkboxes. You can simply check the files or folders you want to select by checking them off &#8211; no CTRL key needed.</p>
<p>To turn it on, open any folder in explorer, and hold down ALT, then T to get the menu to show up. Go to tools then options. Go to the view tab and find the option that says:</p>
<p>&#8220;Use check boxes to select items&#8221;</p>
<p><img src="http://www.networksteve.com/images/Checkbox%20Selection%20Option%20201002.jpg" alt="Checkbox Selection Option"/></p>
<p>When you want to select an item, you can hover over it and a checkbox will show up. Simply check the ones you want to select:</p>
<p><img src="http://www.networksteve.com/images/Selected%20Items%20201002.jpg" alt="Selected Items"/></p>
<p>Now there is no need to worry about pressing the wrong button and losing your entire selection.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.networksteve.com/index.php/2010/02/add-checkboxes-for-file-selection-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get to the recycle bin &#8211; even when it is hidden.</title>
		<link>http://www.networksteve.com/index.php/2010/02/get-to-the-recycle-bin-even-when-it-is-hidden/</link>
		<comments>http://www.networksteve.com/index.php/2010/02/get-to-the-recycle-bin-even-when-it-is-hidden/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 16:39:13 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 2000]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.networksteve.com/?p=2205</guid>
		<description><![CDATA[
Now this is a cool little time saver tip. Unfortunately this only works in XP, and 2000.
Lets say you got lots of windows open, and you have a file or folder you want to quickly get to the recycle bin

Just drag your file or folder to an empty spot on the task bar (Don&#8217;t let [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.networksteve.com/index.php/2010/02/get-to-the-recycle-bin-even-when-it-is-hidden/" title="Permanent link to Get to the recycle bin &#8211; even when it is hidden."><img class="post_image alignleft remove_bottom_margin" src="http://www.networksteve.com/icons/Recycle.jpg" width="78" height="78" alt="Post image for Get to the recycle bin &#8211; even when it is hidden." /></a>
</p><p>Now this is a cool little time saver tip. Unfortunately this only works in XP, and 2000.</p>
<p>Lets say you got lots of windows open, and you have a file or folder you want to quickly get to the recycle bin</p>
<p><a href="http://www.networksteve.com/images/Full%20Screen%20201002.jpg"><img border=0 src="http://www.networksteve.com/images/Full%20Screen%20Small%20201002.jpg" alt="Screen full of windows"></a></p>
<p>Just drag your file or folder to an empty spot on the task bar (Don&#8217;t let go!)</p>
<p><img src="http://www.networksteve.com/images/Task%20Bar%20Recycle%20201002.jpg" alt="Task Bar Recycle"/></p>
<p>And bam! All your windows will minimize</p>
<p><a href="http://www.networksteve.com/images/Full%20Screen%20With%20Recycle%20201002.jpg"><img border=0 src="http://www.networksteve.com/images/Full%20Screen%20With%20Recycle%20Small%20201002.jpg" alt="Empty Screen"/></a></p>
<p>Now you can easily reach the recycle bin only using your mouse.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.networksteve.com/index.php/2010/02/get-to-the-recycle-bin-even-when-it-is-hidden/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Bring the quick launch bar in Windows 7</title>
		<link>http://www.networksteve.com/index.php/2010/02/bring-the-quick-launch-bar-in-windows-7/</link>
		<comments>http://www.networksteve.com/index.php/2010/02/bring-the-quick-launch-bar-in-windows-7/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 21:09:58 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.networksteve.com/?p=2194</guid>
		<description><![CDATA[
If you have been using Windows 7 you may have noticed that the quick launch bar is missing.
The quick launch bar was available in Vista, XP, and Windows 2000. 
Here it is a shot of it under Windows XP:

There is probably a good reason for them to remove it. With the complete redesign of the [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.networksteve.com/index.php/2010/02/bring-the-quick-launch-bar-in-windows-7/" title="Permanent link to Bring the quick launch bar in Windows 7"><img class="post_image alignleft remove_bottom_margin" src="http://www.networksteve.com/icons/Windows7.jpg" width="97" height="97" alt="Post image for Bring the quick launch bar in Windows 7" /></a>
</p><p>If you have been using Windows 7 you may have noticed that the quick launch bar is missing.</p>
<p>The quick launch bar was available in Vista, XP, and Windows 2000. </p>
<p>Here it is a shot of it under Windows XP:</p>
<p><img src="http://www.networksteve.com/images/Old%20Quick%20Launch%20Bar%20201002.jpg" alt="Old Quick Launch Bar"/></p>
<p>There is probably a good reason for them to remove it. With the complete redesign of the explorer interface, there are probably better ways of accomplishing the same thing.</p>
<p>I am stuck in my ways, and I like the quick launch. I found a way to get it back in Windows 7.</p>
<p>Right click on the task bar. Go to toolbars, and then click on new toolbar:</p>
<p><img src="http://www.networksteve.com/images/New%20Tool%20Bar%20201002.jpg" alt="New Tool Bar"/></p>
<p>It will popup a folder selection box. The folder you select will become the source for your quick launch. In my case, I created a folder under my user profile called &#8220;Quick Launch&#8221;:</p>
<p><img src="http://www.networksteve.com/images/Tool%20Bar%20Folder%20Selection%20201002.jpg" alt="Tool Bar Folder"/></p>
<p>Now&#8230;we need to make some changes. First unlock the task bar by right clicking it and unchecking that option:</p>
<p><img src="http://www.networksteve.com/images/Lock%20Tool%20Bar 201002.jpg" alt="Unlock Tool Bar"/></p>
<p>Then right click on the new tool bar and uncheck show text, and show title:</p>
<p><img src="http://www.networksteve.com/images/Quick%20Launch%20Properties%20201002.jpg" "Uncheck Properties"/></p>
<p>Now, you have a quick launch. Move it over to the left (You can since you unlocked the task bar) Just drop shortcuts into the folder you selected, and they will show up:</p>
<p><img src="http://www.networksteve.com/images/Windows%207%20Quick%20Launch%20201002.jpg" alt="Quick Launch in Windows 7"/></p>
<p>Lock the task bar again, and you have a quick launch bar in Windows 7.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.networksteve.com/index.php/2010/02/bring-the-quick-launch-bar-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Open a hidden control panel in Windows 7</title>
		<link>http://www.networksteve.com/index.php/2010/01/open-a-hidden-control-panel-in-windows-7/</link>
		<comments>http://www.networksteve.com/index.php/2010/01/open-a-hidden-control-panel-in-windows-7/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 20:52:01 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.networksteve.com/?p=2177</guid>
		<description><![CDATA[
I have been hearing lots of chatter about this hidden feature in Windows 7. Everyone is calling it &#8220;God Mode&#8221;
You will see why it is called that in a minute, but essentially it is a hidden control panel that gives you easy access to just about every setting in Windows 7.
To get to it, simply [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.networksteve.com/index.php/2010/01/open-a-hidden-control-panel-in-windows-7/" title="Permanent link to Open a hidden control panel in Windows 7"><img class="post_image alignleft remove_bottom_margin" src="http://www.networksteve.com/icons/ControlPanel.jpg" width="70" height="70" alt="Post image for Open a hidden control panel in Windows 7" /></a>
</p><p>I have been hearing lots of chatter about this hidden feature in Windows 7. Everyone is calling it &#8220;God Mode&#8221;</p>
<p>You will see why it is called that in a minute, but essentially it is a hidden control panel that gives you easy access to just about every setting in Windows 7.</p>
<p>To get to it, simply create a new folder on your desktop:</p>
<p><img src="http://www.networksteve.com/images/New%20Folder%20201001.jpg" alt="Create New Folder"/></p>
<p>Then rename it to this:</p>
<p><code>GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}</code></p>
<p><img src="http://www.networksteve.com/images/Rename%20Folder%20201001.jpg" alt="Rename Folder"/></p>
<p>After you finish renaming the folder, the icon will change:</p>
<p><img src="http://www.networksteve.com/images/God%20Mode%20Folder%20201001.jpg" alt="New God Mode Folder"/></p>
<p>Double click on it, and you will be shown a huge (That is not even the right word) number of options:</p>
<p><a href="http://www.networksteve.com/images/God%20Mode%20Menu%20Options%20201001.jpg"><img border=0 src="http://www.networksteve.com/images/God%20Mode%20Menu%20Options%20Small%20201001.jpg" alt="Hidden Control Panel Options"/></a></p>
<p>(Click to see all the options &#8211; it is a big image!)</p>
<p>Now with the warning &#8211; It works great in Windows 7, and Vista. But! If you have the 64 bit version of Vista do not try this&#8230;it will crash every time explorer is loaded. The only way out is to use a command line recovery or safe mode from another account.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.networksteve.com/index.php/2010/01/open-a-hidden-control-panel-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Open a commonly used folder &#8211; fast</title>
		<link>http://www.networksteve.com/index.php/2010/01/open-a-commonly-used-folder-fast/</link>
		<comments>http://www.networksteve.com/index.php/2010/01/open-a-commonly-used-folder-fast/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 20:49:03 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.networksteve.com/?p=2169</guid>
		<description><![CDATA[
Here is a simple tip that I just started using myself. Do you have a folder that you constantly need to open throughout the day?
Well, I do. While developing software I always need to get to the distribution folder to check on files and make sure our daily compiles are running smoothly.
Here is how it [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.networksteve.com/index.php/2010/01/open-a-commonly-used-folder-fast/" title="Permanent link to Open a commonly used folder &#8211; fast"><img class="post_image alignleft remove_bottom_margin" src="http://www.networksteve.com/icons/folder.jpg" width="100" height="100" alt="Post image for Open a commonly used folder &#8211; fast" /></a>
</p><p>Here is a simple tip that I just started using myself. Do you have a folder that you constantly need to open throughout the day?</p>
<p>Well, I do. While developing software I always need to get to the distribution folder to check on files and make sure our daily compiles are running smoothly.</p>
<p>Here is how it works. You create a short-cut to your favorite folder, and then in the properties you can assign a hot key.</p>
<p>That way, instead of clicking forever, you can simply hit a key combination and the folder will appear.</p>
<p>Let me walk you through it. First, I am going to create a shortcut to the folder on my desktop:</p>
<p><img src="http://www.networksteve.com/images/Shortuct%20Hotkey%20Step%201%20201001.jpg" alt="Shortcut Hot Key"/></p>
<p>Right click on it, and go to properties. A window will pop up. Click on the edit box that is titled &#8220;Shortcut key&#8221;</p>
<p><img src="http://www.networksteve.com/images/Shortuct%20Hotkey%20Step%202%20201001.jpg" alt="Shortcut hot key"/></p>
<p>Now that it is selected&#8230;press the key you would like as your &#8216;hotkey&#8217;. </p>
<p>Then, when you want that folder&#8230;simply presss CTRL-ALT + your hotkey, and the folder will be there in seconds.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.networksteve.com/index.php/2010/01/open-a-commonly-used-folder-fast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find drivers for an unknown device</title>
		<link>http://www.networksteve.com/index.php/2010/01/find-drivers-for-an-unknown-device/</link>
		<comments>http://www.networksteve.com/index.php/2010/01/find-drivers-for-an-unknown-device/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 19:45:37 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Utility]]></category>

		<guid isPermaLink="false">http://www.networksteve.com/?p=2160</guid>
		<description><![CDATA[
The worst thing about a format and reload is that sometimes, it is impossible to find all of your drivers.
Usually I have lost the driver disks. If it is a &#8220;White Box Special&#8221; that I built from NewEgg&#8230;well I will have no idea what components I put into it.
I have found an excellent solution &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.networksteve.com/index.php/2010/01/find-drivers-for-an-unknown-device/" title="Permanent link to Find drivers for an unknown device"><img class="post_image alignleft remove_bottom_margin" src="http://www.networksteve.com/icons/UnknownDevices.jpg" width="55" height="55" alt="Post image for Find drivers for an unknown device" /></a>
</p><p>The worst thing about a format and reload is that sometimes, it is impossible to find all of your drivers.</p>
<p>Usually I have lost the driver disks. If it is a &#8220;White Box Special&#8221; that I built from NewEgg&#8230;well I will have no idea what components I put into it.</p>
<p>I have found an excellent solution &#8211; a free tool called &#8220;Unknown Devices&#8221;</p>
<p>Zip on over to <a href="http://www.halfdone.com/ukd/">Halfdone Development</a> and download a free copy. Don&#8217;t let the old build date fool you &#8211; the program still works quite well&#8230;even on Windows 7 and Vista systems.</p>
<p>When you download it, make sure you extract the exe *and* the zip file&#8230;and they remain in the same folder. I made a mistake of thinking the zip file was not necessary. It contains all of the driver lookup information.</p>
<p>A good example is a white box that I built a year or two ago. I formatted it, and could not even remember who made the motheboard.</p>
<p>A peek at the device manager shows the unknown devices:</p>
<p><img src="http://www.networksteve.com/images/Unknown%20Device%20Manager%2020100113.jpg"></p>
<p>Easily found by this cool little utility. Run it, and bam &#8211; it shows me a list:</p>
<p><img src="http://www.networksteve.com/images/Unknown%20Devices%2020100113.jpg"></p>
<p>After that, I was able to right click on them and do a search on google. Within 30 minutes I was able to get all of my drivers downloaded and installed.</p>
<p>Give it a spin, it will save you a ton of time when trying to find the drivers after a rebuild &#8211; and it beats tearing the machine open to read model numbers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.networksteve.com/index.php/2010/01/find-drivers-for-an-unknown-device/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get notified when a service fails</title>
		<link>http://www.networksteve.com/index.php/2010/01/get-notified-when-a-service-fails/</link>
		<comments>http://www.networksteve.com/index.php/2010/01/get-notified-when-a-service-fails/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 15:01:52 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Utility]]></category>

		<guid isPermaLink="false">http://www.networksteve.com/?p=2137</guid>
		<description><![CDATA[
No matter what company I have worked for, there is always a Windows service that crashes once in a while &#8211; like clock work. 
The problem: The service that crashes is important,  does real time processing, and must always be active.
I came up with a quick and easy way of getting notified when your [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.networksteve.com/index.php/2010/01/get-notified-when-a-service-fails/" title="Permanent link to Get notified when a service fails"><img class="post_image alignleft remove_bottom_margin" src="http://www.networksteve.com/icons/services.jpg" width="100" height="98" alt="Post image for Get notified when a service fails" /></a>
</p><p>No matter what company I have worked for, there is always a Windows service that crashes once in a while &#8211; like clock work. </p>
<p>The problem: The service that crashes is important,  does real time processing, and must always be active.</p>
<p>I came up with a quick and easy way of getting notified when your favorite service crashes.</p>
<p>First, you will need a copy of the free tool called blat. You can get a copy of it here:</p>
<p><a href="http://www.blat.net">Blat command line emailer</a></p>
<p>Download it, and copy it to a place on the server that is easy for your batch files to find.</p>
<p>Next, we will need to set up a batch file that will create and send out our email with blat. For my example, I am going to get a notification each time the print spooler crashes (Because of a buggy print driver)&#8230;so I want my email to tell me that the print spooler crashed.</p>
<p>Here is what the batch file would look like:<br />
<code><br />
blat -subject "Spooler Crashed again" -body "Go fix the printer...the spooler crashed again!" -to support@intelliadmin.com -from alert@intelliadmin.com<br />
</code></p>
<p>This email will have a subject of &#8220;Spooler Crashed again&#8221; and a body of &#8220;Go fix the printer&#8230;the spooler crashed again!&#8221;. Some of you wise guys may be saying, &#8220;just set that service to restart, and you don&#8217;t even have to touch it!&#8221; </p>
<p>Unfortunately when the spooler crashes, a helper process is still stuck in the background&#8230;and it will crash the spooler until you kill it.</p>
<p>Save the batch file in a place you can easily find it. I am going to call mine &#8220;scnotify.bat&#8221;. Run it from the command line once and make sure it is working properly.</p>
<p>Now, go into the service list (Click start then run, and type services.msc..and hit OK). Find your &#8216;problem&#8217; service, and right click on it &#8211; go to properties.</p>
<p><img src="http://www.networksteve.com/images/Services%20List%2020100105.jpg" alt="Service List"/></p>
<p>A window will show. Move over to the recovery tab, and select the drop down for the first failure. Pick the &#8220;run a program&#8221; option:</p>
<p><img src="http://www.networksteve.com/images/Service%20Alert Properties%2020100105.jpg" alt="Service Properties"/></p>
<p>Once you do that, the options for the application will become enabled. Select your batch file that you created before:</p>
<p><img src="http://www.networksteve.com/images/Service%20Alert%20Select%20Application%2020100105.jpg" alt="Select Application"/></p>
<p>That is all there is to it. Now when that critical service crashes, you will know right away.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.networksteve.com/index.php/2010/01/get-notified-when-a-service-fails/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Troubleshoot Windows 7 with the &#8220;Problem Steps Recorder&#8221;</title>
		<link>http://www.networksteve.com/index.php/2009/12/troubleshoot-windows-7-with-the-problem-steps-recorder/</link>
		<comments>http://www.networksteve.com/index.php/2009/12/troubleshoot-windows-7-with-the-problem-steps-recorder/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 19:17:27 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Utility]]></category>
		<category><![CDATA[Windows 2008 R2]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.networksteve.com/?p=2103</guid>
		<description><![CDATA[
While digging around, I found this very cool utility included with Windows 7. It is called &#8220;Problem Steps Recorder&#8221;. 
The program allows you to record a set of actions, and then save it as a zip file, and allow someone else to see what you did.
This is perfect when trying to troubleshoot an issue, but [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.networksteve.com/index.php/2009/12/troubleshoot-windows-7-with-the-problem-steps-recorder/" title="Permanent link to Troubleshoot Windows 7 with the &#8220;Problem Steps Recorder&#8221;"><img class="post_image alignleft remove_bottom_margin" src="http://www.networksteve.com/icons/Record.jpg" width="110" height="110" alt="Post image for Troubleshoot Windows 7 with the &#8220;Problem Steps Recorder&#8221;" /></a>
</p><p>While digging around, I found this very cool utility included with Windows 7. It is called &#8220;Problem Steps Recorder&#8221;. </p>
<p>The program allows you to record a set of actions, and then save it as a zip file, and allow someone else to see what you did.</p>
<p>This is perfect when trying to troubleshoot an issue, but you don&#8217;t have the ability to use <a href="http://www.intelliadmin.com/">remote control</a>, or have access to the computer. </p>
<p>If you want someone to record their steps, you have them simply type the letters &#8216;psr&#8217; in the start menu search:</p>
<p><img src="http://www.networksteve.com/images/Problem%20Steps%20Recorder%20Launch.jpg" alt="Problem Steps Recorder Launch"/></p>
<p>See the psr.exe at the top, run that, and you can start recording. Make sure you right click and run it as administrator if you have any applications you want to show that also run as administrator</p>
<p><img border=1 src="http://www.networksteve.com/images/Problem%20Steps%20Recorder%20As%20Admin.jpg" alt="Problem Steps Recorder As Admin"/></p>
<p>Once you are ready to start recording your steps, hit the record button</p>
<p><img src="http://www.networksteve.com/images/Problem%20Steps%20Recorder%20Start.jpg" alt="Problem Steps Recorder Start"></p>
<p>In my little test, I launched the Remote Desktop Client, and tried to connect to a problem server. When I had the error I even wrote a little note. </p>
<p>When I was finished, I stopped the recorder, and it saved the entire session as a zip file</p>
<p><a href="http://www.networksteve.com/images/Problem%20Steps%20Recorder%20Save%20Zip.jpg"><img src="http://www.networksteve.com/images/Problem%20Steps%20Recorder%20Save%20Zip.jpg" alt="Problem Steps Recorder Save Zip" width="80%" height="80%"/></a></p>
<p>It is pretty good at keeping that file small. The file could be emailed, and opened. Inside the zip is a &#8216;mht&#8217; file that can be viewed with Internet Explorer.</p>
<p>You can see with my test record below, it shows screen shots for each click, and descriptions:</p>
<p><a href="http://www.networksteve.com/images/Recorded%20Steps.jpg"><img src="http://www.networksteve.com/images/Recorded%20Steps%20Small.jpg"></a></p>
<p>Even better, it provides a text description below all of the shots, with any notes that were added during the record.</p>
<p>Here is an excerpt of mine:<br />
<code><br />
...<br />
Problem Step 7: User Comment: "See - this is where I cannot connect!"<br />
Program:<br />
UI Elements:<br />
...<br />
</code></p>
<p>In short, it is an awesome little utility built into Windows 7. It can save you tons of time when trying to diagnose something from far away, and the person using it does not even need to know how to take a screen shot.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.networksteve.com/index.php/2009/12/troubleshoot-windows-7-with-the-problem-steps-recorder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
