Windows_Router Memo/BootManager
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
]
開始行:
*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-a7238e6...
displayorder {281b7ea6-9679-11db-afa6-fa3b25b...
{current}
toolsdisplayorder {memdiag}
timeout 30
Windows ブート ローダー
--------------------------------
identifier {281b7ea6-9679-11db-afa6-fa3b25b...
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-fa3b25b...
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-806e6f6...
''説明の変更''
C:\Windows\system32>bcdedit /set {current} description "...
この操作を正しく終了しました。
''メニューの表示順序の変更''
以下のコマンドで順序が変更される
C:\Windows\system32>bcdedit /displayorder {current} {281...
この操作を正しく終了しました。
>bcdedit
(略)
displayorder {current}
{281b7ea6-9679-11db-afa6-fa3b25b1...
''ブートローダの削除''
C:\Windows\system32>bcdedit /delete {281b7ea6-9679-11db-...
''Toolの部分の変更(文字化け->半角)''
bcdedit /set {memdiag} description "Windows Memory Diag"
**参考 [#l8b0a55e]
-http://www.atmarkit.co.jp/fwin2k/win2ktips/1160bcdedit3/...
-http://axs-access.cocolog-nifty.com/tdpark/2009/03/windo...
終了行:
*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-a7238e6...
displayorder {281b7ea6-9679-11db-afa6-fa3b25b...
{current}
toolsdisplayorder {memdiag}
timeout 30
Windows ブート ローダー
--------------------------------
identifier {281b7ea6-9679-11db-afa6-fa3b25b...
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-fa3b25b...
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-806e6f6...
''説明の変更''
C:\Windows\system32>bcdedit /set {current} description "...
この操作を正しく終了しました。
''メニューの表示順序の変更''
以下のコマンドで順序が変更される
C:\Windows\system32>bcdedit /displayorder {current} {281...
この操作を正しく終了しました。
>bcdedit
(略)
displayorder {current}
{281b7ea6-9679-11db-afa6-fa3b25b1...
''ブートローダの削除''
C:\Windows\system32>bcdedit /delete {281b7ea6-9679-11db-...
''Toolの部分の変更(文字化け->半角)''
bcdedit /set {memdiag} description "Windows Memory Diag"
**参考 [#l8b0a55e]
-http://www.atmarkit.co.jp/fwin2k/win2ktips/1160bcdedit3/...
-http://axs-access.cocolog-nifty.com/tdpark/2009/03/windo...
ページ名: