Web Toolbar by Wibiya

Pages

PLEASE,CLICK HERE TO SUPPORT US!! (ChetaN)

Saturday, 15 October 2011

* Batch File That Pops-up with repeating msgs

1) Open Notepad.
2) Copy the Following code into Notepad.
3) Save the File as anything.bat
4) Now This File....U will get a Different Pop-Up with repeating Msgs.....Just enjoy the trick...
5) U can also Change the messages what type of you want.
:Begin
msg * Hi
msg * Are you having fun?
msg * I am!
msg * U fool
msg * since you are stuck reading
msg * I am gonna teach you
msg * Batch Programming series
msg * Did you learn anything new
msg * and are you enjoying it
msg * if yes then do subscribe http://hackingnil.blogspot.com/
msg * to learn hacking
msg * the fastest growing ethical hacking site
msg * on net
msg * and you know what
msg * you have been hacked Bye....
GOTO BEGIN

* Remove Recycle Bin From Your Desktop :


1. Go to start, Run, Type “gpedit.msc” (Type without quotes)
2. On the left panel, under User Configuration expand the tree Administrative templates.
3. Click on the subtree desktop (single click, do not expand it)
4. On the right panel, Select the option-Remove Recycle Bin icon from desktop properties.
5. Double click the option, on the settings tab just select the option enabled, press OK & exit the window.
6. Refesh the desktop (press F5), Your Recycle Bin vanishous. If not you need to logout and then re-login.

* How to compress 1 Gb data to 10 mb


Download following Software n u can now compress 1 GB data to only 10 MB :

http://www.sourceforge.net/projects/kgbarchiver/files/KGB%20Archiver%202/2.0%20beta%202/KGB_Archiver

Thursday, 13 October 2011

* C Program without main function


#include<stdio.h>
#define decode(s,t,u,m,p,e,d) m##s##u##t
#define begin decode(a,n,i,m,a,t,e)
int begin()
{
printf("Hacking Is My Passion......“);
}