In these blog you will get information about how to make bootable pendrive, N+ , data sharing, cmd related function and other types of courses and technology

Tuesday 15 January 2019

How to hide folder and file by using CMD

No comments :

How to hide Folder by CMD

If show hidden file and folder is enable with this method you can hide any folder internally

command:-
To Hide:-
attrib +h +s \location\folder

for ex:- location is Desktop
then
go to location
by cd \location
then run
attrib +h +s "folder name"

To Unhide:-
attrib -h -s "folder name"




                         

Its is a type of system hiding.

our command "attrib -h -s"
where h is for hiding
and s is for system hiding

For any query contact us

No comments :

Post a Comment