Recent Post
Welcome To My blogging.in, here you will find all the tips,tricks based on technology which we use in our daily life & you can utilize it in your daily life.Do visit my blogs again for more updates,subscribe us by following our Facebook fan page With best regards blogs Admin

Saturday, 2 November 2013

How to Customize folders with different colors in Windows PC?


 Simple steps to follow

Step 1 :-
First of all Download and install the software FolderColorizer. It is tested and 100% virus free. You can download it from here : DOWNLOAD  FOLDER COLONIZER
 
Step 2:-
Now after installing the software, simply right click on any folder which you wish to customize. Here when you right click on folder, you will see a new option in the context menu i.e. Colorize !. Now simply go to that option and one sub menu will appear. Now choose any color you want to assign to this folder.


You may also like  How to lock screen like android in windows




Read more ...

Eusing Maze Lock Help

You may also like How to lock your pc with Android pattern?

How to Lock Your Pc with Android Lock Pattern?



1. How to use the default unlock pattern
 
Unlock your computer by the following steps:

1. Mouse down at the start point (Do not release the mouse button)
2. Mouse move to draw the unlock pattern
3. Mouse up at the end point to confirm
2. Hotkey
a. Win + A : for quick locking computer
b. Win + C : for quick opening configuration window
c. Escape : for canceling incorrect unlock pattern
d. Enter : for showing/hiding unlock pattern window
3. How to lock your computer
a. Run Eusing Maze Lock application firstly. Then you can use hotkey (Win + A) to lock computer quickly.
b. Or left-click the Eusing Maze Lock icon in the system tray to lock.
c. Or right-click Eusing Maze Lock icon in the system tray. Then select "Lock Computer" item in popup menu.
 
4. How to reset the unlock pattern
5. I forgot my unlock pattern
a. If you did not enable auto-lock at Windows startup. You can reset to the default pattern by reinstalling Eusing Maze Lock.
b. You can press F8 between system boot and enter the safe mode. Then reinstall the software to reset the default unlock pattern.
6. My unlock pattern window is disappeared. How to get it back?
a. You can double-click on the background image to get it back.
b. Or press 'Enter' key once. Unlock pattern window will be appeared. Remind that press 'Enter' key only once. If you pressed twice, unlock pattern window will be disappeared again.
7. What is the unlock mode?
Eusing Maze Lock  has three unlock modes.
Read more ...

How to Lock Your Pc with Android Lock Pattern?

Eusing Maze Lock ScreenShot





     Key Features
  • Pattern based technique to lock your computer
  • Quick and safe computer lock by hot key, or mouse click
  • Auto-lock when computer is idle
  • Lock the computer when windows startup
  • Turnoff the monitor based on your choice
  • Custom lock screens background image
  • Lock screen transparency
  • Change the alert text
  • Support multiple monitors
  • Use the dynamic password technology to prevent key loggers
  • Have 3 built-in patterns: 3x3, 4x4, 5x5
  • Can disconnect internet access when pc is locked
  • Backup your own pattern feature
  • Display the date and time on locked screen
  • 100% Spyware FREE, NOT contain any Spyware, Adware or Viruses

     Note:
Please watch carefully the default unlock pattern when you start the application. It's better to backup the pattern for more safety.

 

CLICK HERE TO DOWNLOAD 


Read more ...

Friday, 1 November 2013

Instant money making by just sharing with your friends.



Earn Rs.10 for downloading and installing the app.

First download the app by clicking HERE. After successful download, install the app in your  mobile phone. After valid installation now start the app to earn recharge. When you open the app already Rs.10 will be added to your hike account.





Earn Rs.20 for each Invite

Now you just need to invite your fellow friends. When they download the app, you will be given rewards as free recharge of Rs.20 for each friends download and it will be debited to your hike account.
Instant Recharge


There will be instant recharge whenever you will request for payment. The below image explains how my request for recharge for Rs.100 was done within the seconds.



Easy steps to get free recharge.........
So join here and invite your friends.....
You may also like Join free & earn.

Read more ...

Thursday, 31 October 2013

How to Send Password Protected Email ?






 STEPS TO FOLLOW-

1) Click Here to open the lock bin Service.

2) You will get a form which will look like the below image.




3) You can attach a File.

4) Click Submit Button

5) The Password Protected mail will be sent, Now the Receiver will get only the Link of your Password Encrypted File.

6) When you click the link you will be ask to enter the Password , Otherwise it won't open.

7) After sending this Mail Make sure that You had send the Password for that file to your Friend by mobile or Normal mail itself.

8) The Password Protected Email is Stored in the Lockbin Server itself.


 

You may also like Join and earn

Read more ...

Keep your all Passwords in one device.






1) Open their official website Keepass and Download the File.

2) Then Extract the keepass file in your PC.

3) Run the Keepass.exe file then Click in the New to Create a new Database for your Passwords or Making a Key file for your Database.

4) Make sure that your Password is Strong.

5) Now Add your Entry i.e Your Account passwords.

6) You can use the Simple Autotype Feature that will automatically fill your Username and Passowrd if the Database is open.




That's it you are done ready to go now........................

visit more for tips on tech related..



You may like Lock your folder without any software


Read more ...

Tuesday, 29 October 2013

Lock your Folder without any Software

 Follow the below steps:-

 1.Open Notepad and Copy code given below into it.

    cls
    @ECHO OFF
    title "your title here"
    if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
    if NOT EXIST MyFolder goto MDMyFolder
    :CONFIRM
    echo Are you sure to lock this 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 MyFolder "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 Your Secure Folder
    set/p "pass=>"
    if NOT %pass%== anuragdwivedi goto FAIL
    attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
    ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
    echo Folder Unlocked successfully
    goto End
    :FAIL
    echo Invalid password
    goto end
    :MDMyFolder
    md MyFolder
    echo MyFolder created successfully
    goto End
    :End

2.  Save the notepad file as lock.bat (.bat is must).
3. Now double click on lock.bat and a new folder will be created with name MyFolder.
4. Copy all your data you want to protect in that New folder.
5. Now double click on lock.bat and when command promp appears Type Y and press enter.
6. Now MyFolder will be hidden from you view, to access that folde double click on lock.bat
7. It will ask for password enter your password and done. (Default password is myblogging)

You maly also like Join and earn 


Read more ...

Join Taggify and earn huge money from your blogs/website


JOIN TAGGIFY affiliates and earn huge from there revenue I personally use there affiliate for my various website.Its easy to use and easy to get affiliate from them.

JOIN HERE  AND GET APPROVE  IN JUST 1 DAY...............HURRY


You may also like How to make money without investment

Read more ...

Recent Comment

You may also like this

Our SiteMap

Copyrighted.com Registered & Protected 
7FKO-MLRJ-L5DL-N6XJ

Post Here

Name

Email *

Message *


Receive All Free Updates Via Facebook.