<?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>Brian Jackson&#039;s IT Blog &#187; Vista</title>
	<atom:link href="http://blog.brianleejackson.com/tag/vista/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.brianleejackson.com</link>
	<description></description>
	<lastBuildDate>Wed, 28 Dec 2011 23:22:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Install Windows 7 From a Flash Drive / USB Stick</title>
		<link>http://blog.brianleejackson.com/how-to-install-windows-7-from-flash-drive-usb-stick</link>
		<comments>http://blog.brianleejackson.com/how-to-install-windows-7-from-flash-drive-usb-stick#comments</comments>
		<pubDate>Sat, 01 Aug 2009 04:55:35 +0000</pubDate>
		<dc:creator>Brian Jackson</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista SP1]]></category>
		<category><![CDATA[WinPE 3.0]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows 7 Beta]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://blog.brianleejackson.com/?p=440</guid>
		<description><![CDATA[This is a short guide on how to install Windows 7 onto a computer from a USB Flash Drive / USB Stick or Portable Hard Drive. Since read speeds are faster from USB drive than your CD-ROM drive, this actually decreases the install time for Windows 7. Step #1 The first thing you will need [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.brianleejackson.com/how-to-install-windows-7-from-flash-drive-usb-stick' addthis:title='How to Install Windows 7 From a Flash Drive / USB Stick' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_google +1"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_delicious"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_tumblr"></a><a class="addthis_button_digg"></a><a class="addthis_button_email"></a><a class="addthis_button_print"></a><a class="addthis_button_favorites"></a><a class="addthis_button_addthis menu"></a></div>]]></description>
			<content:encoded><![CDATA[<p>This is a short guide on how to install <a href="http://amzn.to/oFGSrS" target="_blank">Windows 7</a> onto a computer from a USB Flash Drive / USB Stick or Portable Hard Drive. Since read speeds are faster from USB drive than your CD-ROM drive, this actually decreases the install time for Windows 7.<br />
<div id="attachment_443" class="wp-caption alignnone" style="width: 310px"><a href="http://amzn.to/mOIti5"><img src="http://blog.brianleejackson.com/wp-content/uploads/2009/07/flashdrive.jpg" alt="OCZ Flash Drive - Install Windows 7" title="OCZ Flash Drive - Install Windows 7" width="300" height="300" class="size-full wp-image-443" /></a><p class="wp-caption-text">OCZ Flash Drive - Install Windows 7</p></div></p>
<h2>Step #1</h2>
<p>The first thing you will need to do is format your USB Flash Drive or Portable Hard Drive so that your computer will read it as a bootable drive. So plug your flash drive into a workstation.</p>
<h2>Step #2</h2>
<p>Open up Command Prompt / CMD (located in Program Files->Accessories) and type the following commands:</p>
<blockquote><p>DiskPart<br />
List Disk (this will list the disks currently plugged into your computer. Most likely, the C: drive on that computer will be listed as disk 0, and you will have to look down the list to see which disk your flash drive is. Look at the corresponding disk sizes to easily figure it out.)<br />
Select Disk 3 (I am using 3 as example for assigned flash drive)<br />
Clean<br />
Create Partition Primary<br />
Select Partition 1<br />
Active<br />
Format FS=NTFS Quick<br />
Assign (you can assign a particular drive letter if you want, example: assign=E:)<br />
Exit (this will exit DiskPart)<br />
Exit (this will exit CMD)</p></blockquote>
<h2>Step #3</h2>
<p>Next you will need to either insert your <a href="http://amzn.to/oFGSrS" target="_blank">Windows 7 CD</a> and browse to the CD or open up your Windows 7 ISO and browse to the folders within it. (If you are using ISO, I would suggest extracting the contents to a new folder)</p>
<h2>Step #4</h2>
<p>Next you will need to spoof your flash stick so that the computer will think it is an install CD. From within the root of the Windows 7 CD or ISO contents, right click while holding shift key and select &#8220;Open Command Windows Here&#8221;. This will open up a Command Prompt window within that directory. Then input the following commands:</p>
<blockquote><p>cd Boot<br />
bootsect /nt60 E: (I am using drive letter E: as my flash drive)<br />
exit (exits command prompt)</p></blockquote>
<h2>Step #5</h2>
<p>Next simply copy over the entire contents of your <a href="http://amzn.to/oFGSrS" target="_blank">windows 7 CD</a> or ISO to your flash drive.</p>
<h2>Step #6</h2>
<p>Reboot the computer your are wanting to install Windows 7 on with the flash drive plugged in, hit the boot key (normally F12, DEL, or ESC) to select the boot device, boot to your flash drive, and it will go immediately to the Windows 7 Setup screen.</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.brianleejackson.com/how-to-install-windows-7-from-flash-drive-usb-stick' addthis:title='How to Install Windows 7 From a Flash Drive / USB Stick' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_google +1"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_delicious"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_tumblr"></a><a class="addthis_button_digg"></a><a class="addthis_button_email"></a><a class="addthis_button_print"></a><a class="addthis_button_favorites"></a><a class="addthis_button_addthis menu"></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.brianleejackson.com/how-to-install-windows-7-from-flash-drive-usb-stick/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install and Configure Canon ScanGear Tool</title>
		<link>http://blog.brianleejackson.com/how-to-install-and-configure-canon-scangear-tool</link>
		<comments>http://blog.brianleejackson.com/how-to-install-and-configure-canon-scangear-tool#comments</comments>
		<pubDate>Wed, 29 Jul 2009 03:07:34 +0000</pubDate>
		<dc:creator>Brian Jackson</dc:creator>
				<category><![CDATA[Microsoft Office 2007]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista SP1]]></category>
		<category><![CDATA[Windows XP SP3]]></category>
		<category><![CDATA[Canon]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://blog.brianleejackson.com/?p=419</guid>
		<description><![CDATA[This is a short guide to setting up the Canon ScanGear Tool to enable the Canon copiers to be able to scan directly from the copy machine to the computer. Step #1 First you will need to download the ScanGear Tool from Canon&#8217;s website. Version 2.21 will work with all the non-color copiers like Canon [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.brianleejackson.com/how-to-install-and-configure-canon-scangear-tool' addthis:title='How to Install and Configure Canon ScanGear Tool' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_google +1"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_delicious"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_tumblr"></a><a class="addthis_button_digg"></a><a class="addthis_button_email"></a><a class="addthis_button_print"></a><a class="addthis_button_favorites"></a><a class="addthis_button_addthis menu"></a></div>]]></description>
			<content:encoded><![CDATA[<p>This is a short guide to setting up the Canon ScanGear Tool to enable the Canon copiers to be able to scan directly from the copy machine to the computer.</p>
<h2>Step #1</h2>
<p>First you will need to download the ScanGear Tool from Canon&#8217;s website. Version 2.21 will work with all the non-color copiers like Canon IR-2200. Version 2.30 will work with all the newer Canon color copiers.</p>
<p><a href="http://downloads.canon.com/cpr/software/devicemanagement/NWSG_v2.21.exe">Download Canon ScanGear Tool V.2.21</a><br />
<a href="http://downloads.canon.com/cpr/software/imagerunner/CNSG230.exe">Download Canon ScanGear Tool V.2.30</a></p>
<h2>Step #2</h2>
<p>Run the EXE you just downloaded. By default the EXE unpacks the contents of the EXE to your TEMP folder.</p>
<li>TEMP FOLDER LOCATION on Windows 2000 through XP : C:\Documents and Settings\NameofUser\Local Settings\Temp</li>
<li>TEMP FOLDER LOCATION on Vista through Windows 7 : C:\Users\NameofUser\AppData\Local\Temp</li>
<h2>Step #3</h2>
<p>Launch the setup file located within the TEMP folder and go through the prompts to install the ScanGear Tool.</p>
<h2>Step #4</h2>
<p>Once installed, you will need to launch the ScanGear Tool and input the IP address of the copier. Make sure it connects successfully by click the &#8220;Test Connection&#8221; button.<br />
<div id="attachment_422" class="wp-caption alignnone" style="width: 484px"><a href="http://www.usa.canon.com/html/download/canonnetutils.html"><img src="http://blog.brianleejackson.com/wp-content/uploads/2009/07/ScanGear_Tool.PNG" alt="Canon ScanGear Tool" title="Canon ScanGear Tool" width="474" height="486" class="size-full wp-image-422" /></a><p class="wp-caption-text">Canon ScanGear Tool</p></div></p>
<h2>Step #5</h2>
<p>Now you can Scan with the copier. For this example, I am going to be using the &#8220;Microsoft Office Document Scanning&#8221; tool provided within Microsoft Office 2003 through 2010.</p>
<li>LOCATION OF MODS in XP, Vista, &#038; Windows 7: Start Menu -> Microsoft Office -> Microsoft Office Tools</li>
<h2>Step #6</h2>
<p>Now walk over to your Canon copier. Press the big SCAN button to switch the copier into SCAN mode.</p>
<h2>Step #7</h2>
<p>Select the &#8220;Online&#8221; option to force the SCAN mode on. (It will start searching for the ScanGear client on your computer)</p>
<h2>Step #8</h2>
<p>Place the document you are wanting to scan into the feeder tray on top of the Canon Copier. (It will not start scanning until feeder tray has paper in it)</p>
<h2>Step #9</h2>
<p>On your computer, select Scan (black and white or color) and then the computer will begin scanning your documents.<br />
<div id="attachment_424" class="wp-caption alignnone" style="width: 350px"><a href="http://office.microsoft.com/en-us/help/HP010771031033.aspx"><img src="http://blog.brianleejackson.com/wp-content/uploads/2009/07/Scan_Button.PNG" alt="Microsoft Office Document Scanning Tool" title="Microsoft Office Document Scanning Tool" width="340" height="403" class="size-full wp-image-424" /></a><p class="wp-caption-text">Microsoft Office Document Scanning Tool</p></div></p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.brianleejackson.com/how-to-install-and-configure-canon-scangear-tool' addthis:title='How to Install and Configure Canon ScanGear Tool' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_google +1"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_delicious"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_tumblr"></a><a class="addthis_button_digg"></a><a class="addthis_button_email"></a><a class="addthis_button_print"></a><a class="addthis_button_favorites"></a><a class="addthis_button_addthis menu"></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.brianleejackson.com/how-to-install-and-configure-canon-scangear-tool/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Combine or convert two .MKV files into one .MKV file</title>
		<link>http://blog.brianleejackson.com/combine-or-convert-two-mkv-files-into-one-mkv-file</link>
		<comments>http://blog.brianleejackson.com/combine-or-convert-two-mkv-files-into-one-mkv-file#comments</comments>
		<pubDate>Mon, 27 Jul 2009 04:15:55 +0000</pubDate>
		<dc:creator>Brian Jackson</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista SP1]]></category>
		<category><![CDATA[Windows XP SP3]]></category>
		<category><![CDATA[x264]]></category>
		<category><![CDATA[MKV]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://blog.brianleejackson.com/?p=382</guid>
		<description><![CDATA[There is a great piece of freeware called MKVToolNix which lets you merge and convert MKV files. Do you have two or more .MKV files you want to merge? This is perfect for that. Do you have a .AVI file you want to convert to a .MKV file? This is also perfect for that. As [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.brianleejackson.com/combine-or-convert-two-mkv-files-into-one-mkv-file' addthis:title='Combine or convert two .MKV files into one .MKV file' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_google +1"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_delicious"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_tumblr"></a><a class="addthis_button_digg"></a><a class="addthis_button_email"></a><a class="addthis_button_print"></a><a class="addthis_button_favorites"></a><a class="addthis_button_addthis menu"></a></div>]]></description>
			<content:encoded><![CDATA[<p>There is a great piece of freeware called <a href="http://www.bunkus.org/videotools/mkvtoolnix/" title="MKVToolNix">MKVToolNix</a> which lets you merge and convert MKV files.  Do you have two or more .MKV files you want to merge?  This is perfect for that.  Do you have a .AVI file you want to convert to a .MKV file? This is also perfect for that.  As the world of entertainment moves into HD and x264 this little application will be very handy.  It works under all major windows operating systems, Windows XP x32, Windows Vista x32, Windows Vista x64, Windows 7 x32, and Windows 7 x64.</p>
<div id="attachment_385" class="wp-caption alignnone" style="width: 450px"><a href="http://www.bunkus.org/videotools/mkvtoolnix/source.html"><img src="http://blog.brianleejackson.com/wp-content/uploads/2009/07/MK-merge1.PNG" alt="MKVToolNix" title="MKVToolNix" width="440" height="446" class="size-full wp-image-385" /></a><p class="wp-caption-text">MKVToolNix</p></div>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.brianleejackson.com/combine-or-convert-two-mkv-files-into-one-mkv-file' addthis:title='Combine or convert two .MKV files into one .MKV file' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_google +1"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_delicious"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_tumblr"></a><a class="addthis_button_digg"></a><a class="addthis_button_email"></a><a class="addthis_button_print"></a><a class="addthis_button_favorites"></a><a class="addthis_button_addthis menu"></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.brianleejackson.com/combine-or-convert-two-mkv-files-into-one-mkv-file/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Java 1.6.0.12 .msi package for distribution</title>
		<link>http://blog.brianleejackson.com/java-16012-msi-package-for-distribution</link>
		<comments>http://blog.brianleejackson.com/java-16012-msi-package-for-distribution#comments</comments>
		<pubDate>Fri, 20 Feb 2009 01:34:19 +0000</pubDate>
		<dc:creator>Brian Jackson</dc:creator>
				<category><![CDATA[MSI Packages]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[.bat]]></category>
		<category><![CDATA[.msi]]></category>
		<category><![CDATA[AdminStudio 9.0]]></category>
		<category><![CDATA[Batch Script]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://blog.brianleejackson.com/?p=122</guid>
		<description><![CDATA[Last msi package I tested today was Java. They also offer the msi package on their website. First you need to download their &#8220;offline installation&#8221; executable here. Then run the executable but don&#8217;t go through any additional prompts. Navigate to LocalAppData folder (the user&#8217;s Application Data folder). The location of the LocalAppData folder differs for [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.brianleejackson.com/java-16012-msi-package-for-distribution' addthis:title='Java 1.6.0.12 .msi package for distribution' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_google +1"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_delicious"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_tumblr"></a><a class="addthis_button_digg"></a><a class="addthis_button_email"></a><a class="addthis_button_print"></a><a class="addthis_button_favorites"></a><a class="addthis_button_addthis menu"></a></div>]]></description>
			<content:encoded><![CDATA[<p>Last msi package I tested today was Java.  They also offer the msi package on their website.  First you need to download their &#8220;offline installation&#8221; executable <a href="http://javadl.sun.com/webapps/download/AutoDL?BundleId=27983">here</a>.  Then run the executable but don&#8217;t go through any additional prompts. Navigate to LocalAppData folder (the user&#8217;s Application Data folder). The location of the LocalAppData folder differs for each Windows platform.</p>
<p>    * Windows Vista: C:\Users\<User>\AppData\LocalLow\Sun\Java\jre1.6.0_12<br />
    * Windows XP: C:\Documents and Settings\<User>\Local Settings\Application Data<br />
    * Windows 2000 C:\Documents and Settings\<User>\Application Data</p>
<p>Copy the contents out of that folder to where you are keeping your msi distribution packages.  The folder should look like the picture below without the install.bat which is my batch file.<br />
<div id="attachment_125" class="wp-caption alignnone" style="width: 395px"><img src="http://blog.brianleejackson.com/wp-content/uploads/2009/02/capture1.jpg" alt="Java Directory Contents" title="Java Directory Contents" width="385" height="160" class="size-full wp-image-125" /><p class="wp-caption-text">Java Directory Contents</p></div></p>
<p>Here is the command I used for a quiet install for multiple users:</p>
<p><code>msiexec /i "jre1.6.0_12.msi" SETMULTIUSER=1 /qb"</code></p>
<p>Works fine for multiple users under windows 2000, XP, and Vista.  More MSI package instructions coming tomorrow along with some tutorials on ImageX/Sysprep for Vista.</p>
<div id="attachment_131" class="wp-caption alignnone" style="width: 373px"><img src="http://blog.brianleejackson.com/wp-content/uploads/2009/02/javalogo.png" alt="Java 1.6 Logo" title="Java 1.6 Logo" width="363" height="299" class="size-full wp-image-131" /><p class="wp-caption-text">Java 1.6 Logo</p></div>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.brianleejackson.com/java-16012-msi-package-for-distribution' addthis:title='Java 1.6.0.12 .msi package for distribution' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_google +1"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_delicious"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_tumblr"></a><a class="addthis_button_digg"></a><a class="addthis_button_email"></a><a class="addthis_button_print"></a><a class="addthis_button_favorites"></a><a class="addthis_button_addthis menu"></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.brianleejackson.com/java-16012-msi-package-for-distribution/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Windows 7 Tip &#8211; Get the QuickLaunch toolbar back</title>
		<link>http://blog.brianleejackson.com/windows-7-tip-get-the-quicklaunch-toolbar-back</link>
		<comments>http://blog.brianleejackson.com/windows-7-tip-get-the-quicklaunch-toolbar-back#comments</comments>
		<pubDate>Thu, 15 Jan 2009 04:37:26 +0000</pubDate>
		<dc:creator>Brian Jackson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[QuickLaunch]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows 7 Beta]]></category>

		<guid isPermaLink="false">http://blog.brianleejackson.com/?p=16</guid>
		<description><![CDATA[I am not a big fan of having the &#8220;show desktop&#8221; button on the bottom right hand side of the screen.  When does anyone ever have their cursor down there?  On bigger LCD&#8217;s that can be a hassle. This will show you how to re-add the quick launch toolbar on the bottom left hand side [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.brianleejackson.com/windows-7-tip-get-the-quicklaunch-toolbar-back' addthis:title='Windows 7 Tip &#8211; Get the QuickLaunch toolbar back' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_google +1"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_delicious"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_tumblr"></a><a class="addthis_button_digg"></a><a class="addthis_button_email"></a><a class="addthis_button_print"></a><a class="addthis_button_favorites"></a><a class="addthis_button_addthis menu"></a></div>]]></description>
			<content:encoded><![CDATA[<p>I am not a big fan of having the &#8220;show desktop&#8221; button on the bottom right hand side of the screen.  When does anyone ever have their cursor down there?  On bigger <a href="http://www.amazon.com/gp/product/B003Y3BJ7S/ref=as_li_ss_tl?ie=UTF8&#038;tag=brlejaitbl-20&#038;linkCode=as2&#038;camp=217145&#038;creative=399369&#038;creativeASIN=B003Y3BJ7S">LCD&#8217;s</a> that can be a hassle.</p>
<p>This will show you how to re-add the quick launch toolbar on the bottom left hand side of the screen.</p>
<p>1.  Right-click the taskbar, choose Toolbars / New Toolbar<br />
2. In the folder selection dialog, enter the following string and hit OK:<br />
%userprofile%\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch<br />
3. Turn off the &#8220;lock the taskbar&#8221; setting, and right-click on the divider. Make sure that &#8220;Show text&#8221; and &#8220;Show title&#8221; are disabled and the view is set to &#8220;small icons&#8221;.<br />
4. Use the dividers to rearrange the toolbar ordering to choice, and then lock the taskbar again.</p>
<div id="attachment_17" class="wp-caption alignnone" style="width: 286px"><img class="size-full wp-image-17" title="Windows 7 Taskbar" src="http://blog.brianleejackson.com/wp-content/uploads/2009/01/capture.png" alt="Quicklaunch on Windows 7 Beta Taskbar" width="276" height="104" /><p class="wp-caption-text">Quicklaunch on Windows 7 Beta Taskbar</p></div>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.brianleejackson.com/windows-7-tip-get-the-quicklaunch-toolbar-back' addthis:title='Windows 7 Tip &#8211; Get the QuickLaunch toolbar back' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_google +1"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_delicious"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_tumblr"></a><a class="addthis_button_digg"></a><a class="addthis_button_email"></a><a class="addthis_button_print"></a><a class="addthis_button_favorites"></a><a class="addthis_button_addthis menu"></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.brianleejackson.com/windows-7-tip-get-the-quicklaunch-toolbar-back/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

