LEARN AND SHARE - Create Locker Without Software
   
  Home
  Anna University Student's Click
  Computer Applications
  => 3-Dimensional Computer Processor
  => 4G Technology
  => Abbrevations
  => Automatic Screen Refresh Tips
  => A - Z Colors codes for HTML
  => A - Z Keyboard Shortcuts
  => A - Z Run Commands in Windows
  => A - Z Windows XP Short Cuts
  => Batch File Help
  => Block Unwanted Mails
  => Block websites without any Software
  => Computer post and beep codes
  => Changing title of windows media player
  => Chat with Friends through Command Prompt
  => Clear History
  => Cloud Computing
  => Convert Guest to admin in windows Xp
  => Convert Any Document to PDF and Send it to yor any Mail
  => Countdown timer for shutdown computer
  => Create files and folders without any name
  => Create Locker Without Software
  => Displaying a Text Notice before Logon
  => Disable Autorun
  => Disable "Turn Off Computer" Button in Windows XP
  => Disable Security Center warnings
  => DOWNLOADS
  => Enable Taskmanager From Administrator
  => Forget Windows: Midori is coming
  => Hide a File in a Image
  => Hide a Folder using Command Prompt
  => Hide Folder Options
  => Hide inactive icons of the TaskBar
  => Hide Your Partitions
  => Hidden Application in XP
  => Hidden Quotes In Windows Xp
  => Hidden Notepad
  => History of Facebook
  => History of Linux
  => History of MAC - 0.S
  => History of Opearting System
  => History of Orkut
  => History of Unix
  => How to create your own shortcut key for your favorite programs
  => How To Delete Annoying Multiple Entries in Boot Screen
  => How to keep your computer clean
  => How to Install Windows XP
  => Increase the Display Quality
  => Increase your Internet Speed
  => Install OS From USB
  => Laptops of Future
  => Make your Windows Xp Geniune
  => Memory Trick To Speedup Windows Xp
  => Multiple login for google talk
  => NEXI - Robot with facial expressions
  => One Click PC Shutdown
  => Other Software Dowloads
  => Prevent Pen Drive Virus
  => Protect your Word and Excel Files with password
  => Renaming the Administrator
  => Remove Spyware from your System
  => Start a movie in Paint
  => Safe Mode
  => Shortcut for GMAIL
  => Shortcut for Word
  => Slow computer
  => Sticky Keys
  => Speedup Menus
  => Speed up your NTFS file system
  => Shortcutkey for Excel
  => Speed up your PC
  => System Utilities (Downloads)
  => The Internet - Facts
  => Talking XP
  => Turn off Beep Sounds in your System
  => Turn on your PC in Just 10 Seconds
  => Upload your Documents
  => Use Gmail As Online Photo Storage
  => Usefull DOS Files
  => Usefull websites with Codes
  => Who used your PC in your Absence
  => XP Registry Tips and Tweaks
  => Title of your new page
  => A-Z Windows Shortcuts
  Contact Me
  Exclusive
  Guestbook
  Login
  Online Applications
  ONLINE PHOTO EDITORS
  Register and Discuss
  VOTE
  Our Services
  Projects
This is a different way to lock up ur folder without using any software
this is not hiding ur folder but locking it..using batch file...

What is batch file???
It is this file (command.com) which handles all DOS commands that you
give at the DOS prompt---such as COPY, DIR, DEL etc.

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.
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%==type 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
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

steps to do it........ 1) Copy the give code in a note pad and save the note pad in your pc with the name name.bat (that is with the extension of .bat). you can replace the name portion with anything u want. ( In place of password in the code given type your desired password.)


2) A batch file will be created where you hav saved. Now double click on it , it will make a folder with the name locker at the same place where the batch file is save. 3) Now add the files you want to be locked in that folder. 4) Double click on the batch file. It will ask for locking the folder formed. Type y(yes). The folder will be locked and hidden. 5) To unlock,double click on batch file again and enter the password in the new window opened.
 
 
 
   
Today, there have been 256575 visitors (1652803 hits) on this page!
This website was created for free with Own-Free-Website.com. Would you also like to have your own website?
Sign up for free