Friday, October 2, 2009

Uninstall XP from dual boot with Vista machine

It’s a bit tricky than the recent post.
There are 3 methods also that I’ve discovered so far
Using VistaBootPro (1.6MB)
Using EasyBCD ver 1.7 (859kb)
Using Vista DVD
Steps to take using VistaBootPro ( by ScorpioSoft )
1- you have to make another entry into the menu with Vista being your legacy OS to boot from
2- restart the system, go to XP and copy the ‘boot’ map from your XP partition over to the Vista partition.
3- also copy all the boot files from the XP partition to the Vista Partition.
4- after that you have to set the Vista partition to ‘Active’ using ‘Computer Management’.
5- restart the pc and remove the XP partition from your HD.
6- now start your pc and if everything works ok you boot Vista from the Vista partition
Update: I tried to move the Vista partition to the beginning of my HD but that didn’t worked So for know I went back to XP (had a Ghost image ). Maybe the best way is to make 1 partition and do a clean install (without XP) on my PC.
Steps to take using EasyBCD 1.7 ( by Computer Guru )
Grab yourself a copy of EasyBCD 1.7.
Install
Run
EasyBCD | Add/Remove | Windows XP | Add Entry
Reboot, viola! all done!
Steps to take using Vista DVD ( by William Wilson )
Restart your computer with either Vista CD 1 or your Vista DVD in the drive, if you don’t you will be prompted to pick an operating system. Once into setup, choose repair console from the first screen (not install).
Now the last option is for a DOS prompt, pick that.
A DOS prompt appears, and type the following:
bootrec.exe /fixmbr
*this will essentially remove XP from the Vista bootloader
bootrec.exe /fixboot
*this will check that XP is no longer present in Vista’s boot.ini
Restart and XP is history.
Filed under: Windows

Command Prompt on Right-Click


Many computer users, specially the programmers, need to launch a command prompt window every once in a while to execute some dos/shell commands. The problem is, when a command prompt window launched, the default path is normally the system path or the user profile's path. The users will then have to do all the "cd" commands to change the directories to the path he/she wants.
This trick shows you how to add an option called "Command Prompt" when you right-click on a folder in Windows. With this option, a Command Prompt Window will launch and its current directory will be the path to the folder you've selected.
Use this trick at your own risk.

Here's what you'll get:





The Solution
You can either edit your registry OR download the registry file and apply it on your computer.
Method I. Manually edit the registry:
  1. Start > Run
  2. Enter "regedit" and hit Enter
  3. Expand to "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell"
  4. Right-click on "shell" and select New > Key
  5. Make sure a new key is created under "shell". Change the name of this key to "Command Prompt"
  6. Right-click on this new key "Command Prompt" and select New > Key
  7. Change the name of this key to "command"

  8. Here's what we should have:

  9. Double-click on the "(Default)" text on the right window to bring up the edit box
  10. Enter this text into the Value Data field:
    cmd.exe "%1"
  11. Click OK and close the registry.

Multiple Login in Yahoo messenger!

Go to Start ==> Run ==>> Type regedit,hit enter

Go to HKEY_CURRENT_USER -> Software -> Yahoo -> pager -> Test

On the right pane ==>> right-click and choose new Dword value .

Rename it as Plural.

Double click and assign a decimal value of 1.

Now close registry and restart yahoo messenger.

For signing in with new id open another messenger .

Run Multiple Instances of GTalk

If you've got many Gmail accounts and don't want to keep logging on and off them every time you switch, a simple command line parameter in the Google Talk shortcut can solve your problem.

  • First, create one copy of the Google Talk shortcut on your desktop – leave the original intact.
  • Right click on this shortcut and choose Properties. The Target box will show you the path of the EXE for Google Talk – something like "C:\Program Files\Google\Google Talk\googletalk.exe"
  • Change this to: "C:\Program Files\Google\Google Talk\googletalk.exe" /nomutex
    and click OK.