Showing posts with label notepad tricks. Show all posts
Showing posts with label notepad tricks. Show all posts

Wednesday, 15 August 2012

convert text to audio using notepad

wanna convert your text to audio using your notepad......:)











         >  Open Notepad.
  1. Copy and paste the below mentioned code (which is coloured)

      Dim msg, sapi
      msg=InputBox("Enter your text- www.computerzmagic.blogspot.com","mymagic")
      Set sapi=CreateObject("sapi.spvoice")
      sapi.Speak msg
  2. Save this file with any name with .vbs as extension. For example: computerzmagic.vbs

Nopw you have to open the saved file and in the tab appeared type the text which you want to convert to audio and press enter.....thats it..the fun begins.....

Thursday, 19 July 2012

Make Disco With Yur Keyboard

Have   you ever imagined that you can make a disco withyour keyboard.......itz very interesting to listen right.??? ya really it is interesting...........



computerzmagic.blogspot.com

Just follow these simple steps:

1. Open Notepad.
2. Copy paste the exact code given below:-

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
3. Save the file as Disco.vbs or "*.vbs".



Double click on the Saved file to see the LED lights on your keyboard go crazy and make your own cool disco.

This trick works on all operating systems

You can disable the keyboard disco by starting Task Manager and ending the wscript.exe process.

Wednesday, 18 July 2012

Make Your Keyboard Type Message Continuously

By using this trick allow your colleagues to type the message contionously.this is really funny and harmless Open Notepad, copy the code given below which is blue coloured  and save the file as Tricks.vbs or *.vbs.

if you want to stop this you need to restart your computer




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

Make a personal diary using 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.

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 all windows version..

Tuesday, 17 July 2012

Make your computer welcomes you by calling your name..

 Guys have you ever heard when your pc is turned on and your system welcomes by calling your name......
if no then try this and every time you restart it welcomes you

 forexample "Hi username welcome to your pc"



To use this trick, follow the instructions given below:-


Click on Start. Navigate to All Programs, Accessories and Notepad.
  1. Copy and paste the exact code given below which is coloured.
Dim speaks, speech
speaks="Hi username welcome to your pc"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
     3.  Replace Username with your own name.
     4.  Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Welcome.vbs or "*.vbs".
     5.  Copy the saved file.
     6.   Now Goto RUN(through the start button), copy the coloured one and paste in the run window....
              (in Windows XP)
  C:\Documents and Settings\All Users\Start Menu\Programs\Startup 
for windows 7 or vista copy this one
C:\Users\ User-Name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup 
 if C: is your System drive.
     7.  Paste the file.

 Make your Computer Welcome you at startup

Now when the next time you start your computer, Windows will welcome you in its own computerized voice.

Note: For best results, it is recommended to change sound scheme to No Sounds.
You can change the sound scheme to No Sounds by following the steps given below:-
  1. Go to Control Panel.
  2. Then click on Switch to Classic View.
  3. Then Click on Sounds and Audio Devices.
  4. Then Click on the Sounds Tab.
  5. Select No Sounds from the Sound Scheme option.
  6. If you wish to save your Previous Sound Scheme, you can save it by clicking Yes in the popup menu.
  7. Click on OK.
Change Sound Scheme to No Sounds

Try it yourself to see how it works. In my personal opinion, this is an excellent trick. Whenever I start my PC in front of anybody and the PC welcomes me, the fellow is left wondering how brilliant a computer do I have.

Sunday, 15 July 2012

world trade centre NOTEPAD TRICKY

 



Do you the number of the flight which attacked the world trade centre??? and the trick with that??

The number of flight that attacked the World Trade Centre was Q33N. 
 The trick starts now:-

  1. Open Notepad.
  2. Type in Q33N.
  3. Change the font size to 72 by clicking on Format and selecting Font in the Menu Bar.
  4. Also select Wingdings as your Font.
  5. Click on OK to see the trick.
 Note: Change back to your default font.


Thursday, 12 July 2012

create a fake virus using notepad which is harmless


 



 do you want to become a trcik star in front of your friends............
 if you want to be.......
copy and paste the below code in notepad and save it........


X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


 If you've got an Anti virus installed in your pc,it'll definitely pick up the Fake Virus, if its not showing you should make sure that the Anti virus you've installed is working properly! :)

Wednesday, 11 July 2012

which gender is your computer.....:P



Are you interested to know the gender of your computer.............then try this........ by copy and pasting the coloured content in your notepad and run it.........:)

  • Open Notepad
  • Copy & paste the below code:
  • CreateObject("SAPI.SpVoice").Speak"I love YOU"
  • Save it as love.vbs (file > save as > love.vbs)
  • Run it. (double click)

Are you bored to see white background of your folders......you want to change it to the your own background.......this trick is really so cool.....


 




Copy the following to your text editor(notepad) and save it as desktop.ini in the folder whose background you want to change.

[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
iconarea_image="complete picture location"
iconarea_text=0x00000000 <------- File text color can be set to any value

just now its black.
0x00ffffff for white.

Run the following command in the command prompt
attrib +s "path of the folder"
e.g. attrib +s "E:\old download" will change the background of the folder "old download"
It would be good to keep the file desktop.ini hidden.
So right click on it __ go to properties __ change its atribute to hidden. done.

How is the trick buddies.....:)
  

Saturday, 7 July 2012

Create a Harmless Funny Virus with Notepad-Continuously eject CD/DVD drives when you put cd/dvd in the cd/dvd drive

This is the trick with notepad which will be useful to eject cd  continously and harmless
copy and paste the below code in notepad and save it as virus.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

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

this is the coolest trick which is exteremly popular. to do this open notepad . copy and paste the below code and save it as "matrix.bat"and open it.....
@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks

* if you want different colors change the number i.e; 2 


Notepad tricks


Lock your folder in XP and Vista without any software

Do u want to lock the folder which you want privacy,,,,,,so do this  process
steps to be followed .
1. make a new folder of your own
2.inside this folder make a  ( TXT )( in notepad) file
3. now copy the below matter exactly which is bold

 Quote:
Quote: 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 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

 3- After you have copied the entire code, go to line 23 . u will find this word : password (in place of you can type your own password which you want)
eg: if NOT %pass%== computerzmagic goto FAIL
//so ur password here becomes computerzpoint .//
4- After that go to save as & name this file aslocker.bat
5- Now back to the folder & you will find a ( LOCKER ), (locker.exe)
6- Double Click on it & you will find a new folder (Private )
7- Ok ,, now copy what u want in this “private Folder” & after that come out of the folder, and Double click on locker again. It will open and ask if you want to lock your folder? Y/N ?
8- Type Y. your private folder will disappear.
9- If you want to UNLOCK your folder, go to (locker) & type your pass and you will see your private folder.
it not only hides the folder, but incase, you unhide all files… and try opening it without entering password, it’ll take u to the control panel…
Also, if u want to store files on your Flash-Drive, you can use this script. No Software Required
Incase u delete your Locker file (just in case), then u can make a new one (but with the same password) and open it from that.
Alternatively, u can keep this locker file somewhere else, and when u want to open ur folder, only then bring it back to that place

UNREADABLE TEXT ;)

 



Guys have you ever observed that all the matter you typed in the notepad is not readable.
you wanna know how it is possible.lets try this
1. Open notepad
2. Type "your pen has light" (without quotes)
3. Save and close
4. Again when you open you will find the magic
* you can type anything of same length

automatic update of time and date in notepad

 very nice tricks....simple

 


here you can use directly see the time if your pc has time problem
1. open notepad
2. on the very first line type   .LOG(type which is bold)
3. from 2nd line you can type anything and save it on your desktop or any where and close it
4. now when you open it you can see time and date there.
   if you saved on the desktop it would be easier to know time and date when ever you need just by one click