Friday, December 11, 2009

SHAKE THE FIREFOX AND INTERNET EXPLORER

javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6)



PASTE ABOVE CODE IN ADDRESS BAR AND SEE THE SHAKE

SPEED UP FIREFOX

Speed up mozilla firefox
Just follow these.....
Type "about:config" into the address bar and hit enter. Scroll down and look for the following entries:

network.http.pipelining
network.http.pipelining.maxrequests
network.http.proxy.pipelining

2. Alter the entries as follows:

Set "network.http.pipelining" to "true"
Set "network.http.proxy.pipelining" to "true"
Set "network.http.pipelining.maxrequests" to some number like 30.

3. Lastly right-click anywhere and select New>>> Integer.
Name it "nglayout.initialpaint.delay" and set its value to "0".
This value is the amount of time the browser waits before it acts on information it receives.
WEB PAGES WILL BE MUCH FASTER NOW...!!!!!!!!
WORKS REAL SMOOTH.......

Make the hard drive inaccessible


when double clicked on this drive an error message will open saying it is inaccessible .This is an alternate to hiding a drive and making it inaccisible. Here's how u do that :

Go to the registry editor and navigate to the following place :
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
In the right hand pane for the Explorer key, create a new "DWORD" value named ViewNoDrive

Double click the new value and enter it as .......
for hiding A drive set value as 1 , for B its 2 and C its 4 and so on and for Z its 33554432
generally multiply it by 2 for the next alphabet to hide

Once done, reboot or log off and login in again. Then try double clicking the drive you made inaccessible.

You should receive a message stating that the drive cannot be accessed

Chat with your friends through MS-DOS

1. All you need is your friends IP address and your Command Prompt.
2. Open your notepad and write this code as it is.................. I would prefer you to copy this !

@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A

3. Now save this as "Messenger.Bat".
4. Drag this file (.bat file)over to Command Prompt and press enter!
5. You would then see some thing like this:

MESSENGER
User:

6. After "User" type the IP address of the computer you want to contact.

How to Empty My Recent Documents Automatically on Log off?

All the files you open will be stored in your user profile in a hidden folder named My Recent Documents. This is really annoying and a treat to our privacy! We can make this folder auto cleared on log off using a single registry change.

1. Click Start > Run > Type in regedit

2. In the Registry editor navigate to the following key.

HKEY_Current_User > Software > Microsoft > Windows > CurrentVersion > Policies > Explorer

3. Right click on the Right Pane > New > Dword Value & name it as ClearRecentDocsOnExit .

4. Double Click on it & set the value to 1 .

This will clear the My Recent Documents Folder automatically on log off.

To Revert back either delete the Dword value or set the value to 0.