Hiding Folders and Hard Drives in windows XP – invisible trick

Hiding a folder trick for Windows XP (without any special program):

First, create a folder in your C: drive. Lets suppose , the folder you created is named “ASD” and now you wish to hide the folder ASD.

Ok, Go to Start Menu and open Command Prompt. To open it, go to RUN and type “cmd” (without quotes) and hit ENTER key

when the cmd open, type the code below to hide the folder

attrib +s +h C:\asd

The folder is hidden now. To unhide this folder, go to command prompt and type the code below

attrib -s -h C:\asd [Read more...]