Via: pcpundit
You really don’t need to tweak your browser in case you are using Firefox because it is a browser which has been specially designed for optimized and fast browsing but if you can make it even a little more fast that would certainly be a treat for you. Likewise there is a trick to make Internet Explorer 6 fast too. Browsers are designed to work with fast connections but with this trick even dial-up users can experience fast and smooth browsing.
Optimize Firefox and IE Browsing Speed
I shall be teaching you two tricks which work separately on Firefox and Internet Explorer. It doesn’t require you to be some expert rather all you have to do is change some registry values and you are done. I have also included a video tutorial for those who want to see it step by step visually. This is perhaps one of the oldest tricks to optimize Firefox and IE but it still works great.
Trick to Increase Firefox Speed
1. Open firefox and in the address bar write about:config and press enter
2. Double click network.http.pipelining and set it to True
3. Double click network.http.pipelining.maxrequests and set value to 10 from 4
4. Right click and create a new string nglayout.initialpaint.delay and set its value to 0
You are done. Enjoy lightning fast Firefox browsing and now for IE.
Trick to Increase Internet Explorer Speed
1. Go to Start –> Run and type regedit
2. Select HKEY_CURRENT_USER –> Software –> Microsoft –> Windows –> Current Version –> Internet Settings
3. Increase the values (DECIMAL) from default to a higher value e.g. 10
See the difference in speed of IE
Don’t forget to apply this tweak and share your thoughts if the magics work and don’t forget to bookmark this post too. :-D
Laptop-Computers Headline Animator
Trick To Increase Browsing Speed for IE and Firefox
Posted by
ADMIN
at
Tuesday, January 08, 2008
0
comments
Labels: browser, Desktop Computer, laptop, PC, Trick To Increase Browsing Speed for IE and Firefox, Useful Tips
Speed up Firefox without Re-Installation
pcpundit:
Problem: You cannot imagine life without Firefox but over time, your favorite browser keeps getting slower and slower.
Not only is it slow, Firefox sometimes hangs for no reason, consumes a large amount of memory and CPU usage can climb to 90% or more when you have multiple tabs open simultaneously.
You have uninstalled most of the extensions and toolbars, deleted all the cookies and internet temporary files, cleared up the file download queue and disabled the background check for software updates - but none of this has helped you speed-up Firefox.
Solution: This is a common problem especially if you have been running Firefox for some time - I don't know why Firefox slows down but here's a small trick to rejuvenate the aged copy of Firefox without doing a fresh install.
Step 1: Start Firefox and export your bookmarks as a file on your hard-drive (we'll need them later).
Step 2: Type firefox.exe - P in the Run box of Windows. (see screenshot)
Step 3: Click the Create Profile button without making any modifications to your existing profile (which is normally called "default")
Yes, there won't be any old Firefox add-ons in the new profile but the browser will be extremely quick and won't hog the CPU - just the way you want Firefox to run on your computer.
And if you ever need to revert to the old profile, just type Firefox -P again and click the old profile. Nothing is lost.
Posted by
ADMIN
at
Tuesday, January 08, 2008
0
comments
Labels: browser, Desktop Computer, laptop, PC, Speed up firefox, Useful Tips
Cleaning up XP Junk Via Batch
pcpundit:
Clean up your system TEMP, RECENT, HISTORY, TEMPORARY INTERNET FILES, & PREFETCH files Via a simple Batch File
Copy This Coding To Notepad And save it as Cleanup.bat
Please Note ALWAYS RUN THIS FILE FROM SYSTEM DESKTOP
**********
@echo Off
@Title Ghost Nt Cleaning System File
@
@cd\
@
Echo. Cleaning Prefetch Files
@cd %windir%\prefetch
@del /s /q *.* |echo. >nul
@cd\
Echo. Cleaning Temprory Files
@cd %USERPROFILE%\Local Settings\Temporary Internet Files
@del /f /s /q /a s *.* |echo. >nul
@cd..
@rd /s /q Temp |echo. >nul
@rd /s /q History |echo. >nul
@@MD Temp
@cd\
@del /s /q *.tmp
@
@cd %USERPROFILE%\Recent
@del /s /q *.* |echo. >nul
Echo. Please Wait More For Last Cleanup
@del /s /q *.chk |echo. >nul
@
Echo. Cleanup Sucessfull
Posted by
ADMIN
at
Tuesday, January 08, 2008
0
comments
Labels: Clean up your system TEMP, Desktop Computer, HISTORY, laptop, PC, RECENT, TEMPORARY INTERNET FILES, Useful Tips
Speed up the Start Menu
Sourced From:
The default speed of the Start Menu is pretty slow, but you can fix that by editing a Registry Key.
Fire up the Registry Editor and navigate to the following key:
HKEY_CURRENT_USER \ Control Panel \ Desktop \ MenuShowDelay
By default, the value is 400.
Change this to a smaller value, such as 0, to speed it up
Posted by
ADMIN
at
Tuesday, January 08, 2008
0
comments
Labels: Desktop Computer, laptop, PC, Speed up the Start Menu, Useful Tips
Turn Off Hibernation save space in your computer
Source:
Hibernation is a feature that allows your system to shut down quickly and save everything that is open in the RAM to be stored on the hard drive until the computer is powered on again.
XP and 2000 use a file called hiberfil.sys to save everything it needs when they go go into hibernation. If you never use the hibernate function, you can turn it off.
When this feature is disabled, the hiberfil.sys file is deleted. This can free up the as much disk space as the amount of ram that you computer has. For example, if you have 1GB of RAM, you could be freeing up to 1GB of hard drive space.
In XP, go to Control Panel > Power Options > Hibernation and uncheck / Enable hibernation.
In 2000, go to Control Panel > Power Options > Hibernate / tab and uncheck / Enable hibernate support.
If you should want to re-enable hibernation, go back in and check / Enable hibernation in XP or Enable hibernate support in 2000.
Posted by
ADMIN
at
Tuesday, January 08, 2008
0
comments
Labels: Desktop Computer, Hibernation, laptop, PC, Save space in Computer, Useful Tips
Disable Indexing Service and Use a Better Substitute
Source:
In order to search through a hard drive faster, XP keeps a record of all files on the hard drive.
It sounds useful, but if you use Windows' search tool infrequently, the indexing service just constantly runs in the background without being taken advantage of and used.
Indexing can slow down actions as simple as opening or closing files. To disable this service, go to Start > Run and type services.msc. Double click "Indexing Services" and set the startup type to "Disabled".
If you want to search, there is a freeware program called Locate that can index 400GB of data in under 2 minutes and can perform instant searches.
File > Update Databases re-indexes all your drives, in case you miss where the indexing option is located. You should only re-index before a search. This way, system resources are used only when you actually need to perform a search.
In addition, you can use Task Scheduler (a.k.a. Scheduled Tasks) to run the shortcut named "Updtdb32" in place of using the "Update Database" option manually within the program.
For example, have the task run daily at a time you are not usually at your computer, such as early in the morning.
So, all the files that had been added, moved and changed from the previous day can be indexed. If you have this re-indexing task done daily, it only takes a few seconds each time it is done.
You can get to the task scheduler by going to Start > Run. Type %systemroot%Tasks, and hit enter. Double click on "Add Scheduled Task" and the wizard will help take you through the process of setting up a scheduled task.
Make sure you hit "Browse" when asked for what application you want to be run. Navigate to the folder where you have the "Updtdb32" shortcut. Other than that, creating the scheduled task should be fairly self-explanatory, thanks to the wizard.
You can also download the tool here.
Posted by
ADMIN
at
Tuesday, January 08, 2008
0
comments
Labels: Alternate software, Desktop Computer, Disable Indexing, laptop, PC, Search Option, Substitute, Useful Tips
Hide a Drive in your Laptop or Computer
Source:
If you don’t want other users stumbling over a drive while browsing the computer through Explorer, this tweak may help out.
Although this tweak will render the drive invisible in Windows Explorer, it will still be accessible through Windows’ search utility, as well as other third-party file managing applications.
Microsoft Office applications will also be able to access the cloaked drive with no problem.
To cloak a drive, open up regedit and go to HKEY_CURRENT_USER/Software/Microsoft/Windows/
CurrentVersion/Policies/Explorer.
Create/modify the DWORD value “NoDrives” to match a corresponding drive letter you wish to hide.
A: 1; B: 2; C: 4; D: 8; E: 16; F: 32; G: 64; H: 128; I: 256; J: 512; etc. To hide multiple drives, just add the values together and enter the sum as the value for the DWORD value “NoDrives”.
To hide all the drives, just enter the value 67108863.
Hope it is useful for u..
Posted by
ADMIN
at
Tuesday, January 08, 2008
0
comments
Labels: Desktop Computer, Hide a Drive, laptop, PC, Useful Tips
Strong passwords: How to create and use them
The passwords are the keys we use to access personal information that we've stored on our computer and in our online accounts.
What makes a strong password?
To an attacker, a strong password should appear to be a random string of characters. The following criteria can help our passwords do so:
Make it lengthy
Each character that we add to our password increases the protection that it provides many times over.
The passwords should be 8 or more characters in length; 14 characters or longer is ideal.
Many systems also support use of the space bar in passwords, so we can create a phrase made of many words (a "pass phrase"). A pass phrase is often easier to remember than a simple password, as well as longer and harder to guess.
Combine letters, numbers, and symbols
The greater variety of characters that we have in our password, the harder it is to guess. Other important specifics include:
Use words and phrases that are easy for US to remember, but difficult for others to guess.
The easiest way to remember our passwords and pass phrases is to write them down.
Contrary to popular belief, there is nothing wrong with writing passwords down, but they need to be adequately protected in order to remain secure and effective.
In general, passwords written on a piece of paper are more difficult to compromise across the Internet than a password manager, Web site, or other software-based storage tool, such as password managers.
E.g.: Password
Name: Jack, DOB: 03/04/1984, Complexion: Wheatish
Password: jK4891Wheat$
Phrase: I like You.
Password: I2L1kU
Source: Internet
Posted by
ADMIN
at
Monday, January 07, 2008
0
comments
Labels: Computer, laptop, security, Strong passwords: How to create and use them, Useful Tips