The bootcfg command copies in Windows
The bootcfg command copies a copy for an existing boot entry and you can add command line options to it.
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:
- The bootcfg addsw command in Windows
- What is the Bootcfg command?
- Bdehdcfg command in Windows
5 ★ | 1 Vote
You should read it
- The bootcfg ems command in Windows
- The bootcfg raw command in Windows
- The command bootcfg dbg1394 in Windows
- The bootcfg query command in Windows
- The command bootcfg default in Windows
- The command bootcfg delete in Windows
- The bootcfg rmsw command in Windows
- The bootcfg timeout command in Windows
- The bootcfg addsw command in Windows
- What is the Bootcfg command?
- Reg command copy in Windows
- How to copy and paste on Mac
Maybe you are interested
What is a matrix in MATLAB? Commands and usage
How to use the file search command on Windows, find saved files
Why is tldr command better than man command in Linux?
Should I use PowerShell or Command Prompt?
What to do when open command window here does not appear?
How to switch users on the Linux command line