Tuesday, February 25, 2014

Samsung Galaxy S5 : All You Need To Know

Leave a Comment
Samsung Galaxy S5
The hottest topic of gossips in the smartPhones lane, the Samsung Galaxy S5 was finally unveiled a day ago by Samsung Mobile at the Mobile World Congress (MWC). The phone is expected to give a new life to the dropping sales of Samsung in countries like India. With this launch, Samsung seeks to get the focus of consumers by bringing innovation in the basics of technology. 

Read More...

Saturday, February 22, 2014

How to Create a Password Protected Folder

Leave a Comment
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
  1. Create a folder .
  2. Now go to that folder and create a new text document file by :-
    right click>>new>>Text document
  3. 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
  4. now type your personal password where the PERSONAL PASSWORD is written (last 13th line).
  5. now go to file drop menu and select save as
  6. name the file as locker.bat and change the type from text document to all files.
  7. thats it . notice the icon changes to geared one.
  8. Double click it . it should create a folder named PRIVATE.
  9. Put all your personal data into in then run the locker.bat file again.
  10. this time it will ask you to lock your folder.type y to lock.
  11. Soon the PRIVATE folder will disappear.
TO SEE THE FOLDER AGAIN :-
  1. run the locker.bat file.
  2. it will prompt you for your password .
  3. 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.

Read More...

WhatsApp Updated: Disable "Last Seen At", Profile Picture & Status

Leave a Comment
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...

Read More...

Wednesday, February 19, 2014

Samsung Presents The List Of Galaxy Devices Getting Android's Latest KitKat Update

Leave a Comment
Samsung has recently posted a list of Samsung Galaxy devices which will receive an official upgrade to the latest version of Android, KitKat 4.4.2. Read more to know if you are in the queue or not? 

Read More...

Wednesday, February 05, 2014

Microsoft Introduces Satya Nadella As The New CEO

Leave a Comment

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. 
Read More...