Tuesday 29 March 2016

ON-SCREEN KEYBOARD


If you feel that your external keyboard is not working properly or some particular key is not functioning then you can use internal keyboard on your desktop screen. 

This property of keyboard is found in windows xp and seven.


Just follow these steps
Go to start menu and press “run
Type  “osk
Now press enter. 



Sunday 27 March 2016

TAKE A SCREENSHOT ON PC WITHOUT ANY SOFTWARE


 If You are Using Windows 8 or Windows 10     
     


Sunday 20 March 2016

MAKE YOUR COMPUTER TALK


STEPS
  1. Open Notepad.
  2. Copy and paste the exact code given below.
          Dim Message, Speak
          Message=InputBox("Enter text","Speak")
          Set Speak=CreateObject("sapi.spvoice")
          Speak.Speak Message
    3. Click on File MenuSave As, select All Types in Save as Type option, and save the file as         Speak.vbs or "*.vbs".



Saturday 19 March 2016

MAKE A PERSONAL DIARY(LOG) WITH NOTEPAD


  • You can use this trick to create a personal log with Notepad which will automatically include the current date and time before your note. 
  • To do so, open Notepad and type .LOG in capital letters and press Enter. 
  • Save the file. 
  • Now, every time you open this file, notepad will automatically insert the current time and date before the note. Just enter your note and save the file each time after making an entry.