*Boot Manager [#kbc944ec]
RIGHT:更新日 &lastmod();
Vista以降はマルチbootを行うためには以下のようなtoolを使用する必要がある
コマンドプロンプトを管理者で起動
C:\Windows\system32>bcdedit
Windows ブート マネージャー
--------------------------------
identifier {bootmgr}
device partition=F:
path \bootmgr
description Windows Boot Manager
locale ja-JP
inherit {globalsettings}
default {default}
resumeobject {18fe7379-5732-11e0-858f-a7238e6ecbb8}
displayorder {281b7ea6-9679-11db-afa6-fa3b25b1ed25}
{current}
toolsdisplayorder {memdiag}
timeout 30
Windows ブート ローダー
--------------------------------
identifier {281b7ea6-9679-11db-afa6-fa3b25b1ed25}
device partition=F:
path \Windows\system32\winload.exe
description Microsoft Windows Vista
locale ja-JP
inherit {bootloadersettings}
osdevice partition=F:
systemroot \Windows
resumeobject {281b7ea7-9679-11db-afa6-fa3b25b1ed25}
nx OptIn
Windows ブート ローダー
--------------------------------
identifier {current}
device partition=C:
path \Windows\system32\winload.exe
description Windows 7 Professional (回復済み)
locale ja-JP
osdevice partition=C:
systemroot \Windows
resumeobject {ec78a63f-ebc1-11e0-9d10-806e6f6e6963}
''説明の変更''
C:\Windows\system32>bcdedit /set {current} description "Windows 7 Professional"
この操作を正しく終了しました。
''メニューの表示順序の変更''
以下のコマンドで順序が変更される
C:\Windows\system32>bcdedit /displayorder {current} {281b7ea6-9679-11db-afa6-fa3b25b1ed25}
この操作を正しく終了しました。
>bcdedit
(略)
displayorder {current}
{281b7ea6-9679-11db-afa6-fa3b25b1ed25}
''ブートローダの削除''
C:\Windows\system32>bcdedit /delete {281b7ea6-9679-11db-afa6-fa3b25b1ed25}
''Toolの部分の変更(文字化け->半角)''
bcdedit /set {memdiag} description "Windows Memory Diag"
**参考 [#l8b0a55e]
-http://www.atmarkit.co.jp/fwin2k/win2ktips/1160bcdedit3/bcdedit3.html
-http://axs-access.cocolog-nifty.com/tdpark/2009/03/windows7-aec0.html