You must have heard about creating drives in windows using partitions, but using this trick you can make virtual drive too, follow these steps:
- Make any folder in C drive say hacked.
- Go to start> run> Type cmd> subst k: c:hacked
- Check your My Computer, new drive should be shown.
- For removing, type subst k: /d
- The fact behind it is that virtual drive k maps a path to the folder hacked.
No comments:
Post a Comment