Tuesday, February 25, 2014
Samsung Galaxy S5 : All You Need To Know
Saturday, February 22, 2014
How to Create a Password Protected Folder
I hope everyone needs a personal folder which should be highly protected .. :p
There are many options /methods available to create a password protected folder most of which uses a 3rd party software.I am gonna use the simplest way with a batch script.
only applicable for windows users.
TO CREATE A LOCKED FOLDER
There are many options /methods available to create a password protected folder most of which uses a 3rd party software.I am gonna use the simplest way with a batch script.
only applicable for windows users.
TO CREATE A LOCKED FOLDER
- Create a folder .
- Now go to that folder and create a new text document file by :-
right click>>new>>Text document - paste the following code in the new text document:-
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 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 "HTG Locker" attrib +h +s "HTG Locker" echo Folder locked goto End :UNLOCK echo Enter password to unlock folder set/p "pass=>" if NOT %pass%== PERSONAL PASSWORD 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
- now type your personal password where the PERSONAL PASSWORD is written (last 13th line).
- now go to file drop menu and select save as
- name the file as locker.bat and change the type from text document to all files.
- thats it . notice the icon changes to geared one.
- Double click it . it should create a folder named PRIVATE.
- Put all your personal data into in then run the locker.bat file again.
- this time it will ask you to lock your folder.type y to lock.
- Soon the PRIVATE folder will disappear.
TO SEE THE FOLDER AGAIN :-
- run the locker.bat file.
- it will prompt you for your password .
- type the same password it will show you the folder again if incorrect password it will just terminate.
Warning:-
- Be careful with script.
- There are some limitations to this method also .
You can delete the original text file once the batch file is saved.
WhatsApp Updated: Disable "Last Seen At", Profile Picture & Status
After getting an as enormous amount as $19B from Facebook, WhatsApp finally brought out a major update to involve every user in its celebration. Users can now decide who can see their status messages, profile pictures and most importantly, that "Last Seen At" notifier. Continue Reading to know how...
Wednesday, February 19, 2014
Wednesday, February 05, 2014
Microsoft Introduces Satya Nadella As The New CEO
Just a day ago, Global technological leader Microsoft imposed a final stamp on the name of Satya Nadella as the new Chief Executive Officer (CEO) after Steve Balmer. Nadella's gonna take over Steve Ballmer as the Third CEO while Microsoft's Founder and the First CEO, Bill Gates, will now step down as Chairman to focus more on product development.