subst.exe
- File Path:
C:\Windows\system32\subst.exe
- Description: Subst Utility
Hashes
Type | Hash |
---|---|
MD5 | DEB0A799C053F98897E107FE1D51AC0D |
SHA1 | 018F6C396B65A10AACDC0A9FC2B9B4F61E26560A |
SHA256 | C2D5620F9712C2FAE78FDF585F25A1739C2AF4972329E1D83D494AAF1BEAE7C0 |
SHA384 | 2BAC84191DAD9EB1AC2E804B34E541E1179ED3A2375C39466846B3414F445656BF169309973787ED72AF81AD88042191 |
SHA512 | BE462C8F92BD563538BFA6C7FC5A833A8FA6BE019A6D44CAC4F07847DDEF2DABA8F389A9D0075135713FFD0C824FE0B8526B6DB3F1D81CCE439570366AD7131A |
SSDEEP | 192:HS5aJ5ApXYPFPfPR5Ou4FmJn3s613g1DlpBGckg1uRGYVdgx9JmhWsGW:yo5ApXYFPfOXFWn861D9RldthWsGW |
Runtime Data
Usage (stdout):
Associates a path with a drive letter.
SUBST [drive1: [drive2:]path]
SUBST drive1: /D
drive1: Specifies a virtual drive to which you want to assign a path.
[drive2:]path Specifies a physical drive and path you want to assign to
a virtual drive.
/D Deletes a substituted (virtual) drive.
Type SUBST with no parameters to display a list of current virtual drives.
Signature
- Status: Signature verified.
- Serial:
33000000BCE120FDD27CC8EE930000000000BC
- Thumbprint:
E85459B23C232DB3CB94C7A56D47678F58E8E51E
- Issuer: CN=Microsoft Windows Production PCA 2011, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
- Subject: CN=Microsoft Windows, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
File Metadata
- Original Filename: Subst.Exe.MUI
- Product Name: Microsoft Windows Operating System
- Company Name: Microsoft Corporation
- File Version: 10.0.14393.0 (rs1_release.160715-1616)
- Product Version: 10.0.14393.0
- Language: English (United States)
- Legal Copyright: Microsoft Corporation. All rights reserved.
Additional Info*
*The information below is copied from MicrosoftDocs, which is maintained by Microsoft. Available under CC BY 4.0 license.
subst
Associates a path with a drive letter. If used without parameters, subst displays the names of the virtual drives in effect.
Syntax
subst [<drive1>: [<drive2>:]<path>]
subst <drive1>: /d
Parameters
Parameter | Description |
---|---|
<drive1>: |
Specifies the virtual drive to which you want to assign a path. |
[<drive2>:]<path> |
Specifies the physical drive and path that you want to assign to a virtual drive. |
/d | Deletes a substituted (virtual) drive. |
/? | Displays help at the command prompt. |
Remarks
-
The following commands don’t work and must not be used on drives specified in the subst command:
-
The
<drive1>
parameter must be within the range that is specified by the lastdrive command. If not, subst displays the following error message:Invalid parameter - drive1:
Examples
To create a virtual drive z for the path b:\user\betty\forms, type:
subst z: b:\user\betty\forms
Instead of typing the full path, you can reach this directory by typing the letter of the virtual drive followed by a colon as follows:
z:
Additional References
MIT License. Copyright (c) 2020-2021 Strontic.