Win8.1 does not rely on third-party software how to encrypt the folder and hide

  

How to encrypt the folder in win8.1 system? The privacy of computer files has always been a concern of many users, especially commercial secrets and personal privacy. Therefore, encrypting files is a must for many friends. Next, Xiaobian teaches you how to use third-party software in Win8.1. The folder is hidden in the system.

Win8.1 folder encryption and hidden method:

1, create a new text file, the location is free, enter the following:

cls

@ECHO OFF

title Folder Private

if EXIST “HTG Locker>goto UNLOCK

if NOT EXIST Private goto MDLOCKER

:CONFIRM

echo Are you sure you want to encrypt the hidden Private folder? (Y/N)

set/p “cho=””

if %cho%==Y goto LOCK

if %cho%==y goto LOCK

if %cho%==n goto END

if %cho%==N goto END

echo Invalid choice.

goto CONFIRM< Br>

:LOCK

ren Private “HTG Locker”

attrib +h +s “HTG Locker”

echo Folder locked

goto End

:UNLOCK

echo Enter a password to unlock the folder

set/p “pass=””

if NOT %pass %== Set the password here goto FAIL

attrib -h -s “HTG Locker”

ren “HTG Locker” Private

echo Folder Unlocked successfully

goto End

:FAIL

echo Invalid password

goto end

:MDLOCKER

md Private

echo Private created successfully

goto End

:End
Previous page12Next page Total 2 pages

2 Replace the password in this setting with the password you want to set (note that the space before and after the space is not removed)

3. Save the file as Locker.bat

4. Put the file Copy the file to the location where you want to hide the file (clip), then double-click to run it once

5. You will find that the file automatically creates a folder named “Private”, which means you want to To encrypt hidden files (folders) and move them to Private

6. Run Locker.bat again, enter Y to confirm that you are encrypting the hidden Private folder, and enter N to abort the operation

7. If you enter Y, the Private folder will be hidden.

8. If you want to view the contents of the Private folder, run Locker.bat again, enter the password you set and press Enter. >

Note that when the Private folder is hidden, it will not lose the hidden effect due to the system setting "Show hidden files, folders and drives", only uncheck "Clear protected system files" & rdquo; will only & ldquo; appeared & rdquo;.

Although there are many encryption softwares on the Internet, it is really convenient to use. However, users can directly use the functions of Win8.1 system to hide and hide folders, but it will be better and safer.

Copyright © Windows knowledge All Rights Reserved