<?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>How in the TECH &#187; System Administration</title>
	<atom:link href="http://www.howinthetech.com/tag/system-administration/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howinthetech.com</link>
	<description>Daily Tech Tips and News</description>
	<lastBuildDate>Wed, 08 Sep 2010 18:44:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<atom:link rel='hub' href='http://www.howinthetech.com/?pushpress=hub'/>
		<item>
		<title>Modifying a local or remote Windows registry through the command line</title>
		<link>http://www.howinthetech.com/modifying-a-local-or-remote-windows-registry-through-the-command-line/</link>
		<comments>http://www.howinthetech.com/modifying-a-local-or-remote-windows-registry-through-the-command-line/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 15:00:18 +0000</pubDate>
		<dc:creator>Adam Myers</dc:creator>
				<category><![CDATA[How in the Tech]]></category>
		<category><![CDATA[System Administration]]></category>

		<guid isPermaLink="false">http://www.howinthetech.com/?p=4018</guid>
		<description><![CDATA[Here on How in the TECH I do a fair bit of registry tips that uncover additional functionality or features of Windows. They all start the same, from your Start Menu search and execute regedit, traverse the registry tree, and create the key/change the value in question. Clearly, it&#8217;s a very point and click driven [...]]]></description>
			<content:encoded><![CDATA[<p><div style="float: right; margin-top:0px;margin-left:5px;"><script type="text/javascript"><!--
google_ad_client = "pub-7614676277221702";
google_ad_slot = "8180382492";
google_ad_width = 336;
google_ad_height = 280;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div></p>
<p>Here on How in the TECH I do a fair bit of registry tips that uncover additional functionality or features of Windows. They all start the same, from your Start Menu search and execute regedit, traverse the registry tree, and create the key/change the value in question. Clearly, it&#8217;s a very point and click driven process &#8211; so what if you wished to replicate a change across a network of computers? You are probably interested in learning how to manipulate the Windows Registry via the command line, which can then be integrated into batch files and initiated from your users network login scripts.</p>
<p>The command line program is logically abbreviated as <strong>reg</strong> and can be used to add and delete or export and import registry keys.</p>
<p>Executing <em><strong>reg /?</strong></em> uncovers all the available options with their appropriate syntax.</p>
<p><a rel="attachment wp-att-4019" href="http://www.howinthetech.com/modifying-a-local-or-remote-windows-registry-through-the-command-line/registry-command-line/"><img class="alignnone size-full wp-image-4019" title="registry-command-line" src="http://www.howinthetech.com/wp-content/uploads/registry-command-line.png" alt="" width="593" height="222" /></a></p>
<p>To add a new key <strong>Test</strong> under  <strong>HKEY_Local_Machine\Software </strong>the syntax is as straight forward as it comes.</p>
<p style="padding-left: 30px;"><em><strong>reg add HKLM\Software\Test</strong></em></p>
<p>Logically, deletion is handled the same way; merely swapping <strong><em>add </em></strong>for <em><strong>delete</strong></em></p>
<p style="padding-left: 30px;"><em><strong>reg delete HKLM\Software\Test</strong></em></p>
<p>Expanding, to modify values within keys requires a few more parameters on the command line. After creating the above key <strong>Test</strong> under <strong>HKLM/Software</strong>, let&#8217;s create a value <strong>TestValue </strong>with of type <strong>DWORD</strong> and data <strong>1</strong>.</p>
<p style="padding-left: 30px;"><em><strong>reg add HKLM\Software\Test /v TestValue /t REG_DWORD /d 1</strong></em></p>
<p>All of the above commands can also be projected onto remote computers, assuming you have the same login credentials on both systems &#8211; just prepend <strong>\\computer_name</strong><em> </em>to the key location.</p>
<p style="padding-left: 30px;"><em><strong>reg add \\remote_computer\\HKLM\Software\Test</strong></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.howinthetech.com/modifying-a-local-or-remote-windows-registry-through-the-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deciphering the meaning of BIOS beep codes</title>
		<link>http://www.howinthetech.com/deciphering-the-meaning-of-bios-beep-codes/</link>
		<comments>http://www.howinthetech.com/deciphering-the-meaning-of-bios-beep-codes/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 21:16:58 +0000</pubDate>
		<dc:creator>Adam Myers</dc:creator>
				<category><![CDATA[How in the Tech]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.howinthetech.com/?p=4001</guid>
		<description><![CDATA[Like setting jumpers on peripherals before plug and play came along, deciphering BIOS diagnostic beep codes is a dying skill. Today we see PCs with BIOSes that can relay the problem via voice synthesis. However, it was only a short few years ago where all a PC enthusiast had to go by where beep codes. [...]]]></description>
			<content:encoded><![CDATA[<p><div style="float: right; margin-top:0px;margin-left:5px;"><script type="text/javascript"><!--
google_ad_client = "pub-7614676277221702";
google_ad_slot = "8180382492";
google_ad_width = 336;
google_ad_height = 280;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div></p>
<p>Like setting jumpers on peripherals before plug and play came along, deciphering BIOS diagnostic beep codes is a dying skill. Today we see PCs with BIOSes that can relay the problem via voice synthesis. However, it was only a short few years ago where all a PC enthusiast had to go by where beep codes.</p>
<p>Everyone one is familiar with the singular <em>beep</em> when you turn on your PC and before the operating system loads &#8211; it&#8217;s the audible noise of success. There are other beep codes that vary in auditory length, not unlike morse code. Through a combination of short and long beeps you are able to determine which component is causing you grief. It&#8217;s a rather clever approach at the time and it would be even more beneficial if the various BIOS manufacturers had agreed on a single nomenclature. Thankfully, through mergers and acquisitions, the number of manufacturers has dwindled to just a small handful but the beep code system is used so infrequently, you may still have trouble recalling them all.</p>
<p>Beep Codes Viewer by Rizone is a portable free Windows application that outlines all the beep code combinations and their resulting meaning in tabular format. The software displays information for the AMI, Award, Phoenix, and IBM BIOS systems &#8211; which will cover probably 95% of the systems in question. In addition to explaining what the beeps mean it also suggests a few troubleshooting procedures for the problem &#8211; though since a beep code is generally a signal of some physical problem, fixing it will involve opening up the computer which isn&#8217;t something everyone is comfortable yet.</p>
<p><a rel="attachment wp-att-4002" href="http://www.howinthetech.com/deciphering-the-meaning-of-bios-beep-codes/rizone-beep-codes/"><img class="alignnone size-full wp-image-4002" title="rizone-beep-codes" src="http://www.howinthetech.com/wp-content/uploads/rizone-beep-codes.png" alt="" width="537" height="468" /></a></p>
<p>Beep Codes Viewer is a handy utility to have on your PC repair and troubleshoot DVD or thumb drive.</p>
<p><a href="http://www.rizonetech.com/?p=631">Download Beep Codes Viewer</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.howinthetech.com/deciphering-the-meaning-of-bios-beep-codes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing the default location of your Windows user profile directory</title>
		<link>http://www.howinthetech.com/changing-the-default-location-of-your-windows-user-profile-directory/</link>
		<comments>http://www.howinthetech.com/changing-the-default-location-of-your-windows-user-profile-directory/#comments</comments>
		<pubDate>Mon, 03 May 2010 18:16:50 +0000</pubDate>
		<dc:creator>Adam Myers</dc:creator>
				<category><![CDATA[How in the Tech]]></category>
		<category><![CDATA[File Management]]></category>
		<category><![CDATA[System Administration]]></category>

		<guid isPermaLink="false">http://www.howinthetech.com/?p=3579</guid>
		<description><![CDATA[Windows, by default, stores your User Profile directory on the drive Windows is installed on. In Vista and 7, the directory is typically c:\Users while XP&#8217;s is found at c:\Documents and Settings. The user profile contains a wide array of data; from local mail folders, to application settings and preferences, to Documents and Music, and [...]]]></description>
			<content:encoded><![CDATA[<p><div style="float: right; margin-top:0px;margin-left:5px;"><script type="text/javascript"><!--
google_ad_client = "pub-7614676277221702";
google_ad_slot = "8180382492";
google_ad_width = 336;
google_ad_height = 280;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div></p>
<p>Windows, by default, stores your User Profile directory on the drive Windows is installed on. In Vista and 7, the directory is typically <em>c:\Users</em> while XP&#8217;s is found at <em>c:\Documents and Settings</em>. The user profile contains a wide array of data; from local mail folders, to application settings and preferences, to Documents and Music, and even random temporary Internet cache files. It&#8217;s not hard to see a lot of things make their home in your user profile. When hard drive space was a major concern, you could often reclaim gigabytes of space by the cruft that wasn&#8217;t necessary any longer just be poking around in this folder; assuming you knew what and where to look.</p>
<p>Today, hard drive sizes have grown to ridiculous proportions so the issue has somewhat dissipated &#8211; except for the recent convergence towards solid-state drives or <strong>SSD</strong>. While SSD is insanely fast compared to traditional hard drives, it comes with a great limitation. The sizes available while still remaining somewhat economical to the consumer is constraining. Because of this, it may make sense to relocate the location of your user profile. It&#8217;s simple enough to move your <em>Documents </em>or <em>Videos</em> &#8211; but as you&#8217;ve seen above, it&#8217;s only a part of the solution and even though it could represent a large percentage of the space, it ignores another drawback to solid-state &#8211; you only have so many writes to the device before failure.</p>
<p>At this point you have two options.</p>
<p>The user profile directory is defined in the Windows Registry under the key<strong> HKEY_LOCAL_MACHINE \ SOFTWARE\ Microsoft\ Windows NT \ CurrentVersion \  ProfileList </strong>. You can launch the Registry Editor from <strong>Start-&gt;Run</strong> and typing <strong>regedit.exe</strong>. The registry editor can be intimidating for inexperienced users, so it&#8217;s something you want to  be careful in fooling with.</p>
<p><a rel="attachment wp-att-3580" href="http://www.howinthetech.com/changing-the-default-location-of-your-windows-user-profile-directory/regedit-user-profile/"><img class="alignnone size-large wp-image-3580" title="regedit-user-profile" src="http://www.howinthetech.com/wp-content/uploads/regedit-user-profile-625x229.png" alt="" width="625" height="229" /></a></p>
<p>Otherwise, if the registry editing has you concerned, Profile Relocator is a free application that can facilitate the changes for you &#8211; without requiring you to get your hands dirty.</p>
<p><a rel="attachment wp-att-3581" href="http://www.howinthetech.com/changing-the-default-location-of-your-windows-user-profile-directory/profile-relocator/"><img class="alignnone size-full wp-image-3581" title="profile-relocator" src="http://www.howinthetech.com/wp-content/uploads/profile-relocator.png" alt="" width="614" height="438" /></a></p>
<p>Unfortunately for us, neither process provides an easy way to physically move your existing profile over to the new location. For the most part, it&#8217;s as simple as copying and pasting from the old to the new directory and rebooting. However my recommendation is to use an application like Profile Relocator after a fresh install, typically after your brand new SSD purchase, as all newly created profiles will reside automatically in the new location &#8211; saving you the effort of moving files yourself.</p>
<p><a href="http://software.bootblock.co.uk/?id=profilerelocator">Download Profile Relocator</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.howinthetech.com/changing-the-default-location-of-your-windows-user-profile-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Displaying your PC hardware details with Speccy</title>
		<link>http://www.howinthetech.com/displaying-your-pc-hardware-details-with-speccy/</link>
		<comments>http://www.howinthetech.com/displaying-your-pc-hardware-details-with-speccy/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 19:07:19 +0000</pubDate>
		<dc:creator>Adam Myers</dc:creator>
				<category><![CDATA[How in the Tech]]></category>
		<category><![CDATA[System Administration]]></category>

		<guid isPermaLink="false">http://www.howinthetech.com/?p=3104</guid>
		<description><![CDATA[If you find yourself having to support more than a handful of computers you quite likely struggle in keeping all the variations of hardware straight. When the symptoms and troubleshooting of a problem points to failing system memory &#8211; how easily can you recall whether the memory type is DDR2 or DDR3? For me it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><div style="float: right; margin-top:0px;margin-left:5px;"><script type="text/javascript"><!--
google_ad_client = "pub-7614676277221702";
google_ad_slot = "8180382492";
google_ad_width = 336;
google_ad_height = 280;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div></p>
<p>If you find yourself having to support more than a handful of computers you quite likely struggle in keeping all the variations of hardware straight. When the symptoms and troubleshooting of a problem points to failing system memory &#8211; how easily can you recall whether the memory type is DDR2 or DDR3? For me it&#8217;s quite a challenge &#8211; it&#8217;s not something Windows publishes very well. Many years ago, I could tell you what memory type corresponded to what motherboard chipset or processor. I knew the front-side bus speed and from that, the speed of the memory necessary. Today, and it&#8217;s probably just a sign of being older and a different alignment of professional priorities, it&#8217;s a disaster to keep organized in my head.</p>
<p>Speccy is a handy Windows utility that can uncover all the system specifications of a running PC by the same developers of CCleaner, Piriform. Most know that a right-click on <em>My Computer</em> will display things such as the processor speed or amount of memory installed &#8211; but it is of extremely limited use for most situations.  Short of tearing open the computer case, and that&#8217;s assuming you are even local to the computer in question, Speccy is the simplest way to unearth the details of the hardware installed.</p>
<p>Initial execution provides a quick summary of the PC.</p>
<p><a rel="attachment wp-att-3105" href="http://www.howinthetech.com/displaying-your-pc-hardware-details-with-speccy/speccy-summary/"><img class="alignnone size-large wp-image-3105" title="speccy-summary" src="http://www.howinthetech.com/wp-content/uploads/speccy-summary-625x479.png" alt="" width="625" height="479" /></a></p>
<p>The details provided by Speccy are really shown when you dig a bit deeper. Here I can see things such as the manufacturer, part number, serial number, and even the current frequency.</p>
<p><a rel="attachment wp-att-3106" href="http://www.howinthetech.com/displaying-your-pc-hardware-details-with-speccy/speccy-memory/"><img class="alignnone size-large wp-image-3106" title="speccy-memory" src="http://www.howinthetech.com/wp-content/uploads/speccy-memory-625x479.png" alt="" width="625" height="479" /></a></p>
<p>Additionally, Speccy is able to display other tidbits such as the SMART information from your hard drive and system temperatures.</p>
<p>Finally, Speccy is completely free and if that wasn&#8217;t enticing enough the software is portable meaning it requires no installation &#8211; a perfect program that belongs on everyone&#8217;s emergency repair USB memory stick.</p>
<p><a href="http://www.piriform.com/speccy">Download Speccy</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.howinthetech.com/displaying-your-pc-hardware-details-with-speccy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wake a sleepy PC on your schedule with WakeupOnStandBy</title>
		<link>http://www.howinthetech.com/wake-a-sleepy-pc-on-your-schedule-with-wakeuponstandby/</link>
		<comments>http://www.howinthetech.com/wake-a-sleepy-pc-on-your-schedule-with-wakeuponstandby/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 01:31:37 +0000</pubDate>
		<dc:creator>Adam Myers</dc:creator>
				<category><![CDATA[How in the Tech]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.howinthetech.com/?p=2708</guid>
		<description><![CDATA[The modern world, by and large, are quite conscious of energy consumption and some of the wastefulness that exists. Regardless of which side of the go green initiative you stand, it&#8217;s hard to argue against their not existing at least some unnecessary inefficiencies or waste. A potential source of an increased electricity consumption is the [...]]]></description>
			<content:encoded><![CDATA[<p><div style="float: right; margin-top:0px;margin-left:5px;"><script type="text/javascript"><!--
google_ad_client = "pub-7614676277221702";
google_ad_slot = "8180382492";
google_ad_width = 336;
google_ad_height = 280;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div></p>
<p>The modern world, by and large, are quite conscious of energy consumption and some of the wastefulness that exists. Regardless of which side of the <em>go green</em> initiative you stand, it&#8217;s hard to argue against their not existing at least some unnecessary inefficiencies or waste.</p>
<p>A potential source of an increased electricity consumption is the abundance of computers in the house; many households have more than one computer &#8211; a concept rather foreign even just a few years ago. While all modern PCs have the capability of slipping into a low-power consumption state, like stand-by or hibernation, not everyone does.</p>
<p>For some, the function of their computer does not allow for any time offline &#8211; perhaps a print or file server as an example. Still others may have background tasks that occur while they are away from the computer &#8211; tasks that otherwise would interfere with the performance of their computer. It&#8217;s quite commonplace to perform disk defrags, full anti-virus scans, or backups when the PC isn&#8217;t actively being used; such as throughout the night.</p>
<p><a rel="attachment wp-att-2709" href="http://www.howinthetech.com/wake-a-sleepy-pc-on-your-schedule-with-wakeuponstandby/wakeuponstandby/"><img class="alignnone size-full wp-image-2709" title="wakeuponstandby" src="http://www.howinthetech.com/wp-content/uploads/wakeuponstandby.jpg" alt="" width="603" height="596" /></a></p>
<p>If you are energy conscious you may be at a crossroads here as not all tasks can awake a computer from stand-by. While utilizing <strong>Task Scheduler</strong> in Windows, it is possible to wake the PC it&#8217;s not at all user-friendly. Instead, I suggest you look at WakeUpOnStandBy &#8211; which does just as the name suggests. If their exists a few tasks that need to take place routinely the application can be configured on a schedule to execute those tasks, even if the PC is sleeping. After completion, WakeUpOnStandBy can then put the PC back into it&#8217;s dream state.</p>
<p>With WakeUpOnStandBy I can have my PC wake-up in the early morning and download all the podcasts recently released, that way they are ready to be sync to my portable device first thing in the morning. What are you using it for?</p>
<p><a href="http://www.dennisbabkin.com/php/download.php?what=WOSB">Download WakeUpOnStandBy</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.howinthetech.com/wake-a-sleepy-pc-on-your-schedule-with-wakeuponstandby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Support the parents with Windows Remote Assistance</title>
		<link>http://www.howinthetech.com/support-the-parents-with-windows-remote-assistance/</link>
		<comments>http://www.howinthetech.com/support-the-parents-with-windows-remote-assistance/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 01:48:18 +0000</pubDate>
		<dc:creator>Adam Myers</dc:creator>
				<category><![CDATA[How in the Tech]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.howinthetech.com/?p=2693</guid>
		<description><![CDATA[No matter what your level of experience is, chances are you&#8217;ve been tasked to provide PC support for a friend or family member. If you are lucky, the troubled friend is just down the street, as problems are easier to knock out when you can touch the computer. However, this isn&#8217;t always the case and [...]]]></description>
			<content:encoded><![CDATA[<p><div style="float: right; margin-top:0px;margin-left:5px;"><script type="text/javascript"><!--
google_ad_client = "pub-7614676277221702";
google_ad_slot = "8180382492";
google_ad_width = 336;
google_ad_height = 280;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div></p>
<p>No matter what your level of experience is, chances are you&#8217;ve been tasked to provide PC support for a friend or family member. If you are lucky, the troubled friend is just down the street, as problems are easier to knock out when you can touch the computer. However, this isn&#8217;t always the case and having to provide remote support, generally over the phone, is frustrating and stressful for both parties. Because of this, Microsoft provides a tool to aid in these types of situations &#8211; <strong>Windows Remote Assistance</strong>. You probably have never heard of this feature and you may even be more surprised to learn it was first introduced way back in Windows XP! The entire process got a spit-shine in Vista/7 and I have to say the experience is rather slick.</p>
<p>To get started, search for <em><strong>remote assist</strong></em> from the Windows Start Menu search; this will launch the <strong>Windows Remote Assistance</strong> wizard.</p>
<p><a rel="attachment wp-att-2694" href="http://www.howinthetech.com/support-the-parents-with-windows-remote-assistance/remote-assist-1/"><img class="alignnone size-full wp-image-2694" title="remote-assist-1" src="http://www.howinthetech.com/wp-content/uploads/remote-assist-1.png" alt="" width="431" height="495" /></a></p>
<p>Choose <strong>Invite someone you trust to help you</strong>.</p>
<p><a rel="attachment wp-att-2695" href="http://www.howinthetech.com/support-the-parents-with-windows-remote-assistance/remote-assist-2/"><img class="alignnone size-large wp-image-2695" title="remote-assist-2" src="http://www.howinthetech.com/wp-content/uploads/remote-assist-2-625x437.png" alt="" width="625" height="437" /></a></p>
<p>Remote Assistance will now create an invitation file but first you must choose the delivery method for your request &#8211; generally via email is the easiest and that is what I suggest. If you use a webmail service for your email you must first save the invitation as a file and then send it as an email attachment. Seems straightforward enough right?</p>
<p><a rel="attachment wp-att-2696" href="http://www.howinthetech.com/support-the-parents-with-windows-remote-assistance/remote-assist-3/"><img class="alignnone size-large wp-image-2696" title="remote-assist-3" src="http://www.howinthetech.com/wp-content/uploads/remote-assist-3-625x437.png" alt="" width="625" height="437" /></a></p>
<p>With the invitation created and delivered Remote Assistance will now launch and await an incoming connection request. For security purposes, the whole session is protected by a randomly generated password that is required in order to connect to your PC.</p>
<p><a rel="attachment wp-att-2697" href="http://www.howinthetech.com/support-the-parents-with-windows-remote-assistance/remote-assist-4/"><img class="alignnone size-full wp-image-2697" title="remote-assist-4" src="http://www.howinthetech.com/wp-content/uploads/remote-assist-4.png" alt="" width="541" height="153" /></a></p>
<p>If you happen to be the generous user providing the support portion of Remote Assistance your responsibility is kick-started by simply double-clicking the received invitation file and supplying the correct connection password. If successful, the application window will open and you will see the troubled user&#8217;s desktop, as if you were sitting there in person, helping over their shoulder.</p>
<p>Remote Assistance is an excellent support tool that can greatly ease the frustration of helping less savvy PC users blindly over the telephone.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.howinthetech.com/support-the-parents-with-windows-remote-assistance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 provides a simple and effective Backup and Restore</title>
		<link>http://www.howinthetech.com/windows-7-provides-a-simple-and-effective-backup-and-restore/</link>
		<comments>http://www.howinthetech.com/windows-7-provides-a-simple-and-effective-backup-and-restore/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 22:36:31 +0000</pubDate>
		<dc:creator>Adam Myers</dc:creator>
				<category><![CDATA[How in the Tech]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.howinthetech.com/?p=2671</guid>
		<description><![CDATA[We all know we should backup our system and files regularly in order to avoid any disastrous results yet a small minority of us actually do. The cliched saying that they are two types of computer users, those that backup and those that never lost anything is blunt and to the point &#8211; it&#8217;s only [...]]]></description>
			<content:encoded><![CDATA[<p><div style="float: right; margin-top:0px;margin-left:5px;"><script type="text/javascript"><!--
google_ad_client = "pub-7614676277221702";
google_ad_slot = "8180382492";
google_ad_width = 336;
google_ad_height = 280;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div></p>
<p>We all know we should backup our system and files regularly in order to avoid any disastrous results yet a small minority of us actually do. The cliched saying that <em>they are two types of computer users, those that backup and those that never lost anything</em> is blunt and to the point &#8211; it&#8217;s only a matter of time before you transition from one class of users to another. The painful irony to it all is the built-in backup utilities in Windows were generally poor &#8211; <em>were</em> because in Windows 7, Microsoft has finally revamped the entire process.</p>
<p>The backup process is kick-started by searching for <strong>backup</strong> off the Windows 7 Start Menu Search and choosing <strong>Backup and Restore</strong>.</p>
<p><a rel="attachment wp-att-2672" href="http://www.howinthetech.com/windows-7-provides-a-simple-and-effective-backup-and-restore/backup-restore-win7-1/"><img class="alignnone size-full wp-image-2672" title="backup-restore-win7-1" src="http://www.howinthetech.com/wp-content/uploads/backup-restore-win7-1.png" alt="" width="431" height="500" /></a></p>
<p>Select <strong>Set up backup</strong>.</p>
<p><a rel="attachment wp-att-2673" href="http://www.howinthetech.com/windows-7-provides-a-simple-and-effective-backup-and-restore/backup-restore-win7-2/"><img class="alignnone size-large wp-image-2673" title="backup-restore-win7-2" src="http://www.howinthetech.com/wp-content/uploads/backup-restore-win7-2-625x367.png" alt="" width="625" height="367" /></a></p>
<p>The first real decision is selecting where you wish your backups to be saved; they can reside on a second hard drive, a removable device, or even on a network share.</p>
<p><a rel="attachment wp-att-2674" href="http://www.howinthetech.com/windows-7-provides-a-simple-and-effective-backup-and-restore/backup-restore-win7-3/"><img class="alignnone size-large wp-image-2674" title="backup-restore-win7-3" src="http://www.howinthetech.com/wp-content/uploads/backup-restore-win7-3-625x546.png" alt="" width="625" height="546" /></a></p>
<p>Logically, we must now decide what files should be included in the backup set. I generally appreciate absolute control over processes so I would tend to select the files manually but Windows can choose logical folders itself.</p>
<p><a rel="attachment wp-att-2675" href="http://www.howinthetech.com/windows-7-provides-a-simple-and-effective-backup-and-restore/backup-restore-win7-4/"><img class="alignnone size-large wp-image-2675" title="backup-restore-win7-4" src="http://www.howinthetech.com/wp-content/uploads/backup-restore-win7-4-625x546.png" alt="" width="625" height="546" /></a></p>
<p>Check any and all folders or files to be backed up.</p>
<p><a rel="attachment wp-att-2676" href="http://www.howinthetech.com/windows-7-provides-a-simple-and-effective-backup-and-restore/backup-restore-win7-5/"><img class="alignnone size-large wp-image-2676" title="backup-restore-win7-5" src="http://www.howinthetech.com/wp-content/uploads/backup-restore-win7-5-625x543.png" alt="" width="625" height="543" /></a></p>
<p>Review your settings and selections &#8211; take note of the ability to automate the backup routine by defining a schedule for the task to follow. The usefulness of backups is greatly diminished if they are not current!</p>
<p><a rel="attachment wp-att-2677" href="http://www.howinthetech.com/windows-7-provides-a-simple-and-effective-backup-and-restore/backup-restore-win7-7/"><img class="alignnone size-large  wp-image-2677" title="backup-restore-win7-7" src="http://www.howinthetech.com/wp-content/uploads/backup-restore-win7-7-625x525.png" alt="" width="625" height="525" /></a></p>
<p>If you are happy with everything click <strong>Save settings and run backup</strong>.</p>
<p><a rel="attachment wp-att-2678" href="http://www.howinthetech.com/windows-7-provides-a-simple-and-effective-backup-and-restore/backup-restore-win7-6/"><img class="alignnone size-large  wp-image-2678" title="backup-restore-win7-6" src="http://www.howinthetech.com/wp-content/uploads/backup-restore-win7-6-625x546.png" alt="" width="625" height="546" /></a></p>
<p>While Microsoft&#8217;s built-in Backup and Restore feature isn&#8217;t the Rolls Royce of backup applications &#8211; I&#8217;d like to see the notion of incremental or differential based backups for example &#8211; it is more than enough, and most importantly, simple enough to convince users on the importance of backups.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.howinthetech.com/windows-7-provides-a-simple-and-effective-backup-and-restore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keep your drivers fresh with Device Doctor</title>
		<link>http://www.howinthetech.com/keep-your-drivers-fresh-with-device-doctor/</link>
		<comments>http://www.howinthetech.com/keep-your-drivers-fresh-with-device-doctor/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 22:57:33 +0000</pubDate>
		<dc:creator>Adam Myers</dc:creator>
				<category><![CDATA[How in the Tech]]></category>
		<category><![CDATA[System Administration]]></category>

		<guid isPermaLink="false">http://www.howinthetech.com/?p=2610</guid>
		<description><![CDATA[Microsoft has gotten immensely better at aiding users in keeping their system drivers current. Through Windows Update, Microsoft often pushes out updated video or printer drivers for devices detected on your computer. This one-stop shop is quite handy and chips away at the level of geekery needed to keep a system performing optimally. Unfortunately for [...]]]></description>
			<content:encoded><![CDATA[<p><div style="float: right; margin-top:0px;margin-left:5px;"><script type="text/javascript"><!--
google_ad_client = "pub-7614676277221702";
google_ad_slot = "8180382492";
google_ad_width = 336;
google_ad_height = 280;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div></p>
<p>Microsoft has gotten immensely better at aiding users in keeping their system drivers current. Through Windows Update, Microsoft often pushes out updated video or printer drivers for devices detected on your computer. This one-stop shop is quite handy and chips away at the level of geekery needed to keep a system performing optimally. Unfortunately for many, not all vendors drivers are available through Windows Update. For these companies you must visit their website directly, search and locate your piece of hardware, then download and install the latest driver release &#8211; that is if you even remember to check for newer drivers! Certainly the adage of <em>if it ain&#8217;t broke don&#8217;t fix it</em> applies to driver upgrades &#8211; but that doesn&#8217;t stop a lot of us.</p>
<p><strong>Device Doctor </strong>is a free Windows application that can scan the current computer and then display information and download links applicable to the hardware detected. If Device Doctor finds a later iteration of your video card drivers, it provides a mechanism to download the latest immediately. In testing, the software found updates for my network card, sound card, and monitor. Generally speaking, these are all relatively safe to update but you should be warned that other devices can prove to be more troublesome to update than they are worth &#8211; chipset drivers for example.</p>
<p><a rel="attachment wp-att-2611" href="http://www.howinthetech.com/keep-your-drivers-fresh-with-device-doctor/device-doctor/"><img class="alignnone size-full wp-image-2611" title="device-doctor" src="http://www.howinthetech.com/wp-content/uploads/device-doctor.png" alt="" width="506" height="423" /></a></p>
<p>Some may hasten to point out that a free utility such as Device Doctor is quite ironic in that users that have the knowledge and gumption to update their drivers don&#8217;t require the software itself. I would suggest otherwise, Device Doctor is an excellent way to supplement the process of maintaining a stable system. Running Device Doctor, perusing the results, and then deciding whether the upgrade is necessary is quite a bit easier than going to each individual manufacturers website and ascertaining whether an update is available.</p>
<p><a href="http://www.devicedoctor.com/">Download Device Doctor</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.howinthetech.com/keep-your-drivers-fresh-with-device-doctor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting to the bottom of blue screen errors</title>
		<link>http://www.howinthetech.com/getting-to-the-bottom-of-blue-screen-errors/</link>
		<comments>http://www.howinthetech.com/getting-to-the-bottom-of-blue-screen-errors/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 01:25:42 +0000</pubDate>
		<dc:creator>Adam Myers</dc:creator>
				<category><![CDATA[How in the Tech]]></category>
		<category><![CDATA[System Administration]]></category>

		<guid isPermaLink="false">http://www.howinthetech.com/?p=2537</guid>
		<description><![CDATA[To be fair, blue screens occur rather infrequent compared to just a few years back. Windows, as a platform, has become quite stable and mature irregardless of the negative opinions that still linger. The reality is, Windows XP melded into a solid operating system &#8211; so much so that Microsoft is having a heck of [...]]]></description>
			<content:encoded><![CDATA[<p><div style="float: right; margin-top:0px;margin-left:5px;"><script type="text/javascript"><!--
google_ad_client = "pub-7614676277221702";
google_ad_slot = "8180382492";
google_ad_width = 336;
google_ad_height = 280;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div></p>
<p>To be fair, blue screens occur rather infrequent compared to just a few years back. Windows, as a platform, has become quite stable and mature irregardless of the negative opinions that still linger. The reality is, Windows XP melded into a solid operating system &#8211; so much so that Microsoft is having a heck of a time convincing consumers and businesses alike to abandon the release and upgrade. Vista and 7 are built off much of that same solid foundation and by and large, share the same functional stability. However, blue screens do still occur and it remains just as unsettling as always.</p>
<p>Briefly, blue screen of death is an error screen that Windows throws when it encounters a critical error that it is unable to cope with &#8211; the computer crashes and must be restarted. During the earlier days of Windows, Microsoft was just a guilty of crashing the system as anything else. However, today blue screens are rarely a direct result of poor Microsoft coding. Rather, the errors are generally the result of malfunctioning hardware, either physically or through their driver layer. Applications are rarely able to bring the entire system down &#8211; a shift from the Windows 95 days for example.</p>
<p>Typically there are two courses of action should you receive the blue screen; you either reboot and pretend nothing happened (while hoping it&#8217;s just a fluke) or you take the STOP ERROR and throw it into Google and work from the results. Today I&#8217;m showing you a third option: <a href="http://nirsoft.net/utils/blue_screen_view.html">BlueScreenView</a> from the guys at Nirsoft.</p>
<p style="text-align: center;"><a rel="attachment wp-att-2538" href="http://www.howinthetech.com/getting-to-the-bottom-of-blue-screen-errors/bluescreenview/"><img class="size-full wp-image-2538 aligncenter" title="bluescreenview" src="http://www.howinthetech.com/wp-content/uploads/bluescreenview.png" alt="" width="577" height="465" /></a></p>
<p>BlueScreenView is a free and portable Windows application that can greatly aid in the debugging of what exactly caused the error. It&#8217;s not magical and what it will provide will still require a bit of elbow grease on your part but it is still an essential piece of software for any enthusiast. BlueScreenView can analyze the mini-memory dumps that are saved at the time of the crash. What makes the software shine is it&#8217;s ability to correlate the affected memory address with the faulting driver or module. Version and vendor information is also displayed for the possibly offending driver. Lastly, BlueScreenView isn&#8217;t limited to analyzing dumps of the local computer &#8211; it can diagnose dumps across the local network, assuming appropriate access is available.</p>
<p>BlueScreenView isn&#8217;t a miracle worker but it can be used to work miracles.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.howinthetech.com/getting-to-the-bottom-of-blue-screen-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eradicate non present storage device information</title>
		<link>http://www.howinthetech.com/eradicate-non-present-storage-device-information/</link>
		<comments>http://www.howinthetech.com/eradicate-non-present-storage-device-information/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 15:36:50 +0000</pubDate>
		<dc:creator>Adam Myers</dc:creator>
				<category><![CDATA[How in the Tech]]></category>
		<category><![CDATA[Command Prompt]]></category>
		<category><![CDATA[System Administration]]></category>

		<guid isPermaLink="false">http://www.howinthetech.com/?p=2517</guid>
		<description><![CDATA[Windows keeps track of every device that is connected to the system, even when the device hasn&#8217;t been seen in months. Every USB thumbdrive is uniquely identified and recorded in the bowels of Windows &#8211; the Windows registry. To the user, this is what allows Windows to always assign the same drive letter to an [...]]]></description>
			<content:encoded><![CDATA[<p><div style="float: right; margin-top:0px;margin-left:5px;"><script type="text/javascript"><!--
google_ad_client = "pub-7614676277221702";
google_ad_slot = "8180382492";
google_ad_width = 336;
google_ad_height = 280;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div></p>
<p>Windows keeps track of every device that is connected to the system, even when the device hasn&#8217;t been seen in months. Every USB thumbdrive is uniquely identified and recorded in the bowels of Windows &#8211; the Windows registry. To the user, this is what allows Windows to always assign the same drive letter to an external storage system, for example. Typically, this indefinite tracking of devices rarely presents a problem but that doesn&#8217;t mean there isn&#8217;t a reason to keep it clean. It may come in handy if your trying to cover your tracks after corporate espionage.</p>
<p>As iterated above, all this information is stored in the Windows Registry, specifically in the keys:</p>
<ul>
<li>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceClasses</li>
<li>HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices</li>
<li>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2</li>
<li>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2\CPC\Volume</li>
</ul>
<p>While you can get your fingers dirty and clean up everything manually, there is a free utility named <a href="http://www.uwe-sieber.de/drivetools_e.html#drivecleanup">Drive Cleanup</a> that will nuke all non present Storage Volumes, Disk, CDROM, Floppy USB drives. Drive Cleanup is tiny at just 20KB and is executed from an admin-rights Command Prompt.</p>
<p style="text-align: center;"><a rel="attachment wp-att-2518" href="http://www.howinthetech.com/eradicate-non-present-storage-device-information/drive-cleanup/"><img class="size-medium wp-image-2518 aligncenter" title="drive-cleanup" src="http://www.howinthetech.com/wp-content/uploads/drive-cleanup-625x338.png" alt="" width="625" height="338" /></a></p>
<p>Drive Cleanup can be controlled by a number of command line parameters that determine which types of devices you wish to purge. If launched directly without any flags, it does it&#8217;s job fully so be warned of that. Adding the <strong><em>-t</em><span style="font-weight: normal;"> option will describe exactly what Drive Cleanup will perform without actually doing it.</span></strong></p>
<p><strong><span style="font-weight: normal;">Now don&#8217;t you have some cleanup to do?</span></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.howinthetech.com/eradicate-non-present-storage-device-information/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->