change the colour in the command prompt

Change the color in the command prompt

follow the listed bullets
  • open yo notepad
  • copy and paste the code given below
@ echo off
echo:
echo ……………………………
echo Press 1 for green, 2 for red or 3 for blue, or 4 for exit
echo ……………………………
set /p m=Type 1, 2, or 3, or 4, and press enter:
echo:
if %m%==1 goto 1
if %m%==2 goto 2
if %m%==3 goto 3
if %m%==4 goto 4
:1
color 0a
echo This is the green
goto 4
:2
color 04
echo This is the red
goto 4
:3
color 06
echo This is the blue
goto 4
:4
Pause
goto end
:end
  • save the file by the name yo wish followed by the extension "color.bat"
  • double click,command prompt window will appear type respective number to change the colour

Read More

Your Name to Right Click Menu

You wanna add your name to right click menu?

follow the listed bullets,
  • open ur notepad
  • copy and paste the code written below
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor]
@="Your Name Or Name of the Application"
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor\command]
@="Location Of The Application"
  • save it as 'name.reg'
then edit that document
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor]
@="Computer Trick and Prank"
u can write the name you wish
  • if u want to run any application,once you click your name
type the location of the apllication that you want ur name to open
eg:
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Registry Editor\command]
@="c:Program Files\microsoft games\chess\chess.exe"
u can write the location u wish
NOTE: This code is related to windows registry it may freak out ur computer,,,am not responsible for any losses,try this trick at ur own risk!!
Read More

wanna see your computer dance through its LED's for your trans,,

wanna see your computer dance through its LED's for your trans,,

wanna see your computer dance through its LED's for your trans,,,
just follow the listed bullets,,,,
  • open your notepad
  • copy and paste the javascript coded below
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
  • save the with the name you wish followed by the extenssion ".vbs"
double click your file and enjoy seeing your computer dance.


To end the script press CRTL+SHIFT+ESC(Open TaskManager), Then Click on the processes tab and Select wscript then press end process..
Read More
Sajan shrestha. Powered by Blogger.

Popular Posts

© 2012 Computer tricks and Pranks, AllRightsReserved.

Designed by Computer Tricks and Pranks