Fool 'Computer Beginners' or your 'Friends' , as the
drive will show Disk Space of the folder's drive so it seems that the
disk space has increased.
1.Start > Run
Type cmd and hit Enter
This will open "Command Prompt"
Type subst Z: E:\folder and hit Enter key.
---You can replace Z: with your desired New Drive Letter (Except existing Drive letters).
---You can replace E:\folder with the path of your favorite folder.
Now, type exit
#This creates a new drive. When you open this , it will open your folder .
On Restart the Virtual Drive Disappears !!!
Steps:-
1.Open Notepad
Type :
@ECHO OFF
subst Z: E:\folder
exit
File > Save As...
Name it : Virtual Drive Emulator.bat
Start > All Programs
Right Click on Startup > Open
This open the Startup folder
Paste the Virtual Drive Emulator.bat file here .
Steps:-
1.Start > Run
Type cmd and hit Enter
This will open "Command Prompt"
Type subst Z: E:\folder and hit Enter key.
---You can replace Z: with your desired New Drive Letter (Except existing Drive letters).
---You can replace E:\folder with the path of your favorite folder.
Now, type exit
#This creates a new drive. When you open this , it will open your folder .
Problem you may face like........
On Restart the Virtual Drive Disappears !!!
Solution for that..
We can make a batch file which will make the drive everytime on startup .
Steps:-
1.Open Notepad
Type :
@ECHO OFF
subst Z: E:\folder
exit
File > Save As...
Name it : Virtual Drive Emulator.bat
Start > All Programs
Right Click on Startup > Open
This open the Startup folder
Paste the Virtual Drive Emulator.bat file here .
No comments:
Post a Comment
Your feedback is important to us.