To make Private folder which nobody can open, delete, see properties, rename.

  • Create a New Folder and rename as you wish on the Desktop. In this example I rename the folder to Private
  • Open the Command Prompt. (Start > Run > type cmd)
  • Type cd desktop and press Enter
  • Then type cacls Private /E /P everyone:n and Press Enter to Lock the Private Folder.
  • To unlock the Private folder type cacls secret /E /P everyone:f and Press Enter.