You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
subst
About this tag
The SUBST command in Windows allows you to associate a local folder with a drive letter, creating a virtual drive that points to that folder. This can be useful for giving deep folder paths a predictable drive letter, helping older programs that require short paths, or making project directories appear as separate drives in File Explorer. While SUBST is a convenient tool for local folder-to-drive mapping, it differs from mapping network drives or mounting storage volumes. Users seeking to access local folders as if they were network shares may need alternative solutions, as SUBST does not emulate network paths like \\server\share.
Mounting a folder as a drive in Windows 11 is a small trick that can pay big dividends: it gives you a predictable drive letter for deep folders, helps older programs that insist on short paths, and makes large project directories feel like first‑class storage in File Explorer.
Background /...
I develop at home programs for use at work.
At work the pc's get data from the server
\\server\data\something
I want to run programs at home and have a drive or directory on my HDrive such that when program
asks for file from \\server\data\something then the local folder is accessed
I do not...
access control
data management
development
directory
file access
file sharing
h drive
home development
home office
local disk
network drive
path mapping
programs
remote access
server directory
storage
subst
windows
work pc