Lock your files through command prompt

1. Lets I want to hide my file which is present in my hard disk in some folder (F:\Welcome\Private\others\New folder).
Let the name of my hard disk is F drive.

So first I will switch to f drive.

> :F

>F:\Welcome\Private\others\New folder

--_-_____--__--__-

Hide 
--_-_____--__--__-

>attrib +s +h +r /s /d


--_-_____--__--__-

Show
--_-_____--__--__-

>attrib -s -h -r /s /d





#lockyourpc
#lockYourFiles
#FileLockInWindows
#hideYourFile
#hide your file
#hidden files
#hiddenFiles

Comments

Popular posts from this blog

Java Interview Preparation (conceptual)

Git Commands With Output Log

Java 8 Function Interface