text stringlengths 0 4.23k |
|---|
add |
Used without parameters will show you the existing aliases. |
<shadowID> |
<shadowID> |
<drive:> |
<share> |
\\MachineName |
<mountpoint> |
C:\shadowcopy\ |
Examples |
To unexpose the shadow copy associated with *drive P:*, type: |
unexpose P: |
uniqueid |
Displays or sets the GUID partition table (GPT) identifier or master boot record (MBR) signature for the basic or dynamic disk with focus. A basic or dynamic disk must be selected for this operation to succeed. Use the select disk command to select a disk and shift the focus to it. |
Syntax |
uniqueid disk [id={<dword> | <GUID>}] [noerr] |
Parameters |
Parameter |
Description |
id={<dword> | <GUID>} |
For MBR disks, this parameter specifies a 4-byte (DWORD) value in hexadecimal form for the signature. For GPT disks, this parameter specifies a GUID for the identifier. |
noerr |
For scripting only. When an error occurs, DiskPart continues to process commands as if the error didn't occur. Without this parameter, an error causes DiskPart to exit with an error code. |
{<dword> | <GUID>} |
Examples |
To display the signature of the MBR disk with focus, type: |
uniqueid disk |
To set the signature of the MBR disk with focus to the DWORD value 5f1b2c36, type: |
uniqueid disk id=5f1b2c36 |
To set the identifier of the GPT disk with focus to the GUID value baf784e7-6bbd-4cfb-aaac-e86c96e166ee, type: |
uniqueid disk id=baf784e7-6bbd-4cfb-aaac-e86c96e166ee |
unlodctr |
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012 |
Removes Performance counter names and Explain text for a service or device driver from the system registry. |
Warning |
Incorrectly editing the registry may severely damage your system. Before making changes to the registry, you should back up any valued data on the computer. |
Syntax |
unlodctr <drivername> |
Parameters |
Parameter |
Description |
<drivername> |
Removes the Performance counter name settings and Explain text for driver or service <drivername> from the Windows Server registry. If your <drivername> includes spaces, you must use quotation marks around the text, for example "Driver name". |
/? |
Displays help at the command prompt. |
<drivername> |
<drivername> |
<drivername> |
Examples |
To remove the current Performance counter names and Explain text for the Simple Mail Transfer Protocol (SMTP) service, type: |
unlodctr SMTPSVC |
ver |
Displays the operating system version number. This command is supported in the Windows Command prompt (Cmd.exe), but not in any version of PowerShell. |
Syntax |
ver |
Parameters |
Parameter |
Description |
/? |
Displays help at the command prompt. |
Examples |
To obtain the version number of the operating system from the Command shell (cmd.exe), type: |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.