Tuesday 20 January 2015

Notepad Tricks: Cool Notepad tricks for Windows

Notepad, the text editor that comes bundled in Windows is an excellent tool for text editing. But that is not the only thing for which notepad is famous. It is also famous for its tricks and hacks. Here is a roundup of some of the best and coolest tricks that you can try using Notepad.

Matrix Falling Code Effect - Notepad CMD (.BAT) Tricks

Inspired by the movie Matrix, this falling code trick is extremely popular on social networking websites. Copy and paste the code given below in Notepad and save the file as "Matrix.bat" or *.bat. 

@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks

Upon running the bat file, you will see the "Matrix falling code" effect.

Make Your Keyboard Type (Any) Message Continuously-VBS Trick

This VBS trick can make any of your friend's keyboard type any message continuously. Open Notepad, copy the code given below and save the file as Tricks.vbs or *.vbs. You will need to restart your computer to stop this. Try this after closing all important programs.

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "This is a Virus. You have been infected."
loop

Send this file to your friends as an email attachment to see the fun.


Notepad Virus

Create a Harmless Funny Virus with Notepad-Continuously eject CD/DVD drives

This VBS trick will create a code which will continuously eject all your connected Optical drives. If you put them back in, it will pop them out again. Copy this code and paste it in Notepad as Virus.vbs or *.vbs.

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

Double click to open this file and you will be impressed by this awesome trick.

Make a Personal Diary(Log) with Notepad (Easter Eggs)

Notepad Diary
Notepad Diary
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.

All these Notepad tricks are totally harmless and would not harm your PC in any way.  To close any of the VBS trick given, open task manager and close the wscript.exe process. These tricks work on Windows 8, Windows 7, Windows Vista and Windows XP.

Tuesday 30 September 2014

FreeKaaMaal is Celebrating 4nd Birthday – just participate and Win prizes

I am writing this to support freekaamaal. Freekaamaal is celebrating their 2nd birthday with lot of prices. So participate in it and get prices.

You need to just follow four steps
Note : This contest is free of cost.
1) Participate in the contest and held here :http://freekaamaal.com/birthday/giveaway/?utm_source=sidebar#
2) Complete all the level and select the best offers that suit you .
3) The tasks in each level are very simple. (For eg : Liking the page etc.)
4) Complete your last task .
5) Yepee ....!!! you are done.. Now wait for them to review and collect your assured gifts. :)

Terms & Conditions:
The ‘FreeKaaMaal Giveaway’ is open to any person who 'likes' free gifts , being a resident of India and over 13 years of age.
You must be registered with FreekaaMaal (Incase if you are already registered Login with exsiting account)
Select the gift you wanted at different levels & complete all the tasks to be eligible to win the prizes.
Winners will be announced on 7th October 2014.
Prizes worth Rs. 2 Lakhs to be won
Prizes will be delivered to the Winners within 20-25 working days.
No Fraudulent entries will be entertained.
In case of any dispute, Decision of FreeKaaMaal management will be final & agreed by all.
The Company also reserves the right to amend the rules of the giveaway or extend the period or cancel or discontinue the Program or any part thereof without giving any reasons or prior notice. No correspondence shall be entertained with regard to the giveaway.

Thursday 11 September 2014

12 Computer (PC) Tricks You Should Try Right Now

  1. Have fun with Notepad
    If you think that Notepad is just a basic text editor, then, you will be amazed by its capabilities. You can use Notepad to create everything from personalized logs to harmless viruses that are incredibly annoying.Go see this post to know just how useful Notepad is.
  2. Command Prompt too has some tricks up its sleeves
    If you think that the Command prompt is a boring old program that no one uses, you are making a huge mistake. It can be used for everything from watching ASCII Star Wars to making folders that you cannot delete. See this post to know about all the cool stuff you can do with the Windows Command Prompt.
  3. Use Keyboard Shortcuts to get work done in no time
    If you are tired of having to alternate between your mouse and keyboard to operate your Windows computer, you would love to know these really useful keyboard shortcuts which greatly increase your speed and efficiency. See this post for details.
  4. Make your computer speak what you type
    You can use your PC's built in features and some VBScript magic to create a simple program that will make your computer speak whatever you input to it. Enter the right words and you could imitate a real conversation. Head over to this post to talk with your PC.
  5. Make your computer greet you every time you start Windows
    A simple modification in the previous trick will make your computer welcome you in its own mechanical voice every time you log onto Windows. This is achieved by placing the VBS script responsible for making your computer talk in the Start up folder. Read this post to have a computer said welcome.
  6. Find your computer's gender
    Want to know if your PC is a male or a female? Simple. Try the previous trick to know if your computer is a 'he' or a 'she'. On a serious note, this depends upon the voice you have selected in Microsoft Text to Speech options.
  7. Lock Folders with password
    If you have important personal files that you do not want other people to see, you can hide them in a password protected folder to prevent unwanted users from seeing them. Go see this post to hide your personal files effectively.
  8. Change your Processor's name
    PC Tricks
    If you are bored of your old processor and want a new one with a staggering name, you will definitely want to see this trick which allows you to change its name to something extraordinary to make your PC special.
  9. Make a Keyboard Disco
    You can use some VBScript coding to create a live disco on your keyboard by making the LED lights flash alternately. See this post to know how your keyboard can turn into a disco.
  10. Recover permanently deleted files in Windows
    If you have ever deleted a file in Windows that you did not want to and now want to recover it, you would definitely want to know about some free tools to recover your deleted files easily.
  11. Use your Keyboard as Mouse.
    You know you can use your mouse as keyboard using the On-screen keyboard utility. What if I tell you that it is also possible to do the reverse? Just read this post to see how.
  12. Disable USB ports to prevent others from taking your data
    Ever wanted to disable your USB ports to prevent others from using their flash drives on your PC? This post explains how to do just that with a simple registry trick. Do note that disabling USB ports will also disable your USB connected peripheral devices.