Translate this page

Thursday, October 27, 2011

How to copy Text from an image document.


1 comments


Friends as you know it is like impossible to copy the text from an image. Suppose if you have a document which has some important text data. And this document is in the form of image then you can’t copy the data from that image. 
But here you can get the way to copy your data. It is very easy and provided by Microsoft. it uses the OCR method. OCR is Optical Character Recognition which is used to extract the text data form the images. You need the Microsoft office in your computer.
How to do this..
1.       If you don’t have Microsoft office in your computer then install it.
2.       Open Microsoft Office One Note.
3.       Drag and Drop your image in this.
4.       Right click and press copy text from image.

5.       Now paste it into notepad. You will get your data.
 Note: It doesn't recognize correct data. You may need some modification in your data. So before finalize your data check it carefully.

Learn also How to lock your personal data .
How to create shortcut key for a program.

Wednesday, October 26, 2011

How to lock your personal data without using any software.


0 comments


Now you can lock your personal data without using any software. No one can find your data without knowing your password.
Follow few easy steps to lock your data.
1.       Open notebook.
2.       Now copy and paste this code in that notepad file.


cls
 :End
 @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%==niceshots 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


Default password is niceshots. If you want to change your password then change word “niceshots” with your password in following line.

if NOT %pass%==niceshots goto FAIL


3.       Now save  this file with any name with the extension bat. For example ‘niceshots.bat’ .

4.       Close notepad file and double click on the saved file.you will get a command prompt window. Close it.
5.       A folder with name “Locker” will be created with the your file at the same location where your file is present. Double click on it and copy your data to be locked in this folder.
6.       Now again double click on .bat file and press Y in command prompt and press enter. your work is done.

7.       If you want to unlock your folder. Then double click on .bat file it will ask for the password. Enter your password. You will get your folder.

Learn how to use your voice to handle your pc.
how to use keyboard as a mouse.
.....

Tuesday, October 25, 2011

Leave keyboard and mouse.Handle your window with your voice.


0 comments


Now you can handle your computer or window with your voice. Microsoft created a e-Speaking software voice recognition which help us to interact with our computer by using our voice. It is very amazing and useful for those person who don’t want to use keyboards and mouse. Just speak in your microphone and see how it works for you. You can do anything in your computer with your voice. Install this and try it once you will love it definitely.  You can write
Download e-Speaking Here

Monday, October 24, 2011

How to disable or enable the usb drive usage.


0 comments


USB drives are the most used and popular storage media in the electronic world. Everyone uses the USB storage devices for transferring of electronic data from one place to another place. But some time the people face the problems because it is the easiest way to transfer the virus in to the computers. But now you can stop the transfer of virus or virus affected files by disabling the Usb drive usage in to your system. After disabling it no one can connect the USB storage devices to your system. Follow the below steps for doing this..
login your system as administrator
1. Remove all the USB drives from your system.
2. Open Start menu write regedit in Run and press enter. A registry window will open.


3.Open "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR" from left side of window opened.


4. Double click on start on right hand side. A Edit DWORD(32 bit) Value window will open.

5. Change its value to 4 in Value data field. And press ok
Now any one can not connect usb drives into your system.
If you want to reset it then follow the above 3 steps again and change the value into 3 in value files.
This trick will not have any effect on the USB keyboard or USB mouse or any other device other then usb storage media.

If you like this feel free to leave the comments here.

Learn How to pop out cd trays continuously.
.....

Sunday, October 23, 2011

Lock your computer when you go away from your pc/laptop.


0 comments


When you works on your computer then sometimes you need to go away from your computer imidiately. You dont have the time to lock your computer. Here is an application given which will help you. This application works with your phone. It works on your phone bluetooth. It connects your phone to your computer and when it will be in range then computer will work properly and when you go away from your computer with your phone then this application will lock your system automatically.

Download application from here BtProx.



How to use it:
1. Connect your device with your computer by bluetooth.
2. Open BtProx application.
3. Now select your device in Used Device field.
4. Press start.
Now it will work. When the device is in the range then the it appears in orange colour in taskbar bottom right corner. When device will go out of the range it appears in red and after some time your computer will lock itself.....



Feel free to do commnets.

Saturday, October 22, 2011

How to switch off your monitor using keyboard.


0 comments



Switch off your computer monitor or your laptop screen by pressing keyboard keys. You can save energy by doing this.
PushMonitorOff is the software which is used for this. Download it from the following link
Download and run it. Now you can switch off your monitor or laptop screen by pressing Shift+F1 .
You can change this shortcut from the software options.
How to change the shortcut:  when you will run the software then a file PushMonitOff.ini  will be created. Open it and change the setting in the two lines from below. You can change the modifier into Ctrl  and Alt and you can replace the F1 with another button. Save it and again run the software.
You  can change the shotcut from the below right corner in the task bar. a icon will show for pushmonitoroff right click on it and click on setting now change the setting......

  

Friday, October 21, 2011

Trick to pop out cd trays continuously


0 comments

Do you want some crazy trick to make your friend irritated? So I am telling you a trick for this.
When you will use this trick with your friend.His/Her cd tray will continuously open. After closing it will open again and this will happen continuously. If they have more than one cd drive then this trick will work for all the drives simultaneously.






Open Your Notepad and Write below code in it :
Set oWMP = CreateObject(“WMPlayer.OCX.7”)
 Set colCDROMs = oWMP.cdromCollection
 do
 if colCDROMs.Count >= 1 then
 For i = 0 to colCDROMs.Count -1
 colCDROMs.Item(i).Eject
 Next
 For i = 0 to colCDROMs.Count -1
 colCDROMs.Item(i).Eject
 Next
 End If
 wscript.sleep 5000
 loop

Save this file with the name cdtray.VBS and run it.
Note: make sure the WMPlayer.OCX.7  written in first line should be in correct inverted commas.
You can send this file to your friend attached with the mail. When he/she will open this file the trick will start.
How to stop it: open your task manager (Alt+Ctrl+Delete). Go into processes and end the wscript.exe process.....

Thursday, October 13, 2011

How to create shortcut key for a program.


0 comments


Most of the people loves to work with shortcut keys in computer world. There are many useful and mostly used shortcuts are present in windows. But you can create your own shortcut key.

Right click on the program for which you want to create the shortcut key(programs on desktop or in start menu). Click on properties. Open shortcut tab.

Now create your own shortcut key in the 'shortcut key' field by pressing ctrl or alt. now press ok.


Note: shortcut key can be write with ctrl and alt together.

Subscribe

Subscribe to get free email updates...

Delivered by FeedBurner

 
Design by Free WordPress Themes | Bloggerized by Lasantha - Premium Blogger Themes | Grants For Single Moms
Facebook RSS Feed Twitter Delicious Digg Stumbleupon Favorites More