Monday, February 20, 2012

activate god mode !!


Here’s a neat Windows 7 trick that’s been doing the rounds on the Internet. It enables “GodMode” a term devised by the Microsoft development team, which provides a single place to access all Windows settings without needing to browse options and folders in the Control Panel.
To use it:
  • Create a new folder.
  • GodMode Icon
  • Rename the folder to:
  • GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
    (note that you can change the “GodMode” text, but the following period and code number are essential).
  • The folder icon will change — double click it to show the GodModewindow:
GodMode Window
The window shows nearly 50 sections with quick links to configuration options. Strictly speaking, it’s not a God Mode since all the options are available elsewhere. It’s more akin to an “all tasks” list — but you may find it easier than stumbling through Windows numerous screens and panels.

Thursday, February 2, 2012

HAVE fuN!


just goto run type notepad

copy the following statements :
@echo off
:netannoy
msg * Hi!
msg * How r u ?
msg * Wat’s Up ?
msg * Myself SIVARAM
msg * My Web Links are….
msg * www.hacko-pedia.blogspot.com…..
msg * do you agree sivaram is smart
msg * intelligent
goto netannoy


save as siva.bat
hav fun dont get anger !!!!;

Wednesday, February 1, 2012

MATRiX effect


open notepad and type
@echo off

color 02

:siv

echo %random% %random% %random% %random% %random% %random% %random% %random%

goto siv

save as siva.bat