The bootcfg command copies in Windows

Applies to: Windows Server (Semi-Annual Channel), Windows Server 2016, Windows Server 2012 R2, Windows Server 2012.

The bootcfg command copies a copy for an existing boot entry and you can add command line options to it.

Syntax

 bootcfg / copy [/ s [/ u / p]] [/ d] [/ id] 

Parameters

Parameter Description / s Specifies the name or IP address of the remote computer (do not use a backslash). The default is the local computer. / u Run the command with the user account specified after the sign. Default is the current user login rights on the computer that is issuing the command. / p Specifies the password for the user account specified in the / u parameter . / d Specify a description for the new operating system entry. / id Specifies the operating system input line number in the [operating systems] section of the Boot.ini file to copy. The first line after the title of the [operating systems] section is 1 . /? Show help at the command prompt.

For example

The following examples show how you can use the bootcfg / copy command to copy boot entry 1 and enter " ABC Server " as a description:

 bootcfg / copy / d "ABC Server" / id 1 

See more:

  1. The bootcfg addsw command in Windows
  2. What is the Bootcfg command?
  3. Bdehdcfg command in Windows
5 ★ | 1 Vote

May be interested

  • The reg export command in WindowsThe reg export command in Windows
    the reg export command copies the specified subkeys, entries and values ​​of the local computer to export to other servers
  • Diskcopy command in WindowsDiskcopy command in Windows
    the diskcopy command copies the contents of the floppy disk in the source drive to a floppy that has been formatted or not formatted in the destination drive. if used without parameters, the diskcopy command uses the current drive for the source disk and the destination disk.
  • Sub-commands in nslookup Windows command (Part 2)Sub-commands in nslookup Windows command (Part 2)
    nslookup set all command, nslookup set class, nslookup set d2, alias ​​nslookup set debug, nslookup set domain, nslookup set port, and nslookup set querytype in windows
  • Sub-commands in the nslookup Windows command (Part 1)Sub-commands in the nslookup Windows command (Part 1)
    nslookup command exit, finger nslookup, nslookup help, nslookup ls, nslookup lserver, nslookup root, commandlooklook server, nslookup set in windows
  • Sub-commands in nslookup Windows command (Part 3)Sub-commands in nslookup Windows command (Part 3)
    nslookup set recurse, nslookup set retry, nslookup set root, nslookup set search, nslookup set srchlist, nslookup set timeout, nslookup set type, nslookup set vc, and nslookup view in windows
  • Command at in WindowsCommand at in Windows
    the at command schedules commands and programs to run on a computer at a specified time with a specific date. you can only use the command at when schedule service is running.
  • Set command in WindowsSet command in Windows
    the set command helps show, set or remove cmd.exe environment variables.
  • Del command in WindowsDel command in Windows
    the del command deletes one or more files. this command is the same as the eraser command.
  • 10 useful commands in Windows you should know10 useful commands in Windows you should know
    command prompt is used to execute batch files, perform tasks quickly, help you troubleshoot and solve some windows problems when the system crashes. however, not all commands in windows are useful and must be done regularly. with the 10 command lines in the following article it is very useful even if you are not an administrator.
  • How to use the option equivalent to the 'ls' command in WindowsHow to use the option equivalent to the 'ls' command in Windows
    the 'ls' command (note ls, not is) is one of the first terminal commands veterans teach to linux beginners.