다음을 통해 공유


bootcfg query

쿼리하고 [부팅 로더]을 표시 하 고 [운영 체제] Boot.ini에서 항목입니다.

Syntax

bootcfg /query [/s <computer> [/u <___domain>\<user> /p <password>]]

Parameters

Parameter Description
/s <computer> 원격 컴퓨터의 이름 또는 IP 주소를 지정합니다(백슬래시를 사용하지 않음). 기본값은 로컬 컴퓨터입니다.
/u <___domain>\<user> <user> 또는 <___domain>\<user>로 지정된 사용자 계정의 계정 권한으로 명령을 실행합니다. 기본값은 현재 로그온 된 명령을 실행 하는 컴퓨터에서 사용자의 사용 권한.
/p <password> Specifies the password of the user account that is specified in the /u parameter.
/? 명령 프롬프트에 도움말을 표시합니다.

Sample output

Sample output for the bootcfg /query command:

Boot Loader Settings
----------
timeout: 30
default: multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
Boot Entries
------
Boot entry ID:   1
Friendly Name:
path: multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
OS Load Options: /fastdetect /debug /debugport=com1:
  • 부팅 로더 설정 영역에는 Boot.ini의 [부트 로더] 섹션에 있는 각 항목이 표시됩니다.

  • The Boot Entries area shows more details for each operating system entry in the [operating systems] section of the Boot.ini

Examples

To use the bootcfg /query command:

bootcfg /query
bootcfg /query /s srvmain /u maindom\hiropln /p p@ssW23
bootcfg /query /u hiropln /p p@ssW23