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