How To Lock Folder Without Password Or Software


How will you Lock a folder without any password or without any software. This guide will tell you How to lock without any software or password. After Lock you can specify which users can open that folder and who can read or modify or who cant read even.

Now Follow To Lock a folder without any software or password. Follow Steps & Check Pics Below.
  1. Create a folder where you want.
  2. Open Command Prompt and go to that folder’s parent Folder. Like i created Ethicalhackx in Music so Go to Music. This is done by cd command.
  3. Type the below command and press Enter
    cacls <folder/File name> /e /p everyone:NThis denies access to everyone to that folder.
  4. The syntax of the command is displayed below.
    cacls FileName [/t] [/e] [/c] [/g User:permission] [/r User [...]] [/p User:permission [...]] [/d User [...]]Parameters
    FileName : Required. Displays DACLs of specified files.
    /t : Changes DACLs of specified files in the current directory and all subdirectories.
    /e : Edits a DACL instead of replacing it.
    /c : Continues to change DACLs, ignoring errors.
    /g User : permission : Grants access rights to the specified user. The following table lists valid values for permission.
    Value Description
    n  None
    r Read
    w Write
    c Change (Write)
    f Full Control
    /r User : Revokes access rights for the specified user.
    /p User : permission : Replaces access rights for the specified user. The following table lists valid values for permission.

    Value Description
    n None
    r Read
    w Write
    c Change (Write)
    f Full Control
    /d   User   : Denies access for the specified user.
    /?   : Displays help at the command prompt.
  5. To re-open Just replace N–>F
    calcs <folder/file> /e /p everyone:F

10
Previous
Next Post »