Sunday 5 March 2017

HOW TO HIDE AND UNHIDE FOLDER USING CMD

hello friends this is my another post today i'm showing how to hide and unhide folder using cmd(command prompt)
firsst of all start your pc or laptop then which folder you can hide so you can just watching.
then go to run and type cmd. in cmd you can write follwing code.

hide
--> write code in cmd
attrib<space>drivename[foldername]<space>+h +r +s +a
example: attrib d:desktop +h +r +s +a
       

unhide
--> write code in cmd
attrib<space>drivename[foldername]<space>-h -r -s -a
example: attrib d:desktop -h -r -s -a



you can try your self in your laptop and pc. this trcik are useful in windows system. i'm also use this tricks
in my laptop and upload in youtube. following the link

https://www.youtube.com/watch?v=cUmVj4XLYTg

thank you.