(Editor's Note)
Download iReboot now!!
Well, I set up my entire complicated Vista, XP, DOS, Linux quadruple boot system, and now I am being told that running easyBCD every time we need to change the default bootloader "is too complicated"
SO, I was wondering how / if I can just make a small program (or a few small programs) in BOTH XP AND VISTA that will allow me to just click on the icon, and it will change the default boot in the BCD to whatever the icon is...
i.e. if the icon says XP, it will make the default boot XP, and if the icon says Vista then the default boot will be made to Vista. I dont think that this should be too hard in Vista, but in XP...? ALso, some help with the commands to include in the program would be appreciated!
I dont have linux in there right now, but currently my BCD Reads:
I guess it could also be one MFC C++ application that prompts the user to select the default OS and prompts with the time, but I would prefer to do things a little bit easier than that, because its been a while since I played around with MFC.
- Jeff
Download iReboot now!!
Well, I set up my entire complicated Vista, XP, DOS, Linux quadruple boot system, and now I am being told that running easyBCD every time we need to change the default bootloader "is too complicated"
SO, I was wondering how / if I can just make a small program (or a few small programs) in BOTH XP AND VISTA that will allow me to just click on the icon, and it will change the default boot in the BCD to whatever the icon is...
i.e. if the icon says XP, it will make the default boot XP, and if the icon says Vista then the default boot will be made to Vista. I dont think that this should be too hard in Vista, but in XP...? ALso, some help with the commands to include in the program would be appreciated!
I dont have linux in there right now, but currently my BCD Reads:
Windows Boot Manager
--------------------
identifier {9dea862c-5cdd-4e70-acc1-f32b344d4795}
device partition=D:
description Windows Boot Manager
locale en-US
inherit {7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e}
default {466f5a88-0af2-4f76-9038-095b170dc21c}
displayorder {e9d2b4dc-3382-11dc-b155-8641cba891ba}
{466f5a88-0af2-4f76-9038-095b170dc21c}
toolsdisplayorder {b2721d73-1db4-4c62-bf78-c548a880142d}
timeout 25
Windows Boot Loader
-------------------
identifier {e9d2b4dc-3382-11dc-b155-8641cba891ba}
device partition=C:
path \Windows\system32\winload.exe
description Microsoft Windows Vista
locale en-US
inherit {6efb52bf-1766-41db-a6b3-0ee5eff72bd7}
osdevice partition=C:
systemroot \Windows
resumeobject {e9d2b4dd-3382-11dc-b155-8641cba891ba}
nx OptIn
Windows Legacy OS Loader
------------------------
identifier {466f5a88-0af2-4f76-9038-095b170dc21c}
device partition=D:
path \ntldr
description Microsoft Windows XP
I guess it could also be one MFC C++ application that prompts the user to select the default OS and prompts with the time, but I would prefer to do things a little bit easier than that, because its been a while since I played around with MFC.
- Jeff
Last edited: