Introduction to custom Vista startup management items

Source: Internet
Author: User

  BcdeditCommand is not completely parsed, bcdedit is located in X:/Windows/system32/"X:" For installationVista.

Storage operation commands

/Createstore creates a new blank STARTUP configuration data file.

Bcdedit/createstore C:/data/BCD create a bcd startup configuration data file and store it in the "C:/data/" folder.

/Export backup start configuration data file.

Bcdedit/export "C:/data/BCD backup" back up the bcd startup configuration file to the "C:/data/" folder and name it "BCD backup.

/Import to restore the startup configuration data file.

Bcdedit/import "C:/data/BCD backup" restores the bcd startup configuration file from the "C:/data/" folder.

  Operation instructions for storage projects

/Copy project copy

Copy of OS startup items:

Bcdedit/copy {cbd971bf-b7b8-4885-951a-fa03044f5d71}/D "Copy of entry"

/Create Create a project

Create the ntldr (ntldr) of the operating system loader project ):

Bcdedit/create {ntldr}/D "earlier Windows OS loader"

Create another item for the storage disk:

Bcdedit/create {ramdiskoptions}/D "ramdisk options"

Create a new operating system startup project:

Bcdedit/create/D "Windows Vista"/Application osloader

Create a new Debugger:

Bcdedit/create {dbgsettings}/D "Debugger Settings"

/Delete a project

Delete a specified operating system project:

Bcdedit/delete {cbd971bf-b7b8-4885-951a-fa03044f5d71}

Delete the specified operating system project but do not display the project at startup (delete permanently ):

Bcdedit/delete {cbd971bf-b7b8-4885-951a-fa03044f5d71}/cleanup

Delete the specified operating system project, but the project is displayed at startup:

Bcdedit/delete {cbd971bf-b7b8-4885-951a-fa03044f5d71}/nocleanup

Delete the ntldr of the operating system loader project:

Bcdedit/delete {ntldr}/F

 

  Project selection operation instructions

/Deletevalue Delete the selected item.

Delete the bootmgr selection item of startup management:

Bcdedit/deletevalue {bootmgr} bootsequence

Delete the numeric boot item of the (winpe) Operating System:

Bcdedit/deletevalue winpe

Delete the Windows PE numeric system boot item from the specified operation:

Bcdedit/deletevalue {cbd971bf-b7b8-4885-951a-fa03044f5d71} winpe

/Set to set the value of the selected item.

Set the operating system cbd971bf-b7b8-4885-951a-fa03044f5d71 boot partition C ":

Bcdedit/set {cbd971bf-b7b8-4885-951a-fa03044f5d71} device partition = C:

The specified operating system boot file "Windows/system 32/winload.exe ":

Bcdedit/set {cbd971bf-b7b8-4885-951a-fa03044f5d71} path/Windows/system32/winload.exe

Set "NX" to "optin ":

Bcdedit/set NX optin

Change System name

The default XP system name is "earlier version of Windows" in the Vista startup manager. Change the name:

Bcdedit/set {ntldr} description "Windows XP Professional SP2"

The default Vista system name is "Microsoft Windows" in the Vista startup manager. Change:

Bcdedit/set {current} description "Windows Vista 5456"

  Output Control commands

/List items of Enum in storage.

List all operating system loader startup projects:

Bcdedit/Enum osloader

List all startup management projects:

Bcdedit/Enum bootmgr

List default startup items:

Bcdedit/Enum {default}

List the specified operating system startup project:

Bcdedit/Enum {b38a9fc1-5690-11da-b795-e9ad3c5e0e3a}

/V list all activities

Bcdedit/Enum active/V

  Start management control commands

/Bootsequence: Set the sequence of the startup list.

Set two operating system projects and startup sequence:

Bcdedit/bootsequence {802d5e32-0784-11108bd33-000476eba25f} {cbd971bf-b7b8-4885-951a-fa03044f5d71} {ntldr}

Add an operating system project as the last entry in the startup list:

Bcdedit/bootsequence {802d5e32-0784-11108bd33-000476eba25f}/addlast

/Default: sets the default startup project.

Set the default startup project:

Bcdedit/default {cbd971bf-b7b8-4885-951a-fa03044f5d71}

Set the default Operating System Program to ntldr:

Bcdedit/default {ntldr}

/Displayorder indicates which system is started to display the multi-Start Screen.

Set two operating system projects and the program ntldr loaded by the operating system in the startup management display command:

Bcdedit/displayorder {802d5e32-0784-11108bd33-000476eba25f}

{Cbd971bf-b7b8-4885-951a-fa03044f5d71} {ntldr}

Add the specified operating system project to the startup management. The command ends:

Bcdedit/displayorder {802d5e32-0784-11108bd33-000476eba25f}/addlast

/Timeout: Set the pause value.

/Toolsdisplayorder specifies the startup management display tool screen of the command.

Set two tool projects and memory diagnostics to start the management tool display command:

Bcdedit/toolsdisplayorder {802d5e32-0784-11108bd33-000476eba25f}

{Cbd971bf-b7b8-4885-951a-fa03044f5d71} {memdiag}

Add the specified tool project to the startup end management tool display command:

Bcdedit/toolsdisplayorder {802d5e32-0784-11108bd33-000476eba25f}/addlast

  Command to control the emergency processing service for an application

/Bootems

Enable the Emergency Management Service:

Bcdedit/bootems {bootmgr} on

/EMS

Enable EMS for the current operating system startup project:

Bcdedit/EMS on

/Emssettings sets the parameters of the emergency processing service.

Set EMS parameters to use basic output to system settings:

Bcdedit/emsset1_bios

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.