Lock Folder Without Any Software with Password


You can easily lock any folder on your Windows computer with a simple Notepad hack. By creating a batch file, you can hide a folder and require a password be entered before it becomes visible and accessible. This is a great tool for locking sensitive information, like pictures, financial statements, and a lot more.This trick will work on just about any version of the operating system, including Windows 10, Windows 7, Windows XP, Windows 98, and so on.

  • Step 1  Open Notepad

Start by opening Notepad, either from search, the Start Menu, or simply right-click inside a folder, then choose New -> Text Document.

  • Step 2   Add Code to Document

Now just copy the text below and paste it into your document.




cls
@ECHO OFF
title Folder Private
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
echo Are you sure you want to lock the 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
:LOCK
ren Private "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to unlock folder
set/p "pass=>"
if NOT %pass%== sudhir goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End

  • Step 3   Edit Folder Name & Password

With the text pasted in, you can adjust the locked folder's name, as well as the password used to unlock it. The default folder name is "
Locker" and the default password is "sudhir"

  • Step 4  Save Batch File

Now save the file as whatever name you'd like, but make sure the name ends in ".bat" and that you select "All files" in the drop-down box when saving. Also, if you opened Notepad directly rather than using the right-click, be sure to adjust your save location accordingly.

Once saved, your file should look like this in the folder you choose:

  • Step 5 Create Folder

Now double-click on the batch file you just created (or select and hit Enter). You'll notice a new folder come up

At this point, you can start adding files to this folder. Don't worry, you can always add to remove files from it later.

  • Step 6   Lock the Folder



Once you're ready to lock the folder, simply double-click on the batch file (or select and hit Enter), then choose 'y' on the window that pops up and hit Enter.

You'll notice that your folder has now disappeared.

  • Step 7   Access Your Hidden & Locked Folder

Now whenever you need access to your folder, just double-click on the batch file, input your password, and hit Enter.

To re-lock (and hide) the folder, just hit the batch file again. And remember, you can name the batch file and folder whatever you like, you feel free to make sure of this trick in multiple locations on your Windows machine.
  

  • Step 8  Make .bat to .exe

Using the Bat To Exe Converter can convert BAT (.bat) script files to the EXE (.exe) format.


Bat_To_Exe_Converter_



Try sample here

Share:

caesium image compressor

Caesium Image Compressor is an open source image compressor, which can reduce the size of your pictures by up to 90% without losing any image quality.


Caesium Image Compressor is very useful if you have lots of images and want to save space on your hard drive! You can use it to reduce the size of images to make them easier to upload to your website or your blog. Caesium Image Compressor has several different compression levels that you can use for your images to suit your needs.

Download




Share:

Poweramp Music Player pro

Poweramp is a powerful music player for Android.



Poweramp v3 is a major update focused on the new Audio engine, UI, and navigation.

• new Audio engine:
• support for hi-res output (where supported by the device)
• new DSP, including updated Equalizer/Tone/Stereo expand, and the new Reverb/Tempo effects
• internal 64bit processing
• new configurable per-output Options
• new configurable Resampler, Dither options
• opus, tak, mka, dsd dsf/dff formats support
• gapless smoothing
• 30/50/100 volume levels (Settings/Audio/Advanced Tweaks)


Download


 Poweramp-Music-Player-v3-841




Share:

SHAREit Pro

SHAREit, the best sharing app with fastest cross-platform transfer speed & free online feeds including movies, videos, music, wallpapers, GIFs. SHAREit also added powerful media player, which helps you manage & enjoy your own videos and music.




► Fastest in the World
200 times faster than Bluetooth, the highest speed goes up to 20M/s.
Transfer files without losing quality.

► Transfer All Types of Files
Photos, videos, music, installed apps and any other files.

Download

Shareit 2.6.57




Share:
Copyright © sudhirsahoo84 | Powered by Blogger