Monday, April 5, 2010

how to make your vista quick launch icons look like windows 7 icons

1. Right-click any open space in the taskbar and clear the checkmark from Lock the Taskbar.

2. Right-click the taskbar again and choose Toolbars, Quick Launch. A small batch of icons appears next to the Start button.

3. Click and drag the Quick Launch toolbar's right handle to the right to create some extra icon space.

4. Right-click in an open space within that toolbar, then choose View, Large Icons.


To make the taskbar buttons showing only the icons you must do the this:

Start > Run > regedit > HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics

In there you must find the a "REG_SZ" with the name "MinWidth"
(write it without the quotes)
If you cant find it create one on your won with the name "MinWidth"
(write it without the quotes)

Once you find it double click on it and set the number 56 then click ok and close.
registry and restart your computer

Saturday, April 3, 2010

How to create a bootable pen drive

STEP-BY-STEP INSTRUCTIONS
Here's some step-by-step instructions on creating a bootable pen drive

  1. Acquire an ultra-fast USB 2.0 flash drive


  2. Format the Flash Drive
    Run CMD.EXE and type the following. This set of commands assumes that the USB flash drive is addressed as "disk 1". you should double check that by doing a list of the disks (type "list disk") before cleaning it. If you have multiple hard drives, like an SDFlash drive or a Multibay drive, you could end up wiping your second drive using this command.
    1. diskpart
    2. select disk 1
    3. clean
    4. create partition primary
    5. select partition 1
    6. active
    7. format fs=fat32
    8. assign
    9. exit
  3. Copy Windows Vista's or win 7 DVD ROM content to the Flash Drive
    Simply issue the following command to start copying all the content from the Windows Vista DVD to your newly formatted high speed flash drive.

· xcopy d:\*.* /s/e/f e:\

where d: is the drive of your windows and e: is the address of your flash drive.


Booting from Flash drive willl help you fast booting and installation of your windows.