How To Lock/Protect/Hide/Secure File And Folder Using Command Prompt (CMD) In Windows 10 tutorial

Опубликовано: 24 Август 2021
на канале: Newbie Computer
4,804
135

This tutorial will show you various ways on how to lock or unlock any file and folder using Command Prompt / Cmd in Windows 10.

00:25 Protect folder : cacls Path /P everyone:n
01:07 Unlock Folder : cacls Path /P everyone:f
01:24 Protect file : cacls "File Path" /P everyone:n
02:10 Unlock file : cacls "File Path" /P everyone:f

#windows
#tips
#trick
#tutorial
#registry
#cmd