Loading...
「ツール」は右上に移動しました。
利用したサーバー: wtserver1
16いいね 265 views回再生

How to Mount a Folder as Virtual Drive with a Drive Letter in File Explorer

If you have a folder that you are constantly going to or accessing via a command prompt or PowerShell, then you can mount that folder with its own drive letter in File Explorer for quick access. You can use any available drive letters to do so. One thing to keep in mind is that when you reboot, you will need to remount the drive again.

Here is the command to mount the folder.
subst X: "C:\path to folder"

Command to unmount a folder.
subst X: /d

Command to show mounted folders.
subst


Here is a writeup of the process on our website.
https://onlinecomputertips.com/suppor...

Learn More:
Check out our online training courses!
http://madeeasytraining.com

Check out our book titled Windows 11 Made Easy to take your Windows skills to the next level!
https://amzn.to/3TW2nG7

Check out our extensive tech\computer book series.
https://www.madeeasybookseries.com/home

*This description contains affiliate links. As an Amazon Associate, we earn from qualifying purchases.

#fileexplorer
#mount
#windowstips

コメント