Pages

Monday, March 22, 2010

Change boot order in Windows 7

You can remove the OS option from Windows 7 boot loader screen by using the following commands in CLI:

bcdedit /bootsequence {current} /remove
bcdedit /displayorder {current} /remove


where {current} is the name of the OS you want remove from boot loader.

No comments:

Post a Comment