Skip to main content

How to Create a Locker Using Notepad (Without any Software) in Windows


There are many Softwares available to hide your files and folders. But why to use those softwares when you can create a locker using notepad!!!

The First advantage of this locker is you don't have to worry when you are formatting your PC.Locker is not created in your Windows drive (C:).you will always be able to use your locker after formatting.

The Second advantage is if the ".bat" file is deleted by mistake then, you can creat new by same name as previous and you can access your locker.So don't worry about that .bat file!!

You can create locker anywhere you want your files/folders to hide. The steps are given below with pictures. There is a video for demonstrating steps at the end.

Steps For Creating Locker:
  • Open notepad.
  • Copy following code and paste it in notepad.
Code:
______________________________________________________
cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u 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.
pause
goto CONFIRM
:LOCK
ren Locker "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%==YOUR PASSWORD HERE goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
pause
goto end
:MDLOCKER
md Locker
echo Locker created successfully
pause
goto End

:End
______________________________________________________
  • Now, replace the line "YOUR PASSWORD HERE" with your desired password.




  • Go to file>Save As...


  • Go to the directory where you want to create a locker. In "Save as type" select "All Files (*.*)" option.



  • Type File name as "xyz.bat".replace "xyz" with your desired file name (Extension of file must be ".bat") click save button.

  • Now go to your directory where you have saved the file. There will be a file created with ".bat" extension.
  • The .bat file is your access point of your locker.
  • Double click on that file. It will open a command prompt with message that "Locker is created Successfully" as shown below:

  • Hit Enter.There will be a folder created named "Locker" in the same directory. This is your locker. Move your files and folders to this folder to lock it.
  • To hide the folder Double click on that .bat file again. It will open command prompt shown below.enter "y" to lock and hide the folder and hit Enter.





  • Now, check your directory. The "Locker" folder is not visible. It is locked and hidden.




  • To access it again, open .bat file. It will ask for password.



  • Enter password and hit Enter.



  • Now the folder is visible.

Note: Keep the code somewhere safe so that whenever the .bat file is deleted you can use it to make another one.Remember, the password must be same as previous and .bat file and hidden locker folder must be in same directory to use this method.(To re-access your folder).

Video Guide:





Comments

  1. How To Create A Locker Using Notepad (Without Any Software) In Windows >>>>> Download Now

    >>>>> Download Full

    How To Create A Locker Using Notepad (Without Any Software) In Windows >>>>> Download LINK

    >>>>> Download Now

    How To Create A Locker Using Notepad (Without Any Software) In Windows >>>>> Download Full

    >>>>> Download LINK 7g

    ReplyDelete

Post a Comment

Popular posts from this blog

How To Install Dolby Digital Audio On Windows 10,8.1,8,7 on any Laptop/PC

Everyone wants High quality audio for their laptops/PCs. But not all devices come with high quality audio like Dolby/Dolby Digital Plus Sound . Here, I am sharing a tutorial for people who want Dolby for their Laptops/PCs. There 4 versions of Dolby Audio Listed Below. You can use any one you want but i will prefer to Dolby Digital Plus Advance Audio for any random Laptop/PC as it gives best performance according to my experience and guide is also for that. To install Dolby, you must Disable Driver Signature Enforcement first.  So lets start, Follow the steps given below. Windows 7 doesn't need to disable driver signature enforcement so you can skip those steps and continue with steps to install Dolby . List: Dolby Digital Plus Advance Audio Dolby Digital Plus Home Theatre Dolby Advance Audio v2 Dolby Home Theatre v4  Downloads: Download any one you want to install for your Laptop/PC. Dolby Digital Plus Advance Audio - Download Dolby Digital Plus Ho

How To Download Windows Spotlight Wallpapers using Spotbright App

Windows Spotlight has awesome wallpapers. If we want to use it as desktop background or at any other places we have to download it. I have shared a tutorial on how to download it. But in that tutorial, you can only download the wallpapers those are cached on your laptop/PC . What if we can download other wallpapers those are not cached on your device. Yes, it is possible to bulk download spotlight wallpapers.There is a app on  Windows store named SpotBright . It is free and can download around 200-300 wallpapers on a single click!!! It also has a option to download portrait versions of the wallpapers so you can use it on your phone also. SpotBright   Download : Windows Store Link Steps: Download the app from the link given above. Open the app . Go to Settings . Click on Picture Search List and select any one option you prefer. I have selected " Landscape Only ". If you select " Landscape & Portrait " option then it will sear

How to Enable the Dark Mode on YouTube

We all use Youtube everyday but very know that Youtube has a Dark Theme. The Company has not made it official but you can still use it. Follow the steps to enable the dark theme on Youtube. Steps: Sign in to your Youtube account. It is necessary. With out sign in, trick will not work. Right click and choose Inspect ('in Chrome') or Inspect Element ('in Firefox') option. It will open a window that contains code of Youtube and multiple tabs. Now click on 'console' tab. Copy and paste the code given below (without quotes) and hit Enter. If you get warning then simply click on 'allow pasting'. If you get error then copy and paste again and hit Enter. var cookieDate = new Date(); cookieDate.setFullYear(cookieDate.getFullYear( ) + 1); document.cookie="VISITOR_INFO1_LIVE=fPQ4jCL6EiE; expires=" + cookieDate.toGMTString( ) + "; path=/"; If it successfully runs then refresh the Youtube page.