how to make a folder in My Computer

Mar 30, 2010 by

So here is a cool way of making a folder in my computer. If you are tired of seeing only the drives in my computer the follow these steps and you will get your own folder in my computer.

Steps involved
Go to c drive
Create a new folder ( yournmame )
now go to command prompt (start -> Run -> CMD -> Ok) and type
subst z: c:\yourname

Now go to my computer and check it. You should see your folder at my computer.

to remove the drive just follow this simple step
go to command prompt and type
subst z: /d

I hope you find this small trick helpful.