Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21b7c4ab8adc60e

Jump to content

// Workers AI · dad joke modeWhat did bootcfg say to its date? You boot me up.

From Wikipedia, the free encyclopedia
bootcfg
DeveloperMicrosoft
ReleaseOctober 25, 2001; 24 years ago (2001-10-25)
Operating systemMicrosoft Windows
TypeCommand
LicenseProprietary commercial software
Websitedocs.microsoft.com/en-us/windows-server/administration/windows-commands/bootcfg

In computing, bootcfg is a command on Microsoft Windows NT-based operating systems which acts as a wrapper for editing the boot.ini file.[1]

Overview

[edit]

The command is used to configure, query, or change Boot.ini file settings.[2] A similar command exists in the Recovery Console for repairing or rebuilding boot configuration files.[1][3]

Though NTLDR and boot.ini are no longer used to boot Windows Vista and later versions of Windows NT, they ship with the bootcfg utility regardless. This is to handle boot.ini in the case that a multi-boot configuration with previous versions of Windows exists and needs troubleshooting from within the later operating system.

Windows Vista and later versions will warn users who run bootcfg that BCDEdit is the correct command to modify its booting options.

Syntax

[edit]

The command-syntax is:

bootcfg <parameter> [arguments...]

Parameters

[edit]
  • addsw – Add operating system load options
  • copy – Make a copy of an existing boot entry
  • dbg1394 – Configures 1394 port debugging
  • debug – Add or changes debug settings
  • default – Specify the default operating system entry
  • delete – Deletes an operating system entry
  • ems – Add or change settings for redirection of the Emergency Management Services console
  • query – Query and displays [boot loader] and [operating systems] section entries
  • raw – Add operating system load options
  • rmsw – Remove operating system load options
  • timeout – Change operating system time-out value

References

[edit]
  1. 1 2 "Description of the BOOTCFG Command and Its Uses".
  2. Microsoft TechNet Bootcfg article
  3. "MS-DOS and Windows command line bootcfg command".

Further reading

[edit]
[edit]