MagPress-banner-728×90

For friends who want to lock a folder on a PC or laptop without using special software for privacy reasons, you can follow these simple steps:, how to lock folders without software, how to lock folders in pc without software, how to lock folders in windows 8 without any software, how to lock folders in windows 7 without any software, lock folder software download, lock folder software download free full version, lock folders software free, lock folder software for windows 10, lock folder software free download, lock folder software full version, lock folder software for windows 8, lock folder software freeware, how lock folder without software, lock folders in windows 7 without software, lock folder without software, folder lock without software windows 10, folder lock without software youtube, lock folder without any software script, computer folder lock without software in hindi, how to lock folder without software in windows 8, lock folder without any software password system, uninstall folder lock software without password, lock folder without using software, lock folder without any software with password, lock folder software windows 10, folder lock without software in window xp

    How to Lock Folders Without Software

    For friends who want to lock a folder on a PC or laptop without using special software for privacy reasons, you can follow these simple steps:

    • Open notepad
    • Copy all the scripts below and paste them into notepad

    1234567891011121314151617181920212223242526272829303132333435
    @ECHO OFF
    if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
    if NOT EXIST Locker goto MDLOCKER
    :CONFIRM
    echo Are you sure you want to lock this folder now? (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 Masukkan Y atau N
    goto CONFIRM
    :LOCK
    ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
    attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
    echo Congratulations Your folder is Locked
    goto End
    :UNLOCK
    echo Please enter your password
    set/p "pass=>"
    if NOT %pass%== password goto FAIL
    attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
    ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
    echo Congratulations, the folder has been opened again
    goto End
    :FAIL
    echo Sorry, the password you entered is incorrect!
    goto end
    :MDLOCKER
    md Locker
    echo Locker Successfully Created
    goto End
    :End
    

    Description:
    Change the posts marked with the desired password.

    • Then save (save as) notepad with the extension .bat (example: twistedhide.bat )
    • Double-click the .bat file that was created earlier so that the "LOCKER" folder appears
    • Enter / move the Folder / Data / File you want You save / hide it into the "LOCKER" folder.
    • After that, click the .bat file again, then the words "Are you sure you will lock this folder now? (Y / N)" When you select Yes , then write with the letter Y and press enter ... and vice versa. Then automatically, the file "LOCKER" it will disappear along with the contents inside. And if you want to open the folder, click the file. Bat and enter the password that you have set before.


    May be useful.
    Share To:

    Adeel

    Hi, I am Muhammad Adeel. I Love to know more and more about Latest Tech.

    Post A Comment:

    0 comments so far,add yours