Simple Script
is it possible to create a script that would do this following operation :Start>Control Panel>System>>Advanced System Settings>>Advanced Tab>Startup And Recovery Settings button>>default OPERATING systemthere i have Windows 7 as default and Windows 2008 server R2 as a second boot option that appears for 7 seconds.question is can i have this script run everytime Windows 7shuts down in order to boot Windows 2008 Server R2and also have it in Windows 2008 server R2 in order to bootWindows 7???Thank you so much
October 20th, 2009 7:07pm

so everytime i boot an OS and restart i would go to the other OSand i will use hibernate option just to not go in the transition of either of them ::)
Free Windows Admin Tool Kit Click here and download it now
October 20th, 2009 7:10pm

Yourquestion can best be answered by reposting your inquiryin the The Official Scripting Guys Forum!Carey Frisch
October 20th, 2009 7:17pm

You can do this with BCDEDIT and group policy.The command to change the default OS is by running "BCDEDIT /default {ID}" in the command window."{ID}" is the identifier of the OS you want as default boot.Example: "BCDDIT /default {28b36bd3-bd02-11de-b692-a823746f21e9}"You can find the identifier of the desired OS by running "BCDEDIT /V"You can add these commands to .cmd or .bat files and add them to log offand on comands in group policy.
Free Windows Admin Tool Kit Click here and download it now
October 20th, 2009 8:26pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics