Single Processor Mode in Vista
Vista doesn't use boot.ini to configure the boot loader. Instead it uses bcdedit.exe and msconfig.exe To create a new boot entry that loads Vista in single processor mode follow the following steps:
- Open cmd in administrator mode (press the windows key, type cmd, and press ctrl+shift+enter)
- Type the command: bcdedit /copy {current} /d "Vista Single Processor" The command will return something like the following, but with a different number between the {}'s The entry was successfully copied to {68602c25-5097-11da-99de-000802209f1b}.
- Type the following command and replace the portion that says ID with the number returned from the previous command. bcdedit /displayorder {ID} /addlast
- Now type msconfig
- Click the boot tab and check mark the Make all boot settings permanent box.
- Select the Vista Single Processor entry and the click advanced options button.
- Put a check next to Number of processors, select 1, and then put a check next to Detect HAL. Click OK.
- Set the Timeout value to something like 3 secs. Click OK, click Yes, and Restart.
- Select the Vista Single Processor Entry from the boot menu to boot Vista with one processor.
No comments:
Post a Comment