<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-877928786741070892</id><updated>2011-08-02T17:56:42.335-07:00</updated><category term='Vista'/><category term='Windows 7'/><title type='text'>Tech Geek</title><subtitle type='html'>Tutorials in technology like PC tricks, gadgets, blogging and a lot more. News, new, modern and trend.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>51</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-977835248827862633</id><published>2010-01-05T05:46:00.001-08:00</published><updated>2010-01-05T05:46:35.956-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows 7'/><title type='text'></title><content type='html'>How to extend Win7's trial to a full four months&lt;br /&gt;&lt;br /&gt;In a nutshell: If you install Windows 7 and don't enter an installation key, the 30-day activation clock starts. To see how many days you have left, click Start, right-click Computer, and choose Properties. At the bottom of the dialog under Windows Activation, you'll see the number of days left in your trial period.&lt;br /&gt;&lt;br /&gt;When that number gets perilously close to zero, you can extend the free period another 30 days via the following steps:&lt;br /&gt;&lt;br /&gt;&lt;a name='more'&gt;&lt;/a&gt;Step 1: Click Start, All Programs, Accessories. Right-click Command Prompt and choose Run As Administrator. Enter your administrator password.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Step 2: Type the following command and press Enter:&lt;br /&gt;&lt;br /&gt;slmgr -rearm&lt;br /&gt;&lt;br /&gt;Note the space after slmgr and the hyphen in front of rearm.&lt;br /&gt;&lt;br /&gt;Once the OS restarts, the Properties dialog described above will indicate that Windows 7's activation grace period has been reset to a full 30 days.&lt;br /&gt;&lt;br /&gt;You can run the -rearm trick a total of three times. If you perform a -rearm at the end of each 30-day period, you end up with 120 days of full, unfettered Windows 7 use without having to supply an activation key in the interim.&lt;br /&gt;&lt;br /&gt;Step 3: Restart Windows 7.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-977835248827862633?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/977835248827862633/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/how-to-extend-win7s-trial-to-full-four.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/977835248827862633'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/977835248827862633'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/how-to-extend-win7s-trial-to-full-four.html' title=''/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-5665399520232948825</id><published>2010-01-05T05:44:00.000-08:00</published><updated>2010-01-05T05:45:19.759-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows 7'/><title type='text'>Control your Time Zone from a Command Prompt in Windows 7</title><content type='html'>Windows 7 includes tzutil.exe, which is a command line utility that lets you set or change&lt;br /&gt;the time zone or get details on the current time zone.&lt;br /&gt;&lt;br /&gt;To change the time zone, use the /s command.&lt;br /&gt;For example, &lt;b&gt;tzutil /s&lt;/b&gt; "universal standard time".&lt;br /&gt;&lt;br /&gt;To display the current time zone, use the /g command.&lt;br /&gt;For example, &lt;b&gt;tzutil /g&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;To get a list of all available time zones, use the /l command.&lt;br /&gt;For example, &lt;b&gt;tzutil /l&lt;/b&gt;.&lt;br /&gt;&lt;br /&gt;&lt;a name='more'&gt;&lt;/a&gt;An easy way to open the Run Command Window is to use the following key combination:&lt;br /&gt;&lt;b&gt;Windows Key&lt;/b&gt; and the &lt;b&gt;R key&lt;/b&gt;&lt;br /&gt;next, type &lt;b&gt;cmd&lt;/b&gt; into the window that opens.&lt;br /&gt;next type your timezone command at the c prompt:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;center&gt; Click on Image to enlarge&lt;br /&gt;&lt;a href="http://img.photobucket.com/albums/v190/bob3160/Tips/timezone01.png"&gt;&lt;img src="http://img.photobucket.com/albums/v190/bob3160/Tips/th_timezone01.png" /&gt;&lt;/a&gt;  &lt;a href="http://img.photobucket.com/albums/v190/bob3160/Tips/timezone02.png"&gt;&lt;img src="http://img.photobucket.com/albums/v190/bob3160/Tips/th_timezone02.png" /&gt;&lt;/a&gt;  &lt;a href="http://img.photobucket.com/albums/v190/bob3160/Tips/timezone03.png"&gt;&lt;img src="http://img.photobucket.com/albums/v190/bob3160/Tips/th_timezone03.png" /&gt;&lt;/a&gt;  &lt;br /&gt;&lt;a href="http://img.photobucket.com/albums/v190/bob3160/Tips/timezone04.png"&gt;&lt;img src="http://img.photobucket.com/albums/v190/bob3160/Tips/th_timezone04.png" /&gt;&lt;/a&gt;  &lt;a href="http://img.photobucket.com/albums/v190/bob3160/Tips/timezone05.png"&gt;&lt;img src="http://img.photobucket.com/albums/v190/bob3160/Tips/th_timezone05.png" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/center&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-5665399520232948825?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/5665399520232948825/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/windows-7-includes-tzutil.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/5665399520232948825'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/5665399520232948825'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/windows-7-includes-tzutil.html' title='Control your Time Zone from a Command Prompt in Windows 7'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-737042735515998107</id><published>2010-01-05T05:32:00.001-08:00</published><updated>2010-01-05T05:32:11.997-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows 7'/><title type='text'>Handy collection of Windows 7 keyboard shortcuts</title><content type='html'>Win+Up: Maximize the active window&lt;br /&gt;Win+Down: Minimize / Restore the active window&lt;br /&gt;Win+Left arrow: Snap the active window to left&lt;br /&gt;Win+Right arrow: Snap the active window to right&lt;br /&gt;Win+Shift+Left: Jump to left monitor&lt;br /&gt;Win+Shift+Right: Jump to right monitor&lt;br /&gt;Win+Space: All windows become transparent, you can peek at the desktop&lt;br /&gt;Win+Home: Minimize all but the active window&lt;br /&gt;Win+G: Bring gadgets to the top of the Z-order&lt;br /&gt;Win+P: External display options (mirror, extend desktop, etc)&lt;br /&gt;Win+X: Mobility Center (same as Vista, but still handy!)&lt;br /&gt;Win+T: Focus and scroll through items on the taskbar&lt;br /&gt;Win+1 to 5: Choose item by its location order on the taskbar&lt;br /&gt;Win+(+/-): Zoom in/out&lt;br /&gt;Shift+Click a taskbar item: Open a new instance of that application&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-737042735515998107?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/737042735515998107/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/handy-collection-of-windows-7-keyboard.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/737042735515998107'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/737042735515998107'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/handy-collection-of-windows-7-keyboard.html' title='Handy collection of Windows 7 keyboard shortcuts'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-6641137950262440676</id><published>2010-01-05T05:31:00.000-08:00</published><updated>2010-01-05T05:31:30.697-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows 7'/><title type='text'>Add "Hide File Ext." &amp; "Show Hidden Files", To Right Click Context Menu</title><content type='html'>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_8rptx559siA/S0M-qxFV3OI/AAAAAAAAATM/xq2j9f8Aorc/s1600-h/w71.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_8rptx559siA/S0M-qxFV3OI/AAAAAAAAATM/xq2j9f8Aorc/s320/w71.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Now you don't have go through the many steps in Windows Explorer to change the "View Folder Options"&lt;br /&gt;I use them, they are safe and free. Works with WindowsXP, Vista and Windows 7&lt;br /&gt;&lt;br /&gt;Download the file &lt;a href="http://www.filefront.com/14465697/FileExtToggle_3.0_Setup.exe/"&gt;HERE&lt;/a&gt;&lt;br /&gt;Here's another one Click &lt;a href="http://www.filefront.com/14465711/HiddenFilesToggle_3.0_Setup.exe/"&gt;HERE&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-6641137950262440676?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/6641137950262440676/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/add-hide-file-ext-show-hidden-files-to.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/6641137950262440676'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/6641137950262440676'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/add-hide-file-ext-show-hidden-files-to.html' title='Add &quot;Hide File Ext.&quot; &amp; &quot;Show Hidden Files&quot;, To Right Click Context Menu'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_8rptx559siA/S0M-qxFV3OI/AAAAAAAAATM/xq2j9f8Aorc/s72-c/w71.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-8039341576270312986</id><published>2010-01-05T04:13:00.001-08:00</published><updated>2010-01-05T04:13:55.593-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows 7'/><title type='text'>Secure Data On USB Drives In Windows 7</title><content type='html'>A picture is always worth 1000 words:&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_8rptx559siA/S0Ms4M-8rCI/AAAAAAAAATE/TOVektwwEi0/s1600-h/w7.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_8rptx559siA/S0Ms4M-8rCI/AAAAAAAAATE/TOVektwwEi0/s320/w7.JPG" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;span id="fullpost"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-8039341576270312986?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/8039341576270312986/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/secure-data-on-usb-drives-in-windows-7.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/8039341576270312986'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/8039341576270312986'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/secure-data-on-usb-drives-in-windows-7.html' title='Secure Data On USB Drives In Windows 7'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_8rptx559siA/S0Ms4M-8rCI/AAAAAAAAATE/TOVektwwEi0/s72-c/w7.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-2363130944259354066</id><published>2010-01-04T20:35:00.001-08:00</published><updated>2010-01-05T04:58:32.546-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows 7'/><title type='text'>Change Text/Background Colors In "CMD"</title><content type='html'>&lt;div style="text-align: justify;"&gt;Tired of a black background and white text, change the colors, spruce it up.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;1. Click the Start button.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;2. Click run.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;3. Type 'cmd' ( without the quotes ) or open from accessories&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;4. With CMD open, type in 'help color' (without the quotes) hit enter&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;5. Scroll down to see the list of numbers from 0 to 9 and letters from A to F.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;div style="text-align: justify;"&gt;Type 'color 6' to have yellow text, 'color 4' to have red text, 'color A' to have light green text etc. ( Ignore all quotes )&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;To change the color of the text as well as the background, type 'color ce' ( without the quotes ) to have light yellow text on a light red background or any other combination. The first letter/number is the color of the background and the second is the color of the text.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-2363130944259354066?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/2363130944259354066/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/change-textbackground-colors-in-cmd.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/2363130944259354066'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/2363130944259354066'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/change-textbackground-colors-in-cmd.html' title='Change Text/Background Colors In &quot;CMD&quot;'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-7217811641085696537</id><published>2010-01-04T20:28:00.000-08:00</published><updated>2010-01-05T04:58:57.747-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows 7'/><title type='text'></title><content type='html'>&lt;div style="text-align: justify;"&gt;I know that this works on a 32 bit install since that's what I am using, but do not know about a 64 bit install.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Windows 7 and Vista use a protocol known as a "Link-Layer Topology Discovery (LLTD) Responder" component. The LLTD component is not preinstalled in XP.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Although XP can be successfully networked with Vista and Windows 7 without it, I found that it has made the experience easier and more reliable to install LLTD to XP. What it does is permit the XP computers to be readily discovered on the network and "show up" in the network map (Network Folder) in Vista and Windows 7, provided that you are using the same Workgroup name and have File and Printer sharing enabled.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;There are 2 different means to achieve this, depending on what Service Pack your install of XP is using.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;If you are running XP with SP2, then you can download and install the LLTD component here: &lt;a href="http://www.microsoft.com/Downloads/details.aspx?familyid=4F01A31D-EE46-481E-BA11-37F485FA34EA&amp;amp;displaylang=en"&gt;CLICK HERE&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;If you are running XP with SP3, then a Hotfix is needed which can be downloaded here: &lt;a href="http://support.microsoft.com/kb/922120"&gt;CLICK HERE&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;To check that each of your computers has the LLTD protocol running, in the Networking Folder on each computer, right click the networking adapter that you use and choose Properties. Look in the list for "Link-Layer Topology Discovery Responder".&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;If it isn't listed, then click Add, then Protocol. Highlight Microsoft, then click the LLTD entry. If it's not there, then you are on an XP machine and it needs to be installed.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-7217811641085696537?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/7217811641085696537/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/i-know-that-this-works-on-32-bit.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/7217811641085696537'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/7217811641085696537'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/i-know-that-this-works-on-32-bit.html' title=''/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-3101757255081549180</id><published>2010-01-04T20:21:00.000-08:00</published><updated>2010-01-04T20:21:21.776-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows 7'/><title type='text'>Handy Windows 7 Shortcuts</title><content type='html'>Middle click an app on dock – Open a new app instance&lt;br /&gt;&lt;br /&gt;Middle click a thumbnail from dock – Close app instance/tab&lt;br /&gt;&lt;br /&gt;Alt – bring up old-style file menus where they’ve been removed&lt;br /&gt;&lt;br /&gt;Winkey + X – bring up laptop settings control panel&lt;br /&gt;&lt;br /&gt;Winkey + (shift +) tab – Flip 3D task switcher&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-3101757255081549180?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/3101757255081549180/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/handy-windows-7-shortcuts.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/3101757255081549180'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/3101757255081549180'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/handy-windows-7-shortcuts.html' title='Handy Windows 7 Shortcuts'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-7462371332170637348</id><published>2010-01-04T20:15:00.000-08:00</published><updated>2010-01-04T20:15:46.281-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows 7'/><title type='text'>Easily Record Troubleshooting Steps In Windows 7</title><content type='html'>When you need to explain how to produce a tech support issue, instead of typing it out by hand or trying to talk someone through it over the phone, Windows 7 has a tool called the Problem Steps Recorder.&lt;br /&gt;&lt;br /&gt;Click Start, type PSR.EXE and hit Enter.&lt;br /&gt;&lt;br /&gt;Click the Start Record button and go through the steps to recreate the issue. Add comments at any point by clicking the Add Comment button.&lt;br /&gt;&lt;br /&gt;When done, click the Stop Record button, enter the output file name and save.&lt;br /&gt;&lt;br /&gt;You end up with an MHT with details and screenshots of your performed steps.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-7462371332170637348?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/7462371332170637348/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/easily-record-troubleshooting-steps-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/7462371332170637348'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/7462371332170637348'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/easily-record-troubleshooting-steps-in.html' title='Easily Record Troubleshooting Steps In Windows 7'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-2276872406342723698</id><published>2010-01-03T03:04:00.001-08:00</published><updated>2010-01-05T05:00:03.319-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows 7'/><title type='text'>Restore The Quick Launch Toolbar</title><content type='html'>&lt;div style="text-align: justify;"&gt;Right click on an empty space on the Windows 7 taskbar and make sure Lock the taskbar is not checked.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Right click on an empty space on the Windows 7 taskbar and from the Context Menu, click Toolbars and then New Toolbar.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;When the New Toolbar, Choose a folder window appears, paste the following into the location bar:&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;%appdata%\Microsoft\Internet Explorer\Quick Launch and click Select Folder.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The Quick Launch toolbar will be on the right side next to the System Tray. To move it to the familiar left:&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Click on the left edge (dotted lines) of the new Quick Launch toolbar, and drag it over to the left as far as it will go.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;a name='more'&gt;&lt;/a&gt;To remove the text labels, right-click on the left edge of the toolbar (dotted lines) and from the Context Menu, uncheck both Show Text and Show Title.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Click and drag the left edge of the regular Windows taskbar toolbar (dotted lines to the right of the Start button) to the left of the taskbar, over the new Quick Launch toolbar. Stop when both toolbars are the size you want.Restore The Quick Launch Toolbar&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-2276872406342723698?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/2276872406342723698/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/restore-quick-launch-toolbar.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/2276872406342723698'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/2276872406342723698'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/restore-quick-launch-toolbar.html' title='Restore The Quick Launch Toolbar'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-6709796409883674485</id><published>2010-01-03T03:00:00.001-08:00</published><updated>2010-01-05T05:05:10.692-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>Vista Upgrade DVD can be tricked into installing as a full install -- whoops!</title><content type='html'>&lt;div style="text-align: justify;"&gt;Microsoft implemented a clean-install lock down on its Vista upgrades. So, uh... we can only assume it was not supposed to do this.&lt;br /&gt;&lt;br /&gt;Contrary to Microsoft's original intention, if you're stuck without a previous edition of Windows and just want a clean install of Vista -- and you are holding but an upgrade to Vista -- you can now do just that.&lt;br /&gt;&lt;br /&gt;Yep, Microsoft slipped on this one.&lt;br /&gt;&lt;br /&gt;An option offered by previous upgrade editions of Windows is that Microsoft allowed you a clean install -- that is, without having to first install an older version. The installer did, however, check if you owned an older version of Windows.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;a name='more'&gt;&lt;/a&gt;The way in which the upgrade CD verified this was to request the aging install CD. Once the installer was satisfied, you popped in the newer Windows CD and all was blissfully peaceful in the land.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt; With Vista coming screaming into the world, Microsoft was apparently intent on smashing that serenity. You see, it required that you have an existing Windows install on the system in which you intend to install Vista.&lt;br /&gt;&lt;br /&gt;Don't have an existing install? According to Microsoft's Knowledge Base, when you attempt to install Windows Vista with your legitimately-acquired upgrade key, "you will be blocked from continuing."&lt;br /&gt;&lt;br /&gt;Its solution to this? Well, it says you can take your pick of two; you can either spend more money on another product license -- a full one this time, you silly git -- or start the upgrade installation from within an existing install of Windows 2000, Windows XP, or even Vista itself.&lt;br /&gt;&lt;br /&gt;This was supposed to mean that you can no longer perform a clean install with the upgrade CD/DVD of the latest version of Windows.&lt;br /&gt;&lt;br /&gt;Or so it seemed up until not a full day ago, for there is a third option.&lt;br /&gt;&lt;br /&gt;In a twist of fate, the likes of which Microsoft must be rather miffed, the Vista upgrade can, indeed, perform a shiny clean install without requiring anything else but itself.&lt;br /&gt;&lt;br /&gt;The lads over at DailyTech discovered that you first must install Vista with the upgrade media without using a license key -- this installs the 30-day trial. Once you're in here, you can initiate the actual install, or 'upgrade' as the kids call it, and this will accept your upgrade key.&lt;br /&gt;&lt;br /&gt;It's not quite a clean install, but it's a handy trick to have up the sleeve, nonetheless.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-6709796409883674485?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/6709796409883674485/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/vista-upgrade-dvd-can-be-tricked-into.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/6709796409883674485'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/6709796409883674485'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/vista-upgrade-dvd-can-be-tricked-into.html' title='Vista Upgrade DVD can be tricked into installing as a full install -- whoops!'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-1850098372112563723</id><published>2010-01-03T02:59:00.001-08:00</published><updated>2010-01-03T03:17:22.681-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>Vista: Firewall Outbound Filtering Added, How To Turn It On</title><content type='html'>&lt;div style="text-align: justify;"&gt;New feature could make third-party firewalls unnecessary for some users--we'll see how effective it is. To configure (off by default): Start &amp;gt; Run &amp;gt; wf.msc seems to be the easiest way to get there--I'm sure there are others.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Not sure of the exact setting yet as there are three areas: Domain, Private, and Public.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;If you click on Windows Firewall Properties under the three areas above &amp;gt; Firewall State &amp;gt; Outbound Connections &amp;gt; select/toggle Blocked, only the first area, Domain, changes to blocked. I'm guessing that is sufficient until told otherwise.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-1850098372112563723?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/1850098372112563723/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/vista-firewall-outbound-filtering-added.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/1850098372112563723'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/1850098372112563723'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/vista-firewall-outbound-filtering-added.html' title='Vista: Firewall Outbound Filtering Added, How To Turn It On'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-8692788424764294758</id><published>2010-01-03T02:57:00.001-08:00</published><updated>2010-01-03T03:17:17.746-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>Windows Vista Usability, Tips and Tricks</title><content type='html'>&lt;div style="text-align: justify;"&gt;Here are a series of little know tips and tricks to make using Vista much easier:&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;1. Run as Administrator: Some software won't install, even if you are logged in as an administrator. So right click on the setup file you are trying to execute and choose Run as an Administrator to get it to install properly.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;2. Edit your startup applications with Windows Defender. Start Windows Defender and click Tools and then Software Explorer and then remove or disable programs you don't want to run at start up or remove programs from memory&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;3. In the Network and Sharing menu click “Customize” next to the network and choose Public to make your system more secure if you are on a public Wi-Fi connection or if you wireless network is not secured with WEP or WPA. Make your network Private if you want you computer to be auto discoverable which means it can be easily found by other computers on your home network.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;4. Shift and then right click on a folder or any program to add the items "Copy as path" and "Open command window here" to the menu.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;5. Keyboard shortcut secret: From left to right assign the icons on your QuickLaunch bar a number. To launch each one hold down the Windows logo key and type the number of position of the application. So if you have Firefox then Word then Windows Media player then type Windows key and then 1 to launch Firefox. Tap Windows key and the 2 to launch Word and so on.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-8692788424764294758?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/8692788424764294758/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/windows-vista-usability-tips-and-tricks.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/8692788424764294758'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/8692788424764294758'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/windows-vista-usability-tips-and-tricks.html' title='Windows Vista Usability, Tips and Tricks'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-5146234986362700153</id><published>2010-01-03T02:53:00.000-08:00</published><updated>2010-01-03T03:17:06.467-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>Windows Vista Registry</title><content type='html'>&lt;div style="text-align: justify;"&gt;Change the ribbons screensaver ribbon or width&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Screensavers\&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Ribbons&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;create a new dword called NumRibbons and give ait hexadecimal value of 00000100. Next, create a new dword called RibbonWidth and give it the hexadecimal value of 3c23d70a0 xit the Registry. the ribbons screensaver will now have the new settings.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;to restore the old settings, delete the dwords&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Change registerd users and company name&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Hard to do once installed, so I give here.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Values needed are RegisteredOwner and RegisteredOrganization, can cahnge to whatever you like.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-5146234986362700153?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/5146234986362700153/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/windows-vista-registry.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/5146234986362700153'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/5146234986362700153'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/windows-vista-registry.html' title='Windows Vista Registry'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-5039069530427512665</id><published>2010-01-03T02:50:00.001-08:00</published><updated>2010-01-03T03:16:57.530-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>Enable New Boot Screen</title><content type='html'>&lt;div style="text-align: justify;"&gt;There is a cool trick that will allow you to see what may have been a new boot screen for Windows Vista.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Enable New Boot Screen:&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;1. Click on the start orb and type in "MSCONFIG" in the textbox.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;2. Once the System Configuration tool loads, click on the Boot tab.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;3. Under Boot Options check "No GUI Boot".&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;4. Hit OK and reboot to see the new screen.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-5039069530427512665?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/5039069530427512665/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/enable-new-boot-screen.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/5039069530427512665'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/5039069530427512665'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/enable-new-boot-screen.html' title='Enable New Boot Screen'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-3314896301450163828</id><published>2010-01-03T02:48:00.000-08:00</published><updated>2010-01-03T02:48:18.880-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>Administrator Account</title><content type='html'>Want full admistrator account?&lt;br /&gt;&lt;br /&gt;Right click my puter and manage&lt;br /&gt;&lt;br /&gt;Expand local user and groups&lt;br /&gt;&lt;br /&gt;Click on users&lt;br /&gt;&lt;br /&gt;Double click administrator&lt;br /&gt;&lt;br /&gt;Uncheck account is disabled&lt;br /&gt;&lt;br /&gt;Close all windows.&lt;br /&gt;&lt;br /&gt;log off and back on as administrator.&lt;br /&gt;&lt;br /&gt;I did this next step, but, you could loose a lot of security. You can just leave your first account and log back on to it when your finished with administrator account.&lt;br /&gt;&lt;br /&gt;Do this at own risk I did with no problems.&lt;br /&gt;&lt;br /&gt;Go to user accounts in control panel and delete old account that wasn't the administrator.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-3314896301450163828?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/3314896301450163828/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/administrator-account.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/3314896301450163828'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/3314896301450163828'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/administrator-account.html' title='Administrator Account'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-4800969927426735273</id><published>2010-01-03T02:46:00.001-08:00</published><updated>2010-01-03T02:46:30.376-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>New Shortcut in Vista's Sendto Menu - How to make one</title><content type='html'>This works great.&lt;br /&gt;&lt;br /&gt;1. Click start &gt; all programs &gt; accessories &gt; "run"&lt;br /&gt;2. In the run box, type shell:sendto click okay&lt;br /&gt;A window will open with the current sendto shortcuts.&lt;br /&gt;3. Right click anywhere on the window, select "new shortcut".&lt;br /&gt;4. Click Browse, find your shortcut, click okay.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-4800969927426735273?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/4800969927426735273/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/new-shortcut-in-vistas-sendto-menu-how.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/4800969927426735273'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/4800969927426735273'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/new-shortcut-in-vistas-sendto-menu-how.html' title='New Shortcut in Vista&apos;s Sendto Menu - How to make one'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-2940271623702085084</id><published>2010-01-03T02:44:00.001-08:00</published><updated>2010-01-03T03:16:41.500-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'></title><content type='html'>&lt;div style="text-align: justify;"&gt;Normally when you want to select a file or folder, it is somewhat difficult to determine exactly what is check and what isn't.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;To change this:&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Start the Windows Explorer&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Go to Tools / Folder Options&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Click on the View tab&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Check the box for Use check boxes to select items its at the bottom&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-2940271623702085084?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/2940271623702085084/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/normally-when-you-want-to-select-file.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/2940271623702085084'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/2940271623702085084'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/normally-when-you-want-to-select-file.html' title=''/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-7375666744143247863</id><published>2010-01-03T02:42:00.000-08:00</published><updated>2010-01-05T05:09:59.546-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>Fed up with UAC permissions ? Then this may help.</title><content type='html'>&lt;div style="text-align: justify;"&gt;First thing to do is activate the admin account, to do this do the following, allow any\all security prompts while doing this, and do not type the quote marks, they are only to signify what you need to type:-&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Click on Start - Search&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Type "cmd"&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Right click on cmd (it appears at the top of the window) then select 'Run as administrator' from the options&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;In the black DOS box type the following at the command line: "Net user administrator activate:yes" then hit enter\return.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;That will activate the admin account, so now log off from your normal account and you should find the admin account as an account option, click on that to log into that account, once in it set up a strong password, use a mix of upper\lower case and characters and numbers etc, the longer the better (within reason), just make sure you remember what this password is or you will be stuffed if you need to get back in at a future point, but you need to do this to protect the account.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;a name='more'&gt;&lt;/a&gt;Now thats all really, all you do from here on is any programs your installing that always pester you for UAC permission each time try installing them from this admin account (obviously uninstall from the other account first), once installed log back into your normal account and see if it's worked, as I said my experience has been patchy at best due to being riddled with so many hardware faults etc, but the program I did find this worked on (sometimes anyway) was SUPERAntiSpyware, I really got fed up with that needing permission to run every time I booted, and this seemed to work and allowed it to run without the nag screen, I can only hope it helps as I haven't been able to check more thoroughly, but thought it worth posting in the hope it does help given users may resort to turning off the UAC, hope it helps.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-7375666744143247863?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/7375666744143247863/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/fed-up-with-uac-permissions-then-this.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/7375666744143247863'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/7375666744143247863'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/fed-up-with-uac-permissions-then-this.html' title='Fed up with UAC permissions ? Then this may help.'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-5122769117642651527</id><published>2010-01-03T02:36:00.001-08:00</published><updated>2010-01-05T05:10:27.797-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>Vista Oddities, Missing BOOTMGR.exe error</title><content type='html'>&lt;div style="text-align: justify;"&gt;One of the odd things I have run into installing and repairing Vista systems is that Vista has a nasty habit of installing its boot files on the first active drive or partition it finds, so it is possible to have system files on one drive or partition while boot files can reside on another. If this happens and something happens to the drive or partition with boot files on it this will make tour system unbootable and get a BOOTMGR.exe missing or corrupt error.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;After lots of research I found probably the only fixes that will allow you to get your system back to full running order. I found this on Microsofts Vista forum.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Hope this helps someone.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;To resolve this problem, use the following methods in the order in which they are presented.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;a name='more'&gt;&lt;/a&gt;Method 1: Repair the BCD store by using the Startup Repair option&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;You can use the Startup Repair option in the Windows Recovery Environment to repair the BCD store. To do this, follow these steps: 1. Put the Windows Vista installation disc in the disc drive, and then start the computer.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;2. Press a key when you are prompted.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;3. Select a language, a time, a currency, and a keyboard or another input method, and then click Next.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;4. Click Repair your computer.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;5. Click the operating system that you want to repair, and then click Next.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;6. In the System Recovery Options dialog box, click Startup Repair.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;7. Restart the computer.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Method 2: Rebuild the BCD store by using the Bootrec.exe tool&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;If the previous method does not resolve the problem, you can rebuild the BCD store by using the Bootrec.exe tool in the Windows Recovery Environment. To do this, follow these steps: 1. Put the Windows Vista installation disc in the disc drive, and then start the computer.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;2. Press a key when you are prompted.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;3. Select a language, a time, a currency, and a keyboard or another input method, and then click Next.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;4. Click Repair your computer.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;5. Click the operating system that you want to repair, and then click Next.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;6. In the System Recovery Options dialog box, click Command Prompt.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;7. Type Bootrec /RebuildBcd , and then press ENTER. • If the Bootrec.exe tool runs successfully, it presents you with an installation path of a Windows directory. To add the entry to the BCD store, type Yes . A confirmation message appears that indicates the entry was added successfully.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;If the Bootrec.exe tool cannot locate any missing Windows installations, you must remove the BCD store, and then you must re-create it. To do this, type the following commands in the order in which they are presented. Press ENTER after each command.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Bcdedit /export C:\BCD_Backup&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;ren c:\boot\bcd bcd.old&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Bootrec /rebuildbcd&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;8. Restart the computer.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-5122769117642651527?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/5122769117642651527/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/vista-oddities-missing-bootmgrexe-error.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/5122769117642651527'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/5122769117642651527'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/vista-oddities-missing-bootmgrexe-error.html' title='Vista Oddities, Missing BOOTMGR.exe error'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-3108932090359394366</id><published>2010-01-03T02:35:00.000-08:00</published><updated>2010-01-05T05:10:49.120-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>NVidia Drivers On Vista</title><content type='html'>&lt;div style="text-align: justify;"&gt;NVIDIA (for a while) hasn't had much luck with drivers on Windows Vista (link).&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;When you install Windows Vista, it is likely that Microsoft will install drivers that work very well for you. However, if you uninstall that driver, it is entirely possible Windows will never figure out how to get it working again and you will be stuck in a state of bad graphics and terrible resolution.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;If you find yourself in this state, you probably won't find any drivers for your NVIDIA card on Vista. However, you may find the following links useful:&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;a href="http://www.nvidia.com/object/winvista_x86_162.65.html"&gt;X86 (32 bit) drivers&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;a href="http://www.nvidia.com/object/winvista_x64_162.65.html"&gt;X64 (64 bit) drivers&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;a name='more'&gt;&lt;/a&gt;Those appear to be the latest drivers available for Vista. See the supported products tab of the site to see if your card qualifies.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;If you install an incorrect driver you will most likely have a terrible experience. Windows may boot fine, but video intensive applications (like playing a game or a DVD) will probably result in a blue screen. Poor video drivers are a common reason for blue screens in Vista.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;As a note, I am using this driver: &lt;a href="http://www.nvidia.com/object/winvista_x86_100.65.html"&gt;link&lt;/a&gt; for my nVidia Quadro FX Go1400 256MB without problems. It's an older release but I'm too afraid to try anything else since I have a lot of giant applications installed.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Caution: Update your video drivers at your own risk! While Windows usually does OK at recovering or providing recovery options via safe mode, the last thing you want is your PC stuck in a blue screen/reboot loop because your video driver is crazy.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-3108932090359394366?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/3108932090359394366/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/nvidia-drivers-on-vista.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/3108932090359394366'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/3108932090359394366'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/nvidia-drivers-on-vista.html' title='NVidia Drivers On Vista'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-8782371967318163945</id><published>2010-01-03T02:31:00.002-08:00</published><updated>2010-01-03T03:14:33.168-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>How To Prevent XP From Deleting Vista Restore Points, Easy Registry Fix</title><content type='html'>&lt;div style="text-align: justify;"&gt;I've been using this fix for months. This assumes that XP sees Vista as drive D.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;To keep Windows XP from deleting restore points of the volume in Windows Vista, add the following registry entry under the HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices\Offline registry subkey in Windows XP:&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Value name: \DosDevices\D:&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Type: REG_DWORD&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Value data: 1&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Note If the HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices\Offline registry subkey does not exist, you must manually create this registry subkey. Create this registry entry when you have installed Windows Vista on the "D" partition in Windows XP.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Effects of this workaround&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;After you restart Windows XP, you cannot access the volume that is created in Windows Vista from Windows XP. However, you can still access the volume that is created in Windows XP from Windows Vista. You must use Windows XP drive or an additional drive such as a USB thumb drive for data exchange.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-8782371967318163945?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/8782371967318163945/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/how-to-prevent-xp-from-deleting-vista.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/8782371967318163945'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/8782371967318163945'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/how-to-prevent-xp-from-deleting-vista.html' title='How To Prevent XP From Deleting Vista Restore Points, Easy Registry Fix'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-4686167374792611886</id><published>2010-01-03T02:31:00.000-08:00</published><updated>2010-01-03T03:14:27.856-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>High Disk and CPU Usage for 10 Minutes After Boot Solution</title><content type='html'>&lt;div style="text-align: justify;"&gt;In Vista there is a new service called superfetch which analyzes program you use most often and remembers code to make it work faster next time. In all reality it doesnt improve performance much if at all.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;When this service is running it can cause constant (and annoying) disk and cpu usage for the first 10 minutes or so of vista loading.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;if you disable this service, it stops all this access from occurring. I have disabled it on my dell xps m1730 which runs vista business, and my system still boots just as quick, but without all the disk and cpu usage afterwards.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;here is how to disable the service:&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;1) in the start menu search box type (without quotation marks) "services.msc" and hit enter&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;2) scroll down the list that appeared until you see a service named "Superfetch"&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;3) Double Click on the Superfetch Service and a dialog box will appear, in the 'Startup type' drop-down list in the centre of the dialog box, change from automatic to disabled.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;4) click OK&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;5) right click on the Superfetch Service and left click stop.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;6) click cross in the top right corner&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;you are all done,&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;next time you boot windows, superfetch will not start and you should have very minimal disk and cpu usage as it should be!&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-4686167374792611886?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/4686167374792611886/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/high-disk-and-cpu-usage-for-10-minutes.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/4686167374792611886'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/4686167374792611886'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/high-disk-and-cpu-usage-for-10-minutes.html' title='High Disk and CPU Usage for 10 Minutes After Boot Solution'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-1991269865922751086</id><published>2010-01-03T02:30:00.000-08:00</published><updated>2010-01-03T03:14:21.580-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>Useful Windows Vista shortcuts</title><content type='html'>&lt;div style="text-align: justify;"&gt;Windows + E : Windows Explorer&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Windows + D : Show Desktop&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Windows + B : Focuses selection to the first icon on the notification area, use arrow keys to navigate and Spacebar to select&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Windows + F : Find Files and Folders (AKA Search)&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Windows + Tab : 3D-Flip cycles through your standard applications (only available for Vista versions with Aero enabled)&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Windows + Ctrl + Tab : Launches 3D-Flip but stays on the desktop so that you can scroll in directions&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Windows + M : Minimize all windows&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Windows + Shift + M : Undo minimize all windows&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Windows + R : Open Run window&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Windows + Pause/Break : System Information&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Windows + F1 : Windows Help&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Windows + U : Ease of Access&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Windows + Spacebar : Displays Windows Sidebar (provided enabled)&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Windows + L : Locks the computer (needs password to reactivate)&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Windows + T : Tabs through applications on the taskbar&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Ctrl + Shift + Escape : Launches the Task Manager&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-1991269865922751086?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/1991269865922751086/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/useful-windows-vista-shortcuts.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/1991269865922751086'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/1991269865922751086'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/useful-windows-vista-shortcuts.html' title='Useful Windows Vista shortcuts'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-3311933022695680777</id><published>2010-01-03T02:27:00.001-08:00</published><updated>2010-01-03T03:14:14.191-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>Vista 64, Disk Cleanup and System Restore</title><content type='html'>&lt;div style="text-align: justify;"&gt;This is for anyone running any version of Vista 64 bit that uses the built in Disk Cleanup to remove all but the latest restore point, it doesn't work. Went looking today and found out why, apparently the shortcut in the Start menu points to the wrong exe for Disk Cleanup. In case it points to the 32 bit version of it in the SysWOW64 folder and not the 64 bit version in the System32 folder.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;That being said it is a quick and easy fix to get Disk Cleanup to work porperly,&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;1. Click on Start, All Programs, Accessories, and then click on System Tools.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;2. Right click on “Disk Cleanup” and from the context menu that appears click on “Properties”.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;3. Change the “Target” from “%SystemRoot%\SysWOW64\cleanmgr.exe” to “%SystemRoot%\system32\cleanmgr.exe”.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;4. Click on OK. If User Account Control prompts you for consent, click on Continue or provide the appropriate credentials.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-3311933022695680777?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/3311933022695680777/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/vista-64-disk-cleanup-and-system.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/3311933022695680777'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/3311933022695680777'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/vista-64-disk-cleanup-and-system.html' title='Vista 64, Disk Cleanup and System Restore'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-2908616652149986429</id><published>2010-01-03T02:26:00.001-08:00</published><updated>2010-01-03T03:14:02.929-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>Cleanup SP1</title><content type='html'>&lt;div style="text-align: justify;"&gt;This removes the extra clutter after you install SP1 in vista.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;*note: you cannot uninstall SP1 after you do this.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;many users report getting back 2 gigs and some report 4 gigs or more after useing this&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;in command type:&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Vsp1cln.exe&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;offtopic:&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;in command if you type: sfc/scannow&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;it will search for corrupted system files. Not sp1 related by the way.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-2908616652149986429?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/2908616652149986429/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/cleanup-sp1.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/2908616652149986429'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/2908616652149986429'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/cleanup-sp1.html' title='Cleanup SP1'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-1997291118512800101</id><published>2010-01-03T02:25:00.000-08:00</published><updated>2010-01-03T03:13:58.831-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>Join Vista to XP Network</title><content type='html'>&lt;div style="text-align: justify;"&gt;If you are having difficulty joining Vista to an XP Network make sure the Network names are the same.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The default name for an XP network is Mshome and the default name for the Vista network is Workgroup. You will have to choose one or the other in order to put the different systems together on the one network.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;To change the name go to Control Panel &amp;gt; System &amp;gt; Computer Name.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-1997291118512800101?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/1997291118512800101/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/join-vista-to-xp-network.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/1997291118512800101'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/1997291118512800101'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/join-vista-to-xp-network.html' title='Join Vista to XP Network'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-7708626564015724619</id><published>2010-01-03T02:21:00.001-08:00</published><updated>2010-01-03T03:13:49.010-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>Adding Clocks/Different Time Zones</title><content type='html'>&lt;div style="text-align: justify;"&gt;Open up the Date and Time Control Panel applet. Flip to the “Additional Clocks” tab. There, you can configure two more clocks from different time zones. They’ll appear in the tooltip when you hover over the Taskbar clock.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-7708626564015724619?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/7708626564015724619/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/adding-clocksdifferent-time-zones.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/7708626564015724619'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/7708626564015724619'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/adding-clocksdifferent-time-zones.html' title='Adding Clocks/Different Time Zones'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-2982422364236484633</id><published>2010-01-03T02:20:00.001-08:00</published><updated>2010-01-05T05:12:19.594-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>How to Rename Multiple or A Series of Files in Windows Vista</title><content type='html'>&lt;div style="text-align: justify;"&gt;If you have multiple files, or a series of files that you want to rename the file name to a name with same common pattern differentiated by just the numbering, Windows Vista itself provides an easy way to rename the files, by using just the Windows Explorer (you may known it as Computer, Documents, Pictures or Musics).&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;How to Rename Multiple Files in Windows Vista with Windows Explorer&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;In Windows Explorer folder, select a few files that you would like to rename. You can press and hold CTRL key while click on each of the files that you want to select multiple files. In your files are listed in successive order, simply highlight the first file, hold down the SHIFT key, and the click on the last file in the batch to select all files between them.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;a name='more'&gt;&lt;/a&gt;Once the files are selected, right click on any one of the files, and select “Rename”. Or simply press F2. Type in a new base name that you want to use, press ENTER when done. The files will then be renamed to the same name you typed with a number in parentheses appended to the end of the name to make up a unique name for each file, i.e. NEWFILENAME (x), with x starting from 1 and running consecutively till every document is named. Extension is not affected&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Revert Renaming Files&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;If you accidentally rename files wrongly, or don’t feel like the naming convention done by Windows Vista, press CTRL+Z keyboard shortcut to undo the rename change. Alternatively, click on “Edit” menu, and select “Undo”.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-2982422364236484633?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/2982422364236484633/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/how-to-rename-multiple-or-series-of.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/2982422364236484633'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/2982422364236484633'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/how-to-rename-multiple-or-series-of.html' title='How to Rename Multiple or A Series of Files in Windows Vista'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-4600347721270977035</id><published>2010-01-03T02:16:00.001-08:00</published><updated>2010-01-03T03:12:53.810-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>Adding Columns in Task MGR Processes</title><content type='html'>&lt;div style="text-align: justify;"&gt;Vista give you a lot more troubleshooting options in the Task Manager than previous Windows versions&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Open Task Mgr and click Processes tab, and in the View menu, click “Select Columns” this will open a new window with a whole list of options you can add as new columns and when you right-click a process, you can select either “Go to Service(s)” or “Open File Location.” These are all long overdue options.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-4600347721270977035?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/4600347721270977035/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/adding-columns-in-task-mgr-processes.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/4600347721270977035'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/4600347721270977035'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/adding-columns-in-task-mgr-processes.html' title='Adding Columns in Task MGR Processes'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-8968593226058907602</id><published>2010-01-03T02:14:00.001-08:00</published><updated>2010-01-03T03:12:47.575-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>Unblock Blocked Startup Programs In Vista</title><content type='html'>&lt;div style="text-align: justify;"&gt;I get around blocked startup programs by using Task Scheduler to start them. I use this method for CoreTemp and a few other programs.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;1. Remove the program from the Startup folder or the Run registry key&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;2. Launch the Task Scheduler&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;3. From the Actions panel on the right, select Create Task...&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;4. Give the task a description&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;5. Go to the Security Options on the General tab&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;6. Select an user account with administrative privileges&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;7. Select the radio button Run only when user is logged on&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;8. Check the box Run with highest privileges&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;9. Go to the Triggers tab and click New...&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;10. In Begin the task, select At log on&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;11. In the Settings options, select All users&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;12. In the Advanced Settings options, check the box Enabled&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;13. Click OK to close the dialog&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;14. Go to the Actions tab and click New...&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;15. For Action, select Start a program&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;16. In the Settings options, browse for the Program/Script you want to execute on startup&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;17. Click OK to close the dialog&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;18. Go to the Settings tab&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;19. Check the box Run task as soon as possible after a scheduled start is missed&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;20. Uncheck the box Stop the task if it runs longer than&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;21. Click OK to save and close the task properties&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-8968593226058907602?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/8968593226058907602/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/unblock-blocked-startup-programs-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/8968593226058907602'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/8968593226058907602'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/unblock-blocked-startup-programs-in.html' title='Unblock Blocked Startup Programs In Vista'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-763833875424142691</id><published>2010-01-03T02:12:00.001-08:00</published><updated>2010-01-05T05:13:29.310-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>How To Integrate And Slipstream SP1 Into Windows Vista RTM</title><content type='html'>&lt;div style="text-align: justify;"&gt;To slipstream SP1 into Vista RTM media is by using “reverse integration” trick where users install the Vista image to a machine, install the Service Pack and then re-capture the image as in the guide below.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;1. Prepare another hard disk or a drive partition (Guide: Change size of existing partition in Vista).&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;2. Install Windows Vista RTM to the secondary partition or drive (not the main boot or system partition). The primary reason for installing a new copy of Vista in another partition or drive is to ensure that no boot associated files of that computer related to BCD and boot.ini being part of the final Vista DVD image with SP1 integrated.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;3. After installation finished, Windows Vista will boot into Out of the Box Experience (OOBE), where users will come to the part after setup that requires users to set up his or her user name, password, general settings and etc. Once in the OOBE phase, type Ctrl-Shift-F3 to enter Audit mode.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;a name='more'&gt;&lt;/a&gt;4. The system will reboot into Audit mode, and a SysPrep window will pop up and show. Do not close the SysPrep window.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;5. Run the Vista SP1 setup installer (e.g. Windows6.0-KB936330-X86-wave0.exe, Windows6.0-KB936330-X64-wave0.exe or Windows6.0-KB936330-X86(x64)-wave0.exe), and let the service pack installation completes.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;6. Optionally, users can run a new tool comes with SP1 called Vsp1cln.exe to remove older versions of components that have been upgraded to new versions in SP1 to save disk space. To remove these older RTM files, simply run Vsp1cln.exe via Winkey+R (Run command) or via the command prompt after SP1 is installed.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;7. After the completion of SP1 service pack, the users will come back at the main Vista desktop with the SysPrep window open. At the SysPrep selection dialog, select OOBE, Generalize, and then Shut Down the system.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;8. Boot the system into a WinPE disk or another OS install (i.e. Windows XP). Do NOT boot back into Vista.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;9. Run the following imagex command (imagex can be download here or found in WAIK). Note that GimageX (a gui front-end for imagex) is not supported.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;imagex /compress maximum /flags "Ultimate" /capture d: c:\install.wim "Windows Vista Ultimate"&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;where d: is the drive Vista is installed on and c:\install.wim is the location to store the new install.wim. Replace “Ultimate” after the /flags switch with whatever edition of Vista installed (supported flags are HomeBasic, HomePremium, Starter, Ultimate, Enterprise, ServerDatacenter, ServerEnterprise and ServerStandardand, all no space between words) to slipstream SP1, and also the drive letter of where Vista is installed and location to save the generated install.wim.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;10. Once the image has been built, replace the old install.wim in the Vista RTM ISO in \Sources\ with the newly created install.wim using a registered version of UltraISO (Version 8.0 or higher). Save the ISO and you’re done.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;You can also rebuild the ISO using vLite by extracting the contents of the Vista RTM ISO to a temporary directory, replacing the install.wim and using vLite’s Vista Burning/ISO creation features. One can also use vLite to remove unwanted features in Vista SP1.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Note that the whole process above is to slipstream SP1 into a single edition of Vista. To integrate SP1 into all the editions of Vista, repeat steps above for each edition and use the imagex /append function to build an install.wim that contains all the editions of Vista, and then replace the original install.wim with install.wim with all editions or editions required in the RTM ISO image as per last 2 steps.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-763833875424142691?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/763833875424142691/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/how-to-integrate-and-slipstream-sp1.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/763833875424142691'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/763833875424142691'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/how-to-integrate-and-slipstream-sp1.html' title='How To Integrate And Slipstream SP1 Into Windows Vista RTM'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-6424591087538182629</id><published>2010-01-02T22:19:00.001-08:00</published><updated>2010-01-05T05:14:05.700-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>Low space on Recovery Hard Drive - Free up the disc space</title><content type='html'>&lt;div style="text-align: justify;"&gt;I recommend you take a backup of the registry before proceeding with the&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;steps, so that any damage to the registry during modification can be&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;restored.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;CAUTION: The following steps involve registry modifications.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Therefore, a registry backup is essential. An&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;incorrect registry entry may cause serious system&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;problems or prevent the computer from starting. You&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;will not be warned of any incorrect registry entries.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;If the registry is not backed up, the only way to&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;recover the system is by reinstalling the operating&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;system.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;To backup the registry:&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;1. Click Start and Type Run in the Start Search.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;2. Type REGEDIT in the Open field and click OK.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;3. Click "File" in the menu.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;4. Click "Export" from the drop-down menu.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;5. Click the down arrow beside "Save In" and select Local Disk (C:).&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;6. Type BACKUP.REG in the File Name field.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;7. Verify that the "All" radio button under the "Export Range" is&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;selected.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;8. Click Save.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;After taking a backup of the registry, remove the programs from the&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;registry by following these steps:&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;1. Click Start and Type Run and type regedit in the Open Field.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;2. After the Registry Editor loads, perform the following steps:&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Go to the following entry:&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Click the '+' sign next to HKEY_LOCAL_MACHINE&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Click the '+' sign next to System&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Click the '+' sign next to CurrentControlSet&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Click the '+' sign next to Services&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Click the '+' sign next to LanmanServer&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Click the '+' sign next to Parameters&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;3. If the value DiskSpaceThreshold exists then double click on it and&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;skip to step 5&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;4. If the value does not exist, from the Edit menu select New - DWord&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;value. Enter a name of DiskSpaceThreshold. Click OK then double click&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;on the new value&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;5. Set the base to decimal and enter a value that you want the event to&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;be generated at from 0-99.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Click OK&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Restart the machine&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;This should definitely free some space on the drive D.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-6424591087538182629?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/6424591087538182629/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/low-space-on-recovery-hard-drive-free.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/6424591087538182629'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/6424591087538182629'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/low-space-on-recovery-hard-drive-free.html' title='Low space on Recovery Hard Drive - Free up the disc space'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-7527570124948954398</id><published>2010-01-02T22:15:00.001-08:00</published><updated>2010-01-03T03:12:31.251-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>Own any file</title><content type='html'>&lt;div style="text-align: justify;"&gt;Vista wont let you delete or overwrite a file?&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;This might help.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Open command prompt.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Takeown /f c:\windows\foldername\nameoffilehere&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;"press enter and type"&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;cacls c:\windows\foldername\nameoffile /g username:f&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;It will ask "are you sure &lt;y n=""&gt;? press Y and enter.&lt;/y&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-7527570124948954398?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/7527570124948954398/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/own-any-file.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/7527570124948954398'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/7527570124948954398'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/own-any-file.html' title='Own any file'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-4070702747874272080</id><published>2010-01-02T22:13:00.001-08:00</published><updated>2010-01-03T03:11:40.536-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>Favorite Screen Saver As Your Desktop Background</title><content type='html'>&lt;div style="text-align: justify;"&gt;Find the filename of the screensaver you want to use as your desktop background.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Right click on the Command Prompt shortcut on your Start menu and select the Run as Administrator command.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Type the following command: screensaver.scr /p65552 (Where screensaver.scr is the filename of the screensaver you want to use.) press Enter.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The screen saver will begin running as your desktop background. It will block out your desktop and any icons on the desktop will be inaccessible while the screensaver is running. The Start menu and the Taskbar will still be accessible.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;There will be a screensaver icon on the Taskbar you can only right-click on. When you do, the Taskbar will hide and the screen saver will go full screen. In full screen, press Alt+F4 to close the screen saver. Or press the Windows key on your keyboard to make the Start menu and Taskbar accessible again.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-4070702747874272080?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/4070702747874272080/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/favorite-screen-saver-as-your-desktop.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/4070702747874272080'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/4070702747874272080'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/favorite-screen-saver-as-your-desktop.html' title='Favorite Screen Saver As Your Desktop Background'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-291671350686346296</id><published>2010-01-02T21:42:00.000-08:00</published><updated>2010-01-05T05:14:27.248-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>Get Rid Of Old Device Drivers Hidden In Vista</title><content type='html'>&lt;div style="text-align: justify;"&gt;Over time unused, but still installed, drivers can cause problems if they inadvertently become enabled. They can cause hardware conflicts or just cause the system to behave erratically. You can locate and remove any old and unused drivers by enabling a special feature in Device Manager that allows it to display non-present devices.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;To configure Device Manager to display non-present devices you will need to add an environment variable DEVMGR_SHOW_NONPRESENT_DEVICES to the Environment Variables dialog box. Begin by, accessing the Start menu, right-click on Computer, and select the Properties command. When you see the System window, select the Advanced System Settings link. When you do, you’ll encounter a UAC and will have to deal with it appropriately.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;a name='more'&gt;&lt;/a&gt;When the System Properties dialog box appears, click the Environment Variables button. When you see the Environment Variables dialog box, you’ll see that it contains two panels titled User Variables and System Variables. Environment variables added to the User Variables panel will be available only when that user logs on. Environment variables added to the System Variables panel will be available to all users.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Click the New button. When the New System Variable dialog box appears, type devmgr_show_nonpresent_devices in the Variable Name text box and type 1 in the Variable Value text box.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Then, click OK twice — once to close the New System Variable dialog box and once to close the Environment Variables dialog box.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;To view the non-present devices, access the Start menu, right-click on Computer, and select Manage. When the Computer Management window appears, select Device Manager. Once Device Manager is active, pull down the View menu and select Show Hidden Devices. Now, open the various branches in the Device Manager tree and look for device icons that appear translucent or faded.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;To remove the device drivers for any of the non-present devices, simply right-click on the faded icon and select the Uninstall command. Once you are done, close Device Manager and restart your system.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-291671350686346296?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/291671350686346296/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/get-rid-of-old-device-drivers-hidden-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/291671350686346296'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/291671350686346296'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/get-rid-of-old-device-drivers-hidden-in.html' title='Get Rid Of Old Device Drivers Hidden In Vista'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-7221394099163436912</id><published>2010-01-02T21:41:00.000-08:00</published><updated>2010-01-03T03:11:24.525-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>Quickly Access Network Connections</title><content type='html'>&lt;div style="text-align: justify;"&gt;Click Start.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Type ncpa.cpl in the Start Search panel.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Click Enter.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Click the ncpa.cpl item that appeared in the results list.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Network Connections will open.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Click Start.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Select Control Panel.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Type Network Connections in the Search panel.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Click View Network Connections in the results list.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The dialog box for Network Connections will open.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-7221394099163436912?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/7221394099163436912/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/quickly-access-network-connections.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/7221394099163436912'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/7221394099163436912'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/quickly-access-network-connections.html' title='Quickly Access Network Connections'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-3265368253629301878</id><published>2010-01-02T21:40:00.000-08:00</published><updated>2010-01-05T05:22:26.121-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>3 Handiest Of 77 Windows Vista Keyboard Shortcuts</title><content type='html'>&lt;div style="text-align: justify;"&gt;Go 'up' a level: Alt+Up Arrow&lt;br /&gt;&lt;br /&gt;Go 'back': Alt+Left Arrow&lt;br /&gt;&lt;br /&gt;Go 'forward': Alt+Right Arrow&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Windows key&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Opens or closes the Start menu&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Windows + D&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Displays your desktop&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Windows + E&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Opens the Computer window&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Windows + F&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Opens the Search window&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Ctrl + Windows + F&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Searches for computers (if you're on a network)&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Windows + L&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Locks your computer or switches users&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Windows + M&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Minimizes all windows&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Shift + Windows + M&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Restores minimized windows&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;div style="text-align: justify;"&gt;Windows + R&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Opens the Run dialog box&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Windows + T&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Cycles through programs on the Taskbar&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Windows + U&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Opens the Ease of Access Center&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Ctrl + A&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Selects everything in a window&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Ctrl + C&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Copies selected items&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Ctrl + X&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Cuts selected items&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Ctrl + V&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Pastes cut or copied items&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Ctrl + Y&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Redoes an action&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Ctrl + Z&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Undoes an action&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;F1&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Displays Help&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;F2&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Highlights the label of a selected item for editing&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;F3&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Opens the Search window&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Ctrl + F4&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Closes the current document&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Alt + F4&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Closes the current item or program&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;F5&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Refreshes a window&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;F6&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Cycles through elements in a window or on the desktop&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;F10&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Activates a program's menu bar&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Shift + Windows + F10&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Displays the shortcut menu for a selected item&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Delete&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Deletes selected items to the Recycle Bin&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Shift + Delete&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Deletes selected items permanently&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Alt + Enter&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Displays the properties of a selected item&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Ctrl + Esc&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Opens the Start menu&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Alt + Esc&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Cycles through items in the order you opened them&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Ctrl + Shift + Esc&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Opens the Windows Task Manager&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Left Alt + Left Shift + Num Lock&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Turns the Mouse Keys feature on or off&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Hold for five seconds + Num Lock&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Turns the Toggle Keys feature on or off&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Windows + Pause&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Displays the System Properties dialog box&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Left Alt + Left Shift + Print Screen&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Turns the High Contrast feature on or off&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Right Shift for 8 seconds&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Turns the Filter Keys feature on and off&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Press Shift five times&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Turns the Sticky Keys feature on or off&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Alt + Spacebar&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Opens the shortcut menu for the current window&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Alt + Tab&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Switches between open items&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Windows + Tab&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Cycles through open items with Flip 3-D&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Ctrl + Alt + Tab&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Displays open items (use the arrow keys to switch between them)&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Ctrl + Windows + Tab&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Displays open items with Flip 3-D (use the arrow keys to cycle through them)&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Alt + D&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Moves to the Address bar&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;F4&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Displays the Address bar drop-down list&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Ctrl + N&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Opens a new window&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;F11&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Maximizes/minimizes the current window&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Left arrow&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Collapses a selection or selects its parent folder&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Alt + Left arrow&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Shows the previous folder&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Right arrow&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Displays the current selection or selects its first subfolder&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Alt + Right arrow&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Shows the next folder&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Asterisk (keypad)&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Displays subfolders within a selected folder&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;End&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Displays the bottom of the current window&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Home&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Displays the top of the current window&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Minus Sign (keypad)&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Collapses the selected folder&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Plus Sign (keypad)&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Displays the contents of the selected folder&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;In the Vista Sidebar&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Windows + G&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Cycles through gadgets&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Windows + Spacebar&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Brings all gadgets to the front; selects Sidebar&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Tab&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Cycles through Sidebar controls&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;In a dialog box&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;F1&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Displays Help&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;F4&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Displays items in a drop-down list&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Backspace&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;In Save As or Open dialog, opens a folder one level up from a selected folder&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Enter&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Works like a mouse click for some selected options&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Spacebar&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Selects or deselects an active check box&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Tab&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Moves forward through dialog box options&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Ctrl + Tab&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Hops from tab to tab&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Shift + Tab&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Moves backward through dialog box options&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Ctrl + Shift + Tab&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Hops backward from tab to tab&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;In Vista Help&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Alt + A&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Displays the customer support page&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Alt + C&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Displays the Help And Support Contents&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Ctrl + F&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Opens Find dialog box for the current topic&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Alt + N&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Displays the connection settings menu&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Ctrl + P&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Prints a help topic&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;F3&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Moves to the Search box&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;F10&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Displays Options menu&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Alt + Home&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Displays the Help And Support home page&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-3265368253629301878?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/3265368253629301878/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/3-handiest-of-77-windows-vista-keyboard.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/3265368253629301878'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/3265368253629301878'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/3-handiest-of-77-windows-vista-keyboard.html' title='3 Handiest Of 77 Windows Vista Keyboard Shortcuts'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-2475096297844150020</id><published>2010-01-02T21:36:00.000-08:00</published><updated>2010-01-05T05:22:46.067-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>How to defragment your pagefile in Vista</title><content type='html'>&lt;div style="text-align: justify;"&gt;How to defragment your pagefile in Vista&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;By opening a Command Prompt session with administrative privileges, you can use the defragmentation program with various command-line options. (For details, type defrag /? at the command prompt.).&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;In addition to enabling scripts to incorporate defragmentation tasks, the command-line approach offers an option to analyze and report on the fragmentation status of a disk without actually carrying out the defrag operation. Type defrag c: –a –v, for example, to generate a verbose report on the condition of drive C. (You can add &amp;gt;%temp%\report.txt to the end of that command string to funnel the report into a text file saved in the Temp folder.). The last line of the report will recommend a defrag run if the system thinks you need it.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Using Disk Defragmenter's Analysis Report, you can determine whether your page file is fragmented. Although page file fragmentation is normally not a serious issue, a severely fragmented page file can reduce your system's performance. Disk Defragmenter cannot consolidate your page file, because Windows holds it open while you work. However, if you have more than one volume available (even if the second volume is on the same physical hard disk as your system drive), you can work around the problem as follows:&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;a name='more'&gt;&lt;/a&gt;1. Open Control Panel and double-click the System icon (in the System and Maintenance category).&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;2. In the task pane on the left side of the window, click Advanced System Settings.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;3. On the Advanced tab of the System Properties dialog box, click the Settings button under Performance.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;4. On the Advanced tab of the Performance Options dialog box, click Change under Virtual Memory.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;5. From the list of available drives, choose a volume other than the one that holds your current page file. This drive will hold your temporary page file.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;6. Choose the Custom Size option, choose System Managed Size, and click Set.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;7. Select the drive that contains the fragmented page file, choose the Paging File option, and then click Set.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;8. Close open dialog boxes to save your settings, and restart the computer to allow it to stop using the old page file and begin using the new one.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;9. Defragment the drive that previously held your page file. This consolidates the free space on that volume so that your new page file will be stored in contiguous space.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;10. Repeat steps 1 through 8, this time creating a page file on the original disk and eliminating the temporary page file you created. Then reboot to allow the new, defragmented page file to take over.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-2475096297844150020?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/2475096297844150020/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/how-to-defragment-your-pagefile-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/2475096297844150020'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/2475096297844150020'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/how-to-defragment-your-pagefile-in.html' title='How to defragment your pagefile in Vista'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-8998234223317511989</id><published>2010-01-02T21:31:00.000-08:00</published><updated>2010-01-05T05:23:00.546-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>Tweak Vista's Logon Screen</title><content type='html'>&lt;div style="text-align: justify;"&gt;Before editing the Windows Registry you should back it up for safekeeping.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Click the Start button, type Regedit in the Start Search box, and then press Enter. When you do, you'll encounter a UAC and will need to respond accordingly. Once the Registry Editor launches, locate the following key:&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Remove the shutdown button from the Logon screen.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Locate and double-click the shutdownwithoutlogon value. When the Edit DWORD dialog box appears, type a 0 in the Value data text box and click OK.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;a name='more'&gt;&lt;/a&gt;Add a warning or whatever message you want to the screen.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;To add a title to the message.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Locate and double-click the legalnoticecaption value. When the Edit DWORD dialog box appears, type the title in the Value data text box and click OK.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;To add the message.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Locate and double-click the legalnoticetext value. When the Edit DWORD dialog box appears, type the message in the Value data text box and click OK.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;You can configure the Logon screen to display logon statistics.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Right click anywhere inside the System key and select New, DWORD (32-bit) Value. When the new value appears, type DisplayLastLogonInfo and then press Enter twice. When the Edit DWORD dialog box appears, type a 1 in the Value data text box and click OK.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;You can create your own and change the Logon screen wallpaper using a nice GUI program called LogonStudio from Stardock. &lt;a href="http://www.stardock.com/products/logonstudio/"&gt;Take a Look Here&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-8998234223317511989?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/8998234223317511989/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/before-editing-windows-registry-you.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/8998234223317511989'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/8998234223317511989'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/before-editing-windows-registry-you.html' title='Tweak Vista&apos;s Logon Screen'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-396659767638634605</id><published>2010-01-02T21:29:00.001-08:00</published><updated>2010-01-05T05:23:22.242-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>Resize A Vista Partition Without Damaging Data</title><content type='html'>&lt;div style="text-align: justify;"&gt;Backing up your data beforehand is recommended.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Go to the start menu and right click on the Computer entry. When you do that you will see a menu you might not have even known was there. It might take a while to appear.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Expand the Storage entry and click on the Disk Management entry to show your hard disk layout.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Right click the partition you want to resize.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;a name='more'&gt;&lt;/a&gt;If you want to shrink a partition, choose shrink. You will see the amount of space available for resizing as calculated by Vista. Click the up or down arrows or enter the amount to set the size for shrinking. It may take some time and the new partition will show up as unallocated space in the partition map.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;If you want to expand a partition a Wizard will walk you through the procedure. Click on the Expand entry in the right click menu to start the Wizard. The Wizard will open to a window that allows you to delete a partition in order to make room for the expansion. Once you have set the size of the available space you want to use to expand the partition, click Next and then finalize the changes.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-396659767638634605?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/396659767638634605/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/resize-vista-partition-without-damaging.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/396659767638634605'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/396659767638634605'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/resize-vista-partition-without-damaging.html' title='Resize A Vista Partition Without Damaging Data'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-6202660849668469220</id><published>2010-01-02T21:27:00.003-08:00</published><updated>2010-01-03T03:10:46.593-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>Login As Administrator From Welcome Screen</title><content type='html'>&lt;div style="text-align: justify;"&gt;Enter the following command in the Administrator mode.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Type cmd in the Vista Start Run box and press Ctrl + Shift + Enter.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;To active Administrator account, type:&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;net user Administrator /active:yes&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;To deactivate Administrator account, type:&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;net user Administrator /active:no&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-6202660849668469220?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/6202660849668469220/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/login-as-administrator-from-welcome.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/6202660849668469220'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/6202660849668469220'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/login-as-administrator-from-welcome.html' title='Login As Administrator From Welcome Screen'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-9196841193918045257</id><published>2010-01-02T21:27:00.001-08:00</published><updated>2010-01-03T03:10:39.156-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>Add Any Application To The Desktop Right-Click Menu</title><content type='html'>&lt;div style="text-align: justify;"&gt;As always, backup your registry before editing.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;1. Open regedit.exe through the Start menu Search or Run box, and scroll down to the following key:&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;HKEY_CLASSES_ROOT\Directory\Background\shell&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;2. Right-click on the Shell key, and then select New, Key from the menu. Give the new key the name that you want to show up on the Desktop context menu.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;3. Right-click on the new key, and then select New, Key from the menu. Give this key the name command in lowercase.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;4. Click on command on the left side, and then double-click on the (Default) key in the right side to edit the string value. Type in the full path to the application that you want to launch and hit Enter.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Now when you right-click on the Desktop, the name you chose in Step 2 should be listed in the context menu.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-9196841193918045257?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/9196841193918045257/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/add-any-application-to-desktop-right.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/9196841193918045257'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/9196841193918045257'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/add-any-application-to-desktop-right.html' title='Add Any Application To The Desktop Right-Click Menu'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-8531645702639194345</id><published>2010-01-02T21:26:00.000-08:00</published><updated>2010-01-05T05:24:20.173-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>Add The Print Directory Option For File System Folders</title><content type='html'>&lt;div style="text-align: justify;"&gt;1. Click Start, type Notepad. Right-click Notepad and choose Run as Administrator.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;2. Copy the following text to Notepad:&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;@echo off&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;dir %1 /-p /o:gn &amp;gt; "%temp%\Listing"&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;start /w notepad /p "%temp%\Listing"&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;del "%temp%\Listing"&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;exit&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;3. Click File, Save (CTRL+S), mention the file name/path as %windir%\printdir.bat and press ENTER. The file printdir.bat is now saved to the Windows folder.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;div style="text-align: justify;"&gt;4. Download printdir_vista.reg: &lt;a href="http://www.winhelponline.com/downloadattachment.php?aId=ae6446b0303a7d38ce366797bcea3a78&amp;amp;articleId=206"&gt;Download here&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;5. Save printdir_vista.reg to Desktop, right-click and choose Merge. (If you are prompted for an administrator password or confirmation, type the password or provide confirmation.)&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;If you only want to view the file contents, and don't want to send it to the printer, change the 3rd line in step 2. from start /w notepad /p "%temp%\Listing" to start /w notepad "%temp%\Listing".&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-8531645702639194345?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/8531645702639194345/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/add-print-directory-option-for-file.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/8531645702639194345'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/8531645702639194345'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/add-print-directory-option-for-file.html' title='Add The Print Directory Option For File System Folders'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-1025111010137170516</id><published>2010-01-02T21:24:00.000-08:00</published><updated>2010-01-03T03:09:56.140-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>Create A Keyboard Shortcut To Open Any Folder</title><content type='html'>&lt;div style="text-align: justify;"&gt;Right click the folder that you want to create a keyboard shortcut for and click Send To and Desktop (Create Shortcut).&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Go to the Desktop and right click the shortcut that was created.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Click Properties.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;In the Shortcut Key box, enter the keyboard shortcut that you want to use. (Such as, Ctrl + Alt + H)&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Click OK.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-1025111010137170516?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/1025111010137170516/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/create-keyboard-shortcut-to-open-any.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/1025111010137170516'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/1025111010137170516'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/create-keyboard-shortcut-to-open-any.html' title='Create A Keyboard Shortcut To Open Any Folder'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-4336088975539425521</id><published>2010-01-02T21:23:00.000-08:00</published><updated>2010-01-03T03:09:32.787-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>Add And Edit Favorite Links In Windows Explorer Sidebar</title><content type='html'>&lt;div style="text-align: justify;"&gt;Go to the folder, drag and drop to the Favorite Links Sidebar (in the Navigation Pane) and your shortcut will be stored in there.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Or, right click on the empty space below the favorite links and click Open Favorite Links Folder. Here you can add, delete, or edit shortcut links that you want to appear in the Windows Explorer Sidebar.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;To rearrange the list of shortcuts in the sidebar, just drag and drop. Adding the favorite links also helps to quickly access folders while saving files. You can see the favorite links section in the sidebar of Save As option. So if you use a certain folder to save files more often, you can pin that folder to the favorite links.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-4336088975539425521?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/4336088975539425521/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/add-and-edit-favorite-links-in-windows.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/4336088975539425521'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/4336088975539425521'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/add-and-edit-favorite-links-in-windows.html' title='Add And Edit Favorite Links In Windows Explorer Sidebar'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-4439911517683591864</id><published>2010-01-02T21:20:00.001-08:00</published><updated>2010-01-05T05:25:18.987-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>Install XP's Backup Utility Into Windows Vista</title><content type='html'>&lt;div style="text-align: justify;"&gt;First you need access to a working installation of XP Pro.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Once there, open Windows Explorer and navigate to the C:\Windows\System32 folder.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Locate and copy the following files to a folder (named such as, Backup Utility) on a USB drive:&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Ntbackup.exe – Windows Backup Utility executable&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Ntmsapi.dll – Removable Storage Public Interfaces&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Vssapi.dll – Volume Shadow Coy Requestor/Writer&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Insert the USB drive into a Vista system, then copy the entire Backup Utility folder over to the C:\Program Files folder.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;a name='more'&gt;&lt;/a&gt;Open the Backup Utility folder, right click on the Ntbackup.exe file, and select the Send To, Desktop (create shortcut) command. (Move the shortcut to the Start menu if you want.)&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Now you need to enable the Removable Storage Management system.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Access the Control Panel, select Programs, and then click Turn Windows Features on or off.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;In the Windows Features dialog box, locate and select the Removable Storage Management check box, then click OK.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Now locate and click the Ntbackup.exe shortcut and you will be able to choose which files and folders you want to backup.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;If you encounter a warning about the Removable Storage Service even though it is running as it should be, just select the Don't alert me again check box and click OK.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-4439911517683591864?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/4439911517683591864/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/install-xps-backup-utility-into-windows.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/4439911517683591864'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/4439911517683591864'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/install-xps-backup-utility-into-windows.html' title='Install XP&apos;s Backup Utility Into Windows Vista'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-2676697124265647373</id><published>2010-01-02T21:17:00.000-08:00</published><updated>2010-01-03T03:09:21.441-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>Best Way To Be Safe Online, Best software for FREE</title><content type='html'>&lt;div style="text-align: justify;"&gt;1. Always do your updates once a week or set up automatic updates.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;2. Install a antivirus for FREE, always be sure its updated.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;a href="http://download.cnet.com/AVG-Anti-Virus-Free-Edition/3000-2239_4-10320142.html?tag=contentBody;mostPopTwoColWra"&gt;AVG Antivirus Free Edition (Recommended)&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;a href="http://download.cnet.com/Avast-Home-Edition/3000-2239_4-10019223.html?tag=contentBody;mostPopTwoColWrap"&gt;Avast Home Edition&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;3. Install Antispyware for FREE.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;a href="http://www.microsoft.com/windows/products/winfamily/defender/default.mspx"&gt;Windows Defender (Recommend)&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;a href="http://download.cnet.com/Ad-Aware-Anniversary-Edition/3000-8022_4-10045910.html?tag=contentBody;mostPopTwoColWrap"&gt;Ad-Aware Anniversary Edition&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;4.Install a site advisor, to be sure the website your visiting is safe. (AVG Antivirus already has a site advisor, your choice)&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;a href="http://www.siteadvisor.com/"&gt;McAfee Site Advisor (Recommended)&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-2676697124265647373?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/2676697124265647373/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/best-way-to-be-safe-online-best.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/2676697124265647373'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/2676697124265647373'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/best-way-to-be-safe-online-best.html' title='Best Way To Be Safe Online, Best software for FREE'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-4098436429039350640</id><published>2010-01-02T21:08:00.000-08:00</published><updated>2010-01-05T05:25:41.975-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>TUNE UP YOUR PC AND SPEED IT UP! 7 Simple Step by Step</title><content type='html'>&lt;div style="text-align: justify;"&gt;Follow Step By Step&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;1. Adjust Your Visual Effects : Go To Start - Control Panel - System And Maintenance - System - Advanced System Settings - Advanced - Performance Settings - Click On Custom - and Select Only Smooth Edges Of Screen Fonts And Use Visual Styles On Windows And Buttons.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;2. Disable Uneeded Startup Programs : Download Winpatrol, View And Select Which Startup Programs You Dont Need.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;3. Delete TEMP Files : Go To Run Type TEMP And Click Ok, And Delete Evreything That Appears Right There.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;a name='more'&gt;&lt;/a&gt;4.Delete All Your INTERNET HISTORY : Delete ALL Your Private Data If Using Firefox On Tools - Options - Clear Private Data And Select All And Click Clear Private Data, On Internet Explorer Internet Options - General - Delete - SELECT ALL And Delete.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;5. Do A Disk Cleanup : Using Windows Disk Clean Up, Start - Control Panel - System And Maintenance - Click Below Administrative Tools - Free Disk Space - It's Going To Ask You Wish Files To Delete Select ALL.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;6. Defrag Your PC : I Would Recommend Using Auslogics Defrag Or DISK MD&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;7. FINALLY RESTART YOUR PC And You're Good To Go !&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;a href="http://download.cnet.com/WinPatrol/3000-8022_4-10129149.html?tag=mncol"&gt;WINPATROL&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;a href="http://download.cnet.com/Auslogics-Disk-Defrag/3000-2094_4-10567503.html?tag=mncol"&gt;AUSLOGICS DEFRAG&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-4098436429039350640?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/4098436429039350640/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/tune-up-your-pc-and-speed-it-up-7.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/4098436429039350640'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/4098436429039350640'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/tune-up-your-pc-and-speed-it-up-7.html' title='TUNE UP YOUR PC AND SPEED IT UP! 7 Simple Step by Step'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-3922224476822680717</id><published>2010-01-02T21:07:00.000-08:00</published><updated>2010-01-05T05:27:42.349-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>Vista Command Prompt Commands</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;b&gt;Append&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The append command can be used by programs to open files in another directory as if they were located in the current directory.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Arp&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The arp command is used to display or change entries in the ARP cache.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Assoc&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The assoc command is used to display or change the file type associated with a particular file extension.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;At&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The at command is used to schedule commands and other programs to run at a specific date and time.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Attrib&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The attrib command is used to change the attributes of a single file or a directory.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Auditpol&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The auditpol command is used to display or change audit policies.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Bcdedit&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The bcdedit command is used to view or make changes to Boot Configuration Data.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Bitsadmin&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The bitsadmin command is used to create, manage, and monitor download and upload jobs.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Bootcfg&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The bootcfg command is used to build, modify, or view the contents of the boot.ini file, a hidden file that is used to identify in what folder, on which partition, and on which hard drive Windows is located.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;&lt;/b&gt;&lt;br /&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;b&gt;Break&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The break command sets or clears extended CTRL+C checking on DOS systems.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Cacls&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The cacls command is used to display or change access control lists of files.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Call&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The call command is used to run a script or batch program from within another script or batch program.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Certreq&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The certreq command is used to perform various certification authority (CA) certificate functions.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Certutil&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The certutil command is used to dump and display certification authority (CA) configuration information in addition to other CA functions.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Change&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The change command changes various terminal server settings like install modes, COM port mappings, and logons.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Chcp&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The chcp command displays or configures the active code page number.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Chdir&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The chdir command is used to display the drive letter and folder that you are currently in. Chdir can also be used to change the drive and/or directory that you want to work in.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Chglogon&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The chglogon command enables, disables, or drains terminal server session logins.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Chgport&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The chgport command can be used to display or change COM port mappings for DOS compatibility.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Chgusr&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The chgusr command is used to change the install mode for the terminal server.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Chkdsk&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The chkdsk command, often referred to as check disk, is used to identify and correct certain hard drive errors.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Chkntfs&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The chkntfs command is used to configure or display the checking of the disk drive during the Windows boot process.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Choice&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The choice command is used within a script or batch program to provide a list of choices and return of the value of that choice to the program.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Cipher&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The cipher command shows or changes the encryption status of files and folders on NTFS partitions.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Clip&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The clip command is used to redirect the output from any command to the clipboard in Windows.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Cls&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The cls command clears the screen of all previously entered commands and other text.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Cmd&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The cmd command starts a new instance of the command interpreter.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Cmdkey&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The cmdkey command is used to show, create, and remove stored user names and passwords.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Cmstp&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The cmstp command installs or uninstalls a Connection Manager service profile.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Color&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The color command is used to change the colors of the text and background within the Command Prompt&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;window.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Comp&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The comp command is used to compare the contents of two files or sets of files.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Compact&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The compact command is used to show or change the compression state of files and directories on NTFS partitions.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Convert&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The convert command is used to convert FAT or FAT32 formatted volumes to the NTFS format.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Copy&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The copy command does simply that - it copies one or more files from one location to another.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Date&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The date command is used to show or change the current date.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Debug&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The debug command starts Debug, a command line application used to test and edit programs.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Defrag&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The defrag command is used to defragment a drive you specify. The defrag command is the command line version of Microsoft's Disk Defragmenter.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Del&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The del command is used to delete one or more files. The del command is the same as the erase command.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Dir&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The dir command is used to display a list of files and folders contained inside the folder that you are currently working in. The dir command also displays other important information like the hard drive's serial number, the total number of files listed, their combined size, the total amount of free space left on the drive, and more.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Diskcomp&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The diskcomp command is used to compare the contents of two floppy disks.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Diskcopy&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The diskcopy command is used to copy the entire contents of one floppy disk to another.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Diskpart&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The diskpart command is used to create, manage, and delete hard drive partitions.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Diskraid&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The diskraid command starts the DiskRAID tool which is used to manage and configure RAID arrays.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Dispdiag&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The dispdiag command is used to output a log of information about the display system.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Doskey&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The doskey command is used to edit command lines, create macros, and recall previously entered commands.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Driverquery&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The driverquery command is used to show a list of all installed drivers.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Echo&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The echo command is used to show messages, most commonly from within script or batch files. The echo command can also be used to turn the echoing feature on or off.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Edit&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The edit command starts the MS-DOS Editor tool which is used to create and modify text files.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Edlin&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The edlin command starts the Edlin tool which is used to create and modify text files from the command line.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Endlocal&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The endlocal command is used to end the localization of environment changes inside a batch or script file.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Erase&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The erase command is used to delete one or more files. The erase command is the same as the del command.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Eventcreate&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The eventcreate command is used to create a custom event in an event log.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Exe2Bin&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The exe2bin command is used to convert a file of the EXE file type (executable file) to a binary file.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Exit&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The exit command is used to end the Command Prompt session that you're currently working in.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Expand&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The expand command is used to extract a single file or a group of files from a compressed file.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Fastopen&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The fastopen command is used to add a program's hard drive location to a special list stored in memory, potentially improving the program's launch time by removing the need for MS-DOS to locate the application on the drive.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Fc&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The fc command is used to compare two individual or sets of files and then show the differences between them.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Find&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The find command is used to search for a specified text string in one or more files.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Findstr&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The findstr command is used to find text string patterns in one or more files.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Finger&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The finger command is used to return information about one or more users on a remote computer that's running the Finger service.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;For&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The for command is used to run a specified command for each file in a set of files. The for command is most often used within a batch or script file.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Forfiles&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The forfiles command selects one or more files to execute a specified command on. The forfiles command is most often used within a batch or script file.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Format&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The format command is used to format a drive in the file system that you specify.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Fsutil&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The fsutil command is used to perform various FAT and NTFS file system tasks like managing reparse points and sparse files, dismounting a volume, and extending a volume.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Ftp&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The ftp command can used to transfer files to and from another computer. The remote computer must be operating as an FTP server.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Ftype&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The ftype command is used to define a default program to open a specified file type.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Getmac&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The getmac command is used to display the media access control (MAC) address of all the network controllers on a system.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Goto&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The goto command is used in a batch or script file to direct the command process to a labeled line in the script.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Gpresult&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The gpresult command is used to display Group Policy settings.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Gpupdate&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The gpupdate command is used to update Group Policy settings.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Graftabl&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The graftabl command is used to enable the ability of Windows to display an extended character set in graphics mode.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Graphics&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The graphics command is used to load a program that can print graphics.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Help&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The help command provides more detailed information on any of the other Command Prompt commands..&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Hostname&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The hostname command displays the name of the current host.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Icacls&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The icacls command is used to display or change access control lists of files. The icacls command is an updated version of the cacls command.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;If&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The if command is used to perform conditional functions in a batch file.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Ipconfig&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The ipconfig command is used to display detailed IP information for each network adapter utilizing TCP/IP. The ipconfig command can also be used to release and renew IP addresses on systems configured to receive them via a DHCP server.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Irftp&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The irftp command is used to transmit files over an infrared link.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Iscsicli&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The iscsicli command starts the Microsoft iSCSI Initiator, used to manage iSCSI.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Label&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The label command is used to manage the volume label of a disk.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Loadfix&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The loadfix command is used to load the specified program in the first 64K of memory and then runs the program.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Lodctr&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The lodctr command is used to update registry values related to performance counters.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Logman&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The logman command is used to create and manage Event Trace Session and Performance logs. The logman command also supports many functions of Performance Monitor.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Logoff&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The logoff command is used to terminate a session.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Mem&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The mem command shows information about used and free memory areas and programs that are currently loaded into memory in the MS-DOS subsystem.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Mkdir (Md)&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The mkdir command is used to create a new folder.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Mklink&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The mklink command is used to create a symbolic link.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Mmc&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The mmc command can be used to open Microsoft Management Console in author mode or to a specific snap-in console, all from the Command Prompt.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Mode&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The mode command is used to configure system devices, most often COM and LPT ports..&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;More&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The more command is used to display the information contained in a text file. The more command can also be used to paginate the results of any other Command Prompt command.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Mountvol&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The mountvol command is used to display, create, or remove volume mount points.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Move&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The move command is used to move one or files from one folder to another. The move command is also used to rename directories.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Msg&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The msg command is used to send a message to a user.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Msiexec&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The msiexec command is used to start Windows Installer, a tool used to install and configure software.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Mstsc&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The mstsc command starts the Remote Desktop Connection tool from the Command Prompt.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Muiunattend&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The muiunattend command starts the Multilanguage User Interface unattended setup process.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Nbtstat&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The nbtstat command is used to show TCP/IP information and other statistical information about a remote computer.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Net&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The net command is used to display, configure, and correct a wide variety of network settings.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Netcfg&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The netcfg command is used to install the Windows Preinstallation Environment (WinPE), a lightweight version of Windows used to deploy workstations.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Netstat&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The netstat command is most commonly used to display all open network connections and listening ports.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Nlsfunc&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The nlsfunc command is used to load information specific to a particular country or region.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Nslookup&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The nslookup is most commonly used to display the hostname of an entered IP address. The nslookup command queries your configured DNS server to discover the IP address.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Ocsetup&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The ocsetup command starts the Windows Optional Component Setup tool, used to install additional Windows features.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Openfiles&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The openfiles command is used to display and disconnect open files and folders on a system.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Path&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The path command is used to display or set a specific path available to executable files.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Pathping&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The pathping command functions much like the tracert command but will also report information about network latency and loss at each hop.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Pause&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The pause command is used within a batch or script file to pause the processing of the file. When the pause command is used, a Press any key to continue. Message displays in the command window.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Ping&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The ping command sends an Internet Control Message Protocol (ICMP) Echo Request message to a specified remote computer to verify IP-level connectivity.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Pkgmgr&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The pkgmgr command is used to start the Windows Package Manager from the Command Prompt. Package Manager installs, uninstalls, configures, and updates features and packages for Windows.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Pnpunattend&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The pnpunattend command is used to automate the installation of hardware device drivers.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Pnputil&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The pnputil command is used to start the Microsoft PnP Utility, a tool used to install a Plug and Play device from the command line.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Popd&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The popd command is used to change the current directory to the one most recently stored by the pushd command. The popd command is most often utilized from within a batch or script file.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Print&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The print command is used to print a specified text file to a specified printing device.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Prompt&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The prompt command is used to customize the appearance of the prompt text in Command Prompt.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Pushd&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The pushd command is used to store a directory for use, most commonly from within a batch or script program.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Qappsrv&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The qappsrv command is used to display all Remote Desktop Session Host servers available on the network.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Qprocess&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The qprocess command is used to display information about running processes.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Query&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The query command is used to display the status of a specified service.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Quser&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The quser command is used to display information about users currently logged on to the system.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Qwinsta&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The qwinsta command is used to display information about open Remote Desktop Sessions.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Rasdial&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The rasdial command is used to start or end a network connection for a Microsoft client.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Recover&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The recover command is used to recover readable data from a bad or defective disk.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Reg&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The reg command is used to manage the Windows Registry from the command line. The reg command can perform common registry functions like adding registry keys, exporting the registry, etc.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Regsvr32&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The regsvr32 command is used to register a DLL file as a command component in the Windows Registry.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Relog&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The relog command is used to create new performance logs from data in existing performance logs.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Rem&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The rem command is used to record comments or remarks in a batch or script file.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Rename (Ren)&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The rename command is used to change the name of the individual file that you specify.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Replace&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The replace command is used to replace one or more files with one or more other files.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Reset Session (Rwinsta)&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The reset session command is used to reset the session subsystem software and hardware to known initial values.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Rmdir (Rd)&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The rmdir command is used to delete an existing and completely empty folder.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Robocopy&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The robocopy command is used to copy files and directories from one location to another. The robocopy command is superior to the more simple copy command because robocopy supports many more options. This command is also called Robust File Copy.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Route&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The route command is used to manipulate network routing tables.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Rpcping&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The rpcping command is used to ping a server using RPC.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Runas&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The runas command is used to execute a program using another user's credentials.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Sc&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The sc command is used to configure information about services. The sc command communicates with the Service Control Manager.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Schtasks&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The schtasks command is used to schedule specified programs or commands to run a certain times. The schtasks command can be used to create, delete, query, change, run, and end scheduled tasks.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Secedit&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The secedit command is used to configure and analyze system security by comparing the current security configuration to a template.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Set&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The set command is used to enable or disable certain options in Command Prompt.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Setlocal&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The setlocal command is used to start the localization of environment changes inside a batch or script file.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Setver&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The setver command is used to set the MS-DOS version number that MS-DOS reports to a program.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Setx&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The setx command is used to create or change environment variables in the user environment or the system environment.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Sfc&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The sfc command is used to verify and replace important Windows system files. The sfc command is also referred to as System File Checker and Windows Resource Checker.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Shadow&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The shadow command Is used to monitor another Remote Desktop Services session.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Share&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The share command is used to install file locking and file sharing functions in MS-DOS.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Shift&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The shift command is used to change the position of replaceable parameters in a batch or script file.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Shutdown&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The shutdown command can be used to shut down, restart, or log off the current system or a remote computer.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Sort&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The sort command is used to read data from a specified input, sort that data, and return the results of that sort to the Command Prompt screen, a file, or another output device.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Start&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The start command is used to open a new command line window to run a specified program or command. The start command can also be used to start an application without creating a new window.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Subst&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The subst command is used to associate a local path with a drive letter. The subst command is a lot like the net use command except a local path is used instead of a shared network path.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Sxstrace&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The sxstrace command is used to start the WinSxs Tracing Utility, a programming diagnostic tool.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Systeminfo&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The systeminfo command is used to display basic Windows configuration information for the local or a remote computer.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Takeown&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The takedown command is used to regain access to a file that that an administrator was denied access to when reassigning ownership of the file.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Taskkill&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The taskkill command is used to terminate a running task. The taskkill command is the command line equivalent of ending a process in Task Manager in Windows.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Tasklist&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Displays a list of applications, services, and the Process ID (PID) currently running on either a local or a remote computer.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Tcmsetup&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The tcmsetup command is used to setup or disable the Telephony Application Programming Interface (TAPI) client.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Time&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The time command is used to show or change the current time.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Timeout&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The timeout command is typically used in a batch or script file to provide a specified timeout value during a procedure. The timeout command can also be used to ignore keypresses.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Title&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The title command is used to set the Command Prompt window title.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Tracerpt&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The tracerpt command is used to process event trace logs or real-time data from instrumented event trace providers.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Tracert&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The tracert command sends Internet Control Message Protocol (ICMP) Echo Request messages to a specified remote computer with increasing Time to Live (TTL) field values and displays the IP address and hostname, if available, of the router interfaces between the source and destination.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Tree&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The tree command is used to graphically display the folder structure of a specified drive or path.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Tsdiscon&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The tsdiscon command is used to disconnect a Remote Desktop session.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Tskill&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The tskill command is used to end the specified process.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Type&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The type command is used to display the information contained in a text file.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Typeperf&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The typerperf command displays performance data in the Command Prompt window or writes the data to specified log file.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Unlodctr&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The unlodctr command removes Explain text and Performance counter names for a service or device driver from the Windows Registry.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Ver&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The ver command is used to display the current Windows version.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Verify&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The verify command is used to enable or disable the ability of Command Prompt to verify that files are written correctly to a disk.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Vol&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The vol command shows the volume label and serial number of a specified disk, assuming this information exists.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Vssadmin&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The vssadmin command starts the Volume Shadow Copy Service administrative command line tool which displays current volume shadow copy backups and all installed shadow copy writers and providers.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;W32Tm&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The w32tm command is used to diagnose issues with Windows Time.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Waitfor&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The waitform command is used to send or wait for a signal on a system.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Wbadmin&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The wbadmin command is used start and stop backup jobs, display details about a previous backup, list the items within a backup, and report on the status of a currently running backup.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Wevtutil&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The wevtutil command starts the Windows Events Command Line Utility which is used to manage event logs and publishers.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Where&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The where command is used to search for files that match a specified pattern.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Whoami&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The whoami command is used to retrieve user name and group information on a network.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Winrm&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The winrm command is used to start the command line version of Windows Remote Management, used to manage secure communications with local and remote computers using web services.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Winrs&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The winrs command is used to open a secure command window with a remote host.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Winsat&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The winsat command starts the Windows System Assessment Tool, a program that assesses various features, attributes, and capabilities of a computer running Windows.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Wmic&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The wmic command starts the Windows Management Instrumentation Command line (WMIC), a scripting interface that simplifies the use of Windows Management Instrumentation (WMI) and systems managed via WMI.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;Xcopy&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The xcopy command can copy one or more files or directory trees from one location to another.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-3922224476822680717?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/3922224476822680717/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/vista-prompt-commands.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/3922224476822680717'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/3922224476822680717'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/vista-prompt-commands.html' title='Vista Command Prompt Commands'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-877928786741070892.post-5684453064559730332</id><published>2010-01-01T03:12:00.000-08:00</published><updated>2010-01-05T05:26:52.664-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><title type='text'>How to make Vista's taskbar look and act like Win 7's</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;b&gt;How to make Vista's taskbar look and act like Win 7's&lt;/b&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;This does not include or add "Pin To Taskbar Function" which is not really needed due to the "Quick Launch Feature"&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;This is a "Regedit" so do so at your own risk and please back it up.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;1. Open "Regedit" and navigate to "HKEY_CURRENT_USER/Control Panel/Desktop(Expand) and click on "Window Metrics"&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;2. Right click on empty space and create a new "String" and name it "MinWidth" and give it a value of "-285"&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;3. Close Regedit.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;4. Right click "Taskbar" and unlock&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;5. Right click "Taskbar" again, hover over "Toolbars" and enable "Quick Launch" if it isn't already.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;6. Using your mouse, expand the Quick Launch area to show all Icons.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;7. Right click an area in the Quick Launch and hover over "View" and select "Large Icons"&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;8. Right click "Taskbar" again and select "Properties", click the "Taskbar Tab" and select all except "Auto-Hide The Taskbar"&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;9. Done.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;a name='more'&gt;&lt;/a&gt;To add an item/program, just right click the program and "Add To Quick Launch"&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;EDIT: This method also works for Windows XP and since XP does not have the "Add To Quick Launch" in the right click context you can easily add it to the "Quick Launch" by simply dragging the program Icon to the taskbar.&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;a href="http://i48.tinypic.com/2nrhwfr.jpg"&gt;Vista Preview&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;a href="http://i45.tinypic.com/2088ec4.jpg"&gt;XP Pro Preview&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/877928786741070892-5684453064559730332?l=t3chg33k.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://t3chg33k.blogspot.com/feeds/5684453064559730332/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/how-to-make-vistas-taskbar-look-and-act.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/5684453064559730332'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/877928786741070892/posts/default/5684453064559730332'/><link rel='alternate' type='text/html' href='http://t3chg33k.blogspot.com/2010/01/how-to-make-vistas-taskbar-look-and-act.html' title='How to make Vista&apos;s taskbar look and act like Win 7&apos;s'/><author><name>OneWinged</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
