Blogger Widgets Blogger Widgets /* */
WELCOME TO FREE TUTORIAL GEEKS............ PLEASE HELP IMPROVE THIS BLOG WITH YOUR COMMENTS & KEEP VISITING REGULARLY TO KEEP YOURSELF UPDATED WITH NEWER STUFFS.......THANK YOU.

Friday 22 November 2013

HOW TO LOCK YOUR FOLDER WITHOUT ANY SOFTWARE

This tutorial will guide you through the steps required to create a locked folder in Windows 7 – without installing any additional 3rd party software.
The steps below will guide you in creating a hidden and password protected folder, this method is not 100% secure. It will however deter the average computer user enough, but an advanced user may be able to access the contents of this folder.

HERE WE GO
  1. Create a new folder and name it whatever you would like.

  2. Open the folder, right-click on a blank area in it, then select New -> Text Document from the pop-up menu.

  3. Open the text file you just created by double-clicking it and copy/paste in the following text:
    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%== PASSWORD_GOES_HERE 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
  4. In the above code, replace the key PASSWORD_GOES_HERE with the password you want to use to unlock the folder. For example if you want the password to be 123456, the line should look like:
    if NOT %pass%== 123456 goto FAIL
  5. Save your new file in the .bat format with the complete file name being locker.bat. To do this, make sure to change the Save as type: to All Files (*.*).


     
 6. In the folder you created back in Step #1, double click the locker.bat file and there will now be a new folder named Private where you can put anything you want.
7. Upon exiting, double click the locker.bat file again. It will prompt you to answer whether you want to lock your folder or not. Press Y and the private folder will disappear.

     
 8. In order to retrieve the Private folder, all you have to do is double click the locker.bat file and enter the password which you set in Step #4 and the folder will appear again for you to access.

     
9. That’s it!

 

Tuesday 15 October 2013

HOW TO USE ANY SIM CARD IN YOUR MODEM EVEN WITHOUT DECODING/UNLOCKING IT

I received so many comments/complaints concerning my previous publication on HOW TO DECODE HUAWEI MODEMS. After some research works I decided to come out with this tutorial which I hope would help solve most of your problems.

STEPS.
1. Insert any SIM in your modem and connect to pc (modem drivers/software should be installed)


2. It will show something like ‘Invalid SIM’ or similar.
3. Ignore it and close the modem software.
4. Now open Nokia PC Suite. If you don't have Nokia PC Suite then download one here and install.
5. Now click on Internet option circled in black in the below figure and click on the Spanner-like icon below



6. Now go to configure and select your data card modem  in the dropdown list and input your operator APN settings as if you are using a Nokia phone.



7. After configuring, connect to the Internet via PC Suite.
You will find that your internet is now connected.



NOTE: If our tutorials work for you, then don't forget to be our Facebook fan.

Wednesday 7 August 2013

HOW TO DISABLE ACCIDENTAL CLICKS WHILE TYPING ON YOUR LAPTOP

Working on a laptop computer with a touchpad becomes annoying sometimes. It is inevitable that you will mistakenly touch the touchpad while typing, causing the mouse to jump or cursor to move and interrupt your typing. Very annoying huh...?

Saturday 20 July 2013

HOW TO DETERMINE A FAKE MOBILE PHONE FROM THE ORIGINAL

  In my quest to acquire one of the latest smartphones in the market recently, I found out that there are a lot of counterfeit ones out there which are very difficult to determine.
I therefore conducted some research and came out with the below findings.

Monday 8 July 2013

HOW TO INCREASE YOUR PHONE BATTERY LIFE

If there is one thing that can be annoying about a smartphone, it’s a battery that runs down too soon. Here are some tips on how to keep that battery power flowing. The details of configuring settings vary somewhat among the different platforms but these items are worth looking at.

Wednesday 19 June 2013

HOW TO BOOT YOUR PC FASTER

It is boring and annoying to wait for your computer for longer minutes during boot-up (Starting-up ) The reason being that During the booting process, the computer loads various programs (installed software) into its memory before finally displaying them onto the desktop.
If you therefore allow a lot of programs to run on start-up, you definitely have to wait for them to be loaded on to the computers memory before you can finally access them.

Wednesday 12 June 2013

WINDOWS 8 TRICKS AND KEYBOARD SHORTCUTS

As we all know the favorite Start Menu is no longer there for windows 8. This makes the windows unsatisfactory for some users, but there are hot corners which can rightly serve the purpose. Please read along as I take you through some hot tips and shortcuts for the Windows.