Professional Windows Server 1002003 Security A Technical Reference [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Professional Windows Server 1002003 Security A Technical Reference [Electronic resources] - نسخه متنی

Roberta Bragg

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید









bootcfg /defaultnew in WS2003

Designates an OS entry
as the default.

Syntax


bootcfg /default /id OSEntryLineNum

Options


/id OSEntryLineNum



Specifies line number of OS entry that should be designated as
default OS to boot from



Examples


Display current boot menu:

bootcfg
Boot Loader Settings
--------------------
timeout:30
default:multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
Boot Entries
------------
Boot entry ID: 1
OS Friendly Name: WS2003, Enterprise
Path: multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
OS Load Options: /fastdetect /noguiboot
Boot entry ID: 2
OS Friendly Name: WS2003 Enterprise
Path: multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
OS Load Options: /fastdetect /noguiboot

Note default OS listed in line 4. Now change default OS to boot entry
2:

bootcfg /default /id 2
SUCCESS: Changed the default OS entry in the BOOT.INI.

Verify the result:

bootcfg
Boot Loader Settings
--------------------
timeout:30
default:multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
Boot Entries
------------
Boot entry ID: 1
OS Friendly Name: WS2003 Enterprise
Path: multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
OS Load Options: /fastdetect /noguiboot
Boot entry ID: 2
OS Friendly Name: WS2003, Enterprise
Path: multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
OS Load Options: /fastdetect /noguiboot

Note the change in line 4 and the reversed boot entries.

Notes


You can also use the GUI to specify which OS entry should be the
default for booting:

Control Panel System Advanced Startup and Recovery Settings select default OS

See Also


bootcfg,

Recovery Console


/ 415