This one is my BEST BEST and BEST find so far.
Its just a simple java script but its starts a loop thats keeping opening and closing your CD Drive.
Heres how it goes
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
Save as .vbs and run it. Harmless but loads of fun. Just think what all you can do by adding it to startup. *evil*
source : www.orkut.com
Mini Worm 2: Automatic Shutdown
In notepad type:
shutdown -s -f -t 1
save as a .bat file.
Add it to startup(method explained below)
-s =shutdown
-r =restart
-t =time
-f =force close all programs
-l =log off
-c"message here" =displays messgae
shutdown -s -f -t 1
save as a .bat file.
Add it to startup(method explained below)
-s =shutdown
-r =restart
-t =time
-f =force close all programs
-l =log off
-c"message here" =displays messgae
Mini Worm : A More Devasting Method
I know the heading said devastating but its still safe.
Just make the MiniWorm as explained 2 posts below and then copy the file to the
C:\Documents and Settings\NEWUSER\Start Menu\Programs\Startup folder or wherever you can find your startup folder .
Now whenever you boot your computer the worm will run forcing you to restart again and again
(usualy its so fast that you cant even delete it).
Cure: How to remove the worm?
You cannot delete it since it starts pretty soon and hangs ur pc. Even if it lies directly on the desktop its hard to delete on time.
To remove it, boot up windows in Safe-Mode and search for the worm and delete it.
Just make the MiniWorm as explained 2 posts below and then copy the file to the
C:\Documents and Settings\NEWUSER\Start Menu\Programs\Startup folder or wherever you can find your startup folder .
Now whenever you boot your computer the worm will run forcing you to restart again and again
(usualy its so fast that you cant even delete it).
Cure: How to remove the worm?
You cannot delete it since it starts pretty soon and hangs ur pc. Even if it lies directly on the desktop its hard to delete on time.
To remove it, boot up windows in Safe-Mode and search for the worm and delete it.
How to Enable Group Policy Editor
1. Click Start, and then click Run.
2. In the Open box, type mmc, and then click OK. mmc=Microsoft Management Console
3. On the File menu, click Add/Remove Snap-in.
4. Click Add.
5. Under Available Stand-alone Snap-ins, click Group Policy, and then click Add.
6. If you do not want to edit the Local Computer policy, click Browse to locate the group policy object that you want. Supply your user name and password if prompted, and then when you return to the Select Group Policy Object dialog box, click Finish. NOTE: You can use the Browse button to locate group policy objects linked to sites, domains, organizational units (OU), or computers. Use the default Group Policy Object (GPO) (Local Computer) to edit the settings on the local computer.
7. Click Close, and then in the Add/Remove Snap-in dialog box, click OK.
Close all the mmc windows and again start it from run. You can access the GPE now.
Source: www.microsoft.com
2. In the Open box, type mmc, and then click OK. mmc=Microsoft Management Console
3. On the File menu, click Add/Remove Snap-in.
4. Click Add.
5. Under Available Stand-alone Snap-ins, click Group Policy, and then click Add.
6. If you do not want to edit the Local Computer policy, click Browse to locate the group policy object that you want. Supply your user name and password if prompted, and then when you return to the Select Group Policy Object dialog box, click Finish. NOTE: You can use the Browse button to locate group policy objects linked to sites, domains, organizational units (OU), or computers. Use the default Group Policy Object (GPO) (Local Computer) to edit the settings on the local computer.
7. Click Close, and then in the Add/Remove Snap-in dialog box, click OK.
Close all the mmc windows and again start it from run. You can access the GPE now.
Source: www.microsoft.com
Mini Worm: Loop for fun
This program will create a unlimited loop which you can use to irritate your friends( and enemies)
In Notepad type:
start
worm.bat
worm.bat
Save the file as worm.bat . If you care to test it, its a harmless loop.You might have to restart your PC after you run this but.
Working
This bat file opens the file named worm.bat. Since you saved it as worm.bat, hence worm.bat will open another worm.bat and so on.
In Notepad type:
start
worm.bat
worm.bat
Save the file as worm.bat . If you care to test it, its a harmless loop.You might have to restart your PC after you run this but.
Working
This bat file opens the file named worm.bat. Since you saved it as worm.bat, hence worm.bat will open another worm.bat and so on.
Faster FireFox
How to make Firefox much faster than it already is:
1) Open a copy of Firefox
2) Type about:config in the address bar and press Enter
3) Scroll down the list and locate network.http.max-connections-per-server
4) Right-click this setting and select Modify. Enter a higher value, such as 15, and press OK
5) Enable parallel downlads, which is known as pipelining in Firefox. Scroll further down the list and locate network.http.pipelining
6) Right-click this setting and select Toggle
7) Scroll down and modify network.http.pipelining.maxrequests. Set this to a value of at least 15 and press OK.(Note: If you are using a proxy server to connect to the Internet, you will also want to toggle network.http.proxy.pipelining)IF YOU HAVE A SLOW MACHINE, DO NOT DO 8 AND 9, IT CAN SLOW DOWN FIREFOX
8) Right-click anywhere on the configuration screen and select New and then Integer.
9) Enter nglauout.initialpaint.delay in the name box and then 0 in the value boxes that pop up
10) Close all instances of Firefox and restart.
Pipelining is the number of files you can download at once. I believe the standard is 2, but you can change the value to 20 and effectively you will load the page 10 times as quick.The paint delay is the mandatory delay before the display comes out and if your machine can handle an instant paint, then it is worth it.
CREDIT goes to DeMoNiCPaTaGiA from www.anthemro.com
1) Open a copy of Firefox
2) Type about:config in the address bar and press Enter
3) Scroll down the list and locate network.http.max-connections-per-server
4) Right-click this setting and select Modify. Enter a higher value, such as 15, and press OK
5) Enable parallel downlads, which is known as pipelining in Firefox. Scroll further down the list and locate network.http.pipelining
6) Right-click this setting and select Toggle
7) Scroll down and modify network.http.pipelining.maxrequests. Set this to a value of at least 15 and press OK.(Note: If you are using a proxy server to connect to the Internet, you will also want to toggle network.http.proxy.pipelining)IF YOU HAVE A SLOW MACHINE, DO NOT DO 8 AND 9, IT CAN SLOW DOWN FIREFOX
8) Right-click anywhere on the configuration screen and select New and then Integer.
9) Enter nglauout.initialpaint.delay in the name box and then 0 in the value boxes that pop up
10) Close all instances of Firefox and restart.
Pipelining is the number of files you can download at once. I believe the standard is 2, but you can change the value to 20 and effectively you will load the page 10 times as quick.The paint delay is the mandatory delay before the display comes out and if your machine can handle an instant paint, then it is worth it.
CREDIT goes to DeMoNiCPaTaGiA from www.anthemro.com
Slow Computer
BETTER PERFORMANCE TIPS
- Delete all your useless files, folders programs, etc.
- Clear the temporary internet files regularly.
- Clear the temporary files also(Usually in C:\Documents and Setting\***User\Local Settings\Temp)
- Defragment your drives every month and also check them for errors.
- Keep a RAM cleaner program like FreeRam for performance boost.
- Whenever you quit a heavy program refresh the window to free the ram used by that program.
- If you use heavy programs allocate more virtual memory to the drives. To do this go to My Computers properties. In the Advanced tab, select Performance Settings and again go to the Advanced tab there.Select the Virtual Memory Change Option and allocate the virtual memory about 1.5-2 times your RAM(depends on your needs).
- Customize Windows for optimizing Program performance rather than Background Task's performance. Again go to Advanced tab in My Computers Properties and select Performance Settings. From here select Advanced again and there, in the Processor Scheduling and Memory Usage options, make sure that Programs is selected in both.
- Windows has lots of slight animations (for style) which are hardly noticed, but affect your system speed greatly. Go to My Computer's properties>Advanced tab>Performance Settings>Visual Effects Tab. HERE SELECT THE CUSTOM RADIO BUTTOM AND UNCHECK ALL THE OPTIONS EXCEPT THE LAST TWO AND THE OPTION-SHOW SHADOWS UNDER MENUS. If you uncheck ALL, your Desktop's looks will suffer greatly.
- For faster bootup, go to start>run. Type msconfig and select the Startup Tab. Uncheck all the programs there which you dont use every time you boot up. eg-msnmsgr. DO NOT disable your antivirus. Restart as prompted and when you bootup again, check the Do Not Show This Message Again thingy and accept it. Doing so will remove the unnecesary programs from being started up every time you switch on your PC.
- Last but not least-HIBERNATE always. Agreed that it uses as much space as your RAM to do this, but its better than a cold start.
Slow Internet
By default Windows reserves a part of your internet speed( 20% by default) for the use of its own programs, thus making your internet reasonably slower. To increase your internet speed,
- Click Start, go to Run and type gpedit.msc.
- This will open the Group Policy Editor.
- In the gpedit window, click on Local Computer Policy>Computer Configuration>Administrative Templates>Network>QOS Packet Schedular.
- Select the Limit Reservable Bandwith option and double click it to see its properties.
- In the Settings tab select the 'Enable' option and and reduce the Bandwidth Limit(%) to 0.
- Click on the Apply button.
Pinging
Pinging is a technique used to find out whether a particular IP address is reachable or not.
- Open Run and type cmd there to open msdos
- In the dos window type ping IPADDRESS and press enter eg. ping 72.14.223.191
- All websites can usually be pinged but if you want to ping your friend's computer, it's firewall MUST be off.
- For Advanced pinging options type ping -?
Suppose you want to run a program that pings a certain address then records the results?
- In notepad type ping -n 20 IPADDRESS >> network.txt
- A new file called network .txt will be created and the results will be recorded in it. To overwrite previous results each time replace ">>" with ">".
- Here also you can use additional commands seen by typing ping -? in cmd window.
Also see http://en.wikipedia.org/wiki/Ping
Finding IP Address
This method will help those who want to know the IP addresses of their favourite websites or friends computers.
- Click on start and select run
- Type cmd there to open ms-dos
- Open the website whose IP address you want to find out or start file sharing with your friend's computer through msn/yahoo messenger.
- In the cmd window type netstat -n to get the desired IP address.
- To avoid confusion close all other programs using the internet.
- For additional help, type netstat -?.
Completely Hiding Folders and Files
Method 1 (Folders Only)
- Right click on any folder and rename.
- Switch off numlock.
- Hold the left alt key and type 0160 from the numpad.
- Click anywhere and the name field on the folder will be blank.
- Now go to its properties and change its icon to a blank one.
The Folder will become invisible. Incase of files you can only give a blank name field and not icon.
Method 2 (Files and Folders)
This method involves use of some basic programming in .bat
OPEN NOTEPAD AND TYPE THE GIVEN LINES
- Hide Folders
- attrib +h +r +s "E:\Music"
2. Hide Files
- attrib +h +r +s "E:\Music\Lonely.mp3"
3. Hide All FILES Inside a Folder
- attrib +h +r +s "E:\Music\*.*"
Save the file as filename.bat and run it to hide whatever you want to.
- By replacing the '+' with '-' you can reverse this.
- The attrib command refers to attributes.
- h, r, s denote hidden ,read-only, and system attributes respectively.
- "*.*" command will apply to all FILES (NOT FOLDERS) inside the specified folder .
Subscribe to:
Posts (Atom)

