How to unlock a locked account in Windows 10

  • Log in to your main windows account (administrator )
  • Open ” run ” command

  •  type in ” lusrmgr.msc ” in the run command box and press enter

  • double click on the ” Users ” folder

  • then double click on the account which is locked ; in our case ” User “

  • uncheck the “account is locket out ” box and press OK

[mai mult...]

How to create a secure folder in Windows 10

  1. Open the cmd.exe in administrator mode
  2. Search the folder you want to secure : for example our folder will be named “test”
  3. Then type in cmd.exe the following lock command : Cacls “D:\test” /E /P everyone:n ; After that your folder is secured/locked
  4. Then when you want to open/move/delete the “test” folder you will need administrator privillege.
  5. To unlock the folder, type in cmd.exe the following unlock command : Cacls “D:\test” everyone:; After that your folder returns to  the initial form
[mai mult...]