WELCOME TO MY WORLD

Hi THERE

I'M INDRAJIT. B.Tech [ CSE ] + MBA [ IT-HR ]. WORKING AS SAP BO-BI WITH S4 HANA SENOR CONSULTANT.

Subscribe to this blog!

Receive the latest posts by email. Just enter your email below if you want to subscribe!

My Other Works
Loading...

[ Create a Virtual Drive for Your Most Used Folder in My Computer ]


Create a Virtual Drive for Your Most Used Folder in My Computer


We can create a virtual drive in My Computer for your most used folder, so that you can access your favorite folder from My Computer easily.

Here is the trick:

1. In RUN dialog box type cmd to open Command Prompt.

2. Now type the following command:


Code:
subst drive_letter: folder_pathFor example, if you want to create virtual drive for folder D:\Pictures, then the command will be:


Code:
subst H: D:\Pictures3. It will immediately create H: virtual drive in My Computer.

4. To delete this virtual drive use the following command:


Code:
subst drive_letter: /DThe drive in example can be deleted using this command:


Code:
subst H: /DNote:

1. You can not create virtual drive using existing drive letter. For example, if you have 2 drives C: and D:, you can not use them to create virtual drive.

2. You should not use chkdsk, diskcomp, diskcopy, format, label and recover commands on virtual drives.
______________________________


Share on Google Plus

About AXEL BLAZE [ FATAL ERROR ]

0 comments:

Post a Comment