//=== bcdedit needs admin privilege (elevated command prompt )
[Q] how to show os GUID ?
bcdedit /enum /v
[Q] how to change display order?
bcdedit /displayorder {ID1} {ID2} ...
bcdedit /displayorder {1d6487bd-bd89-xxxx-xxxx-xxxxxxxxcf5} {1d6487c3-bd89-xxxx-xxxx-xxxxc9b23cf5} {9fb33f5f-c8c5-xxxx-xxxx-xxxxc5bb53c5}
[Q] how to an entry to Windows Boot Manager Screen?
bcdedit /copy {1d6487c3-bd89-xxxx-xxxx-94dbc9b23cf5} /d "Win8 Without HyperV"
use "bcdedit /enum /v " to check the just created bcd entry's GUID
bcdedit /set {9fb33f5f-c8c5-xxxx-xxxx-d162c5bb53c5} hypervisorlaunchtype off
[Q] how to set the default os?
bcdedit /default {1d6487c3-bd89-xxxx-xxxx-94dbc9b23cf5}
bcdedit /default {current}
bcdedit /set {default} hypervisorlaunchtype off
沒有留言:
張貼留言