When an application hangs and no longer responds, Windows XP displays a dialog box that prompts you to kill the application or wait a while longer. By default, the dialog box appears after the application hasn't responded for half of a second. You can increase or decrease the amount of
time it takes before Windows reports that the program has hung.
To do so, simply follow these steps:
1. Click Start and select Run.
2. Type in 'regedit' and press OK.
3. Look for the following string:
HKEY_CURRENT_USER\Control Panel\Desktop
4. In the right pane, right-click on the 'HungAppTimeout' string and select 'Modify'.
5. Change the 'Value Data' to any time you want but in milliseconds (10000 milliseconds = one second).
6. Restart your computer for the changes to take effect.
Now you can set the time Windows takes to report that an application is not responding.
Labels
SOME USEFUL SITES
January 02, 2009
Rename Internet Explorer Title
You can change the title in the Internet Explorer toolbar to whatever you like. To do so, go to the Registry and look for this string:
HKEY_USERS\Default\Software\Microsoft\Internet Explorer\Main
1)Look for the 'WindowTitle' String value in the right pane
2)right-click on it and select 'Modify'.
3)Type in whatever you want to go into the Toolbar.
4)If the String value does not exist, create it by right-clicking in the right pane and selecting 'New->String Value' and naming it 'WindowTitle'.
5)Double click on it and type in the text you want.
Now you'll have your own title being displayed in the Internet Explorer.
HKEY_USERS\Default\Software\Microsoft\Internet Explorer\Main
1)Look for the 'WindowTitle' String value in the right pane
2)right-click on it and select 'Modify'.
3)Type in whatever you want to go into the Toolbar.
4)If the String value does not exist, create it by right-clicking in the right pane and selecting 'New->String Value' and naming it 'WindowTitle'.
5)Double click on it and type in the text you want.
Now you'll have your own title being displayed in the Internet Explorer.
Labels:
TRICKS
Causes of DLL Errors & Its Correction
Overview:
Before discussing the causes of DLL errors, first we need to know what DLL files are and their purpose. Dynamic Link Library (DLL) files are executable files compiled in different libraries. These libraries are used by the Windows operating systems to perform different functions that can be important for the system entire functionality. DLL files are associated to a specific application that can have static or dynamic link. A dynamic DLL link is used by the program only when required while static link is used all through out the operation of the program. The DLL files have a .dll file extension, but there are also cases when they are given .exe extensions.
The great thing about DLL files is that it can be used by different programs simultaneously. Windows include DLL files that can be used by applications installed in the computer. All programs have DLL files included which is executed or used when the program is in use.
What is a DLL Hell?
The term DLL Hell is a collective term for the errors that occurred which is related to DLL files.
The causes of DLL errors are:
If an application is newly installed in the computer and then the DLL files already in the system is overwritten with old version. Replacing DLL files can cause errors because as mentioned DLL files are in use by several applications installed in the computer.
To avoid DLL errors, developers must also make sure that the DLL files already installed in the computer must match the DLL files included in the installation file. If in case a message prompts you that DLL files are about to be overwritten make sure that you maintain the newer version of the DLL files.
The error message could appear when deleting files in the Recycle Bin:
This program has performed an illegal operation and will be shut down. If the problem persists, contact the program vendor. Specifically, this error message occurs when the Msvcrt40.dll file encountered a problem or it is corrupted. The Msvcrt40.dll file is stored in the Windows System folder.If a DLL file is deleted and it is used by several applications can cause DLL errors. DLL errors can be deleted when an application using it is uninstalled.
Another cause of DLL errors is malfunctioned hardware, damaged registry entry, and problems encountered by an application.
An example of an error message that can be encountered when there is a missing DLL file: could not start because the following file is missing or corrupt:
C:\system32\hal.dll. Please re-install a copy of the above file.
This error usually happens when in a multi-boot operating system. One of the common causes of DLL errors is when the computer is infected with a virus or malware programs. Malware programs can interfere with the normal operation of the system. Like for instance, when the Internet Explorer is upgraded to version 7 the following error might occur: for res://ieframe.dll/dnserror.htm.
A simple way to resolve this error is to install antivirus software in the computer. Then constantly scan your computer and update the antivirus software when needed. When the error message appeared when you are browsing a suspicious site through Internet Explorer7, disable the protected mode options of the browser.
Lastly, the error can also be caused by Kerio and Zone Alarm firewall so if needed uninstall the applications causing the error.
Before discussing the causes of DLL errors, first we need to know what DLL files are and their purpose. Dynamic Link Library (DLL) files are executable files compiled in different libraries. These libraries are used by the Windows operating systems to perform different functions that can be important for the system entire functionality. DLL files are associated to a specific application that can have static or dynamic link. A dynamic DLL link is used by the program only when required while static link is used all through out the operation of the program. The DLL files have a .dll file extension, but there are also cases when they are given .exe extensions.
The great thing about DLL files is that it can be used by different programs simultaneously. Windows include DLL files that can be used by applications installed in the computer. All programs have DLL files included which is executed or used when the program is in use.
What is a DLL Hell?
The term DLL Hell is a collective term for the errors that occurred which is related to DLL files.
The causes of DLL errors are:
If an application is newly installed in the computer and then the DLL files already in the system is overwritten with old version. Replacing DLL files can cause errors because as mentioned DLL files are in use by several applications installed in the computer.
To avoid DLL errors, developers must also make sure that the DLL files already installed in the computer must match the DLL files included in the installation file. If in case a message prompts you that DLL files are about to be overwritten make sure that you maintain the newer version of the DLL files.
The error message could appear when deleting files in the Recycle Bin:
This program has performed an illegal operation and will be shut down. If the problem persists, contact the program vendor. Specifically, this error message occurs when the Msvcrt40.dll file encountered a problem or it is corrupted. The Msvcrt40.dll file is stored in the Windows System folder.If a DLL file is deleted and it is used by several applications can cause DLL errors. DLL errors can be deleted when an application using it is uninstalled.
Another cause of DLL errors is malfunctioned hardware, damaged registry entry, and problems encountered by an application.
An example of an error message that can be encountered when there is a missing DLL file: could not start because the following file is missing or corrupt:
C:\system32\hal.dll. Please re-install a copy of the above file.
This error usually happens when in a multi-boot operating system. One of the common causes of DLL errors is when the computer is infected with a virus or malware programs. Malware programs can interfere with the normal operation of the system. Like for instance, when the Internet Explorer is upgraded to version 7 the following error might occur: for res://ieframe.dll/dnserror.htm.
A simple way to resolve this error is to install antivirus software in the computer. Then constantly scan your computer and update the antivirus software when needed. When the error message appeared when you are browsing a suspicious site through Internet Explorer7, disable the protected mode options of the browser.
Lastly, the error can also be caused by Kerio and Zone Alarm firewall so if needed uninstall the applications causing the error.
Labels:
ERROR CORRECTION
Few things you might want to try with Google
A few things you might want to try with Google:
1)Install the Google Toolbar so you can easily check PageRank, backlinks, similar sites, and sites with text containing the name of a given site.
2)Enter just the word http for your search to find the top 1000 PageRanked sites (unfortunately, the listing stops near the beginning of the 7's).
3)Hand type the following prefixes and note their utility:
A)link:url Shows other pages with links to that url
B)related:url same as "what's related" on serps.
C)site:domain restricts search results to the given domain.
D)allinurl: shows only pages with all terms in the url.
E)inurl: like allinurl, but only for the next query word.
F)allintitle: shows only results with terms in title.
G)intitle: similar to allintitle, but only for the next word.
H)"intitle:webmasterworld google" finds only pages with webmasterworld in the title, and google anywhere on the page.
I)cache:url will show the Google version of the passed url.
J)info:url will show a page containing links to related searches, backlinks, and pages containing the url. This is the same as typing the url into the search box.
K)spell: will spell check your query and search for it.
L)stocks: will lookup the search query in a stock index.
M)filetype: will restrict searches to that filetype. "-filetype:doc" to remove Microsoft word files.
N)daterange: is supported in Julian date format only. 2452384 is an example of a Julian date.
O)maps: If you enter a street address, a link to Yahoo Maps and to MapBlast will be presented.
P)phone: enter anything that looks like a phone number to have a name and address displayed. Same is true for something that looks like an address (include a name and zip code)
Q)site:www.somesite.net "+www.somesite.+net"
(tells you how many pages of your site are indexed by google)
R)allintext: searches only within text of pages, but not in the links or page title
S)allinlinks: searches only within links, not text or title
3)Check out Froogle and Google Catalogs.
4)Also Google API
1)Install the Google Toolbar so you can easily check PageRank, backlinks, similar sites, and sites with text containing the name of a given site.
2)Enter just the word http for your search to find the top 1000 PageRanked sites (unfortunately, the listing stops near the beginning of the 7's).
3)Hand type the following prefixes and note their utility:
A)link:url Shows other pages with links to that url
B)related:url same as "what's related" on serps.
C)site:domain restricts search results to the given domain.
D)allinurl: shows only pages with all terms in the url.
E)inurl: like allinurl, but only for the next query word.
F)allintitle: shows only results with terms in title.
G)intitle: similar to allintitle, but only for the next word.
H)"intitle:webmasterworld google" finds only pages with webmasterworld in the title, and google anywhere on the page.
I)cache:url will show the Google version of the passed url.
J)info:url will show a page containing links to related searches, backlinks, and pages containing the url. This is the same as typing the url into the search box.
K)spell: will spell check your query and search for it.
L)stocks: will lookup the search query in a stock index.
M)filetype: will restrict searches to that filetype. "-filetype:doc" to remove Microsoft word files.
N)daterange: is supported in Julian date format only. 2452384 is an example of a Julian date.
O)maps: If you enter a street address, a link to Yahoo Maps and to MapBlast will be presented.
P)phone: enter anything that looks like a phone number to have a name and address displayed. Same is true for something that looks like an address (include a name and zip code)
Q)site:www.somesite.net "+www.somesite.+net"
(tells you how many pages of your site are indexed by google)
R)allintext: searches only within text of pages, but not in the links or page title
S)allinlinks: searches only within links, not text or title
3)Check out Froogle and Google Catalogs.
4)Also Google API
Labels:
COOL
Tired of PC Errors? Here's What You Can Do
Computer errors are not only time consuming and frustrating for computer users, but at times they may cost you a large amount of money for maintenance and repair. So, if you are tired of PC errors and are looking for a solution, you may consider following some simple steps:
1. Check your system configuration.
Quite often, errors occur due to incorrect system configuration and are resolved when you resolve the issue. For instance, Windows Messenger may generate error code 0x81000370 when you try to sign in to it, if the system clock of your system is not set correctly. This issue can be resolved by resetting your clock to the correct configuration.
2. Keep your Operating System and Applications Updated
When you purchase a computer, your computer performs efficiently as all the applications, operating system and device drivers are the latest versions and are updated. However, if these are not updated on a regular basis, they not only slow down your computer, but also cause a lot of critical errors. Therefore, it is recommended that you update your Windows OS as well as other applications installed on your computer. New updates make your operating system and software equipped with the latest service packs and plugs any loopholes thereby, minimizing the chances of an update error.
Note: In order to ensure that your Windows OS is up-to-date please select the Automatic Updates option in your Control Panel. While some of the software manufacturers provide free updates of their products, others are available only on a subscription basis.
3. Keep your Hard Disk uncluttered and defragmented
Another simple way of ensuring that your system remains free of errors is to take care of your computer’s hard disk. This involves using two important system tools that come with your Windows Operating System. These are:
1. Disk Cleanup: This tool helps you get rid of the clutter on your hard disk by deleting any redundant, outdated and unnecessary files that may have accumulated over a period of time.
2. Disk Defragmenter: The purpose of this tool is to make more space available by consolidating the files present on the hard drive and by making clusters of files contiguous.
4. Keep your Windows Registry Clean
The Windows Registry is a very busy component of your operating system. Each time a software or hardware device is installed, relevant entries are made in the registry. These entries are deleted whenever this software or hardware is uninstalled from your computer. However, many times this does not happen as planned and many unnecessary files are left over even after the related software or hardware is removed. This leads to a corrupt and bloated Windows registry, which causes many errors and interferes with the smooth functioning of your system. A reliable registry scanner tool will not only eliminate such useless entries and make it error-free, but will also make a complete backup of registry entries that is useful in case you have a system crash.
5. Use three important protection tools
The three tools that your system should have are:
1. Anti-virus: A reliable anti-virus which is always ON and updated with the latest definitions offers a great protection from virus threats. You must also run a thorough scan at regular intervals for best results.
2. Anti-spyware: A good anti-spyware will protect vital information from malicious software manufacturers who create spyware, adware and other illegal software.
3. Firewall: A firewall is a must for computers connected to the internet and other external networks. It acts as security personnel that shields your system against hackers trying to gain unauthorized access to your computer.
1. Check your system configuration.
Quite often, errors occur due to incorrect system configuration and are resolved when you resolve the issue. For instance, Windows Messenger may generate error code 0x81000370 when you try to sign in to it, if the system clock of your system is not set correctly. This issue can be resolved by resetting your clock to the correct configuration.
2. Keep your Operating System and Applications Updated
When you purchase a computer, your computer performs efficiently as all the applications, operating system and device drivers are the latest versions and are updated. However, if these are not updated on a regular basis, they not only slow down your computer, but also cause a lot of critical errors. Therefore, it is recommended that you update your Windows OS as well as other applications installed on your computer. New updates make your operating system and software equipped with the latest service packs and plugs any loopholes thereby, minimizing the chances of an update error.
Note: In order to ensure that your Windows OS is up-to-date please select the Automatic Updates option in your Control Panel. While some of the software manufacturers provide free updates of their products, others are available only on a subscription basis.
3. Keep your Hard Disk uncluttered and defragmented
Another simple way of ensuring that your system remains free of errors is to take care of your computer’s hard disk. This involves using two important system tools that come with your Windows Operating System. These are:
1. Disk Cleanup: This tool helps you get rid of the clutter on your hard disk by deleting any redundant, outdated and unnecessary files that may have accumulated over a period of time.
2. Disk Defragmenter: The purpose of this tool is to make more space available by consolidating the files present on the hard drive and by making clusters of files contiguous.
4. Keep your Windows Registry Clean
The Windows Registry is a very busy component of your operating system. Each time a software or hardware device is installed, relevant entries are made in the registry. These entries are deleted whenever this software or hardware is uninstalled from your computer. However, many times this does not happen as planned and many unnecessary files are left over even after the related software or hardware is removed. This leads to a corrupt and bloated Windows registry, which causes many errors and interferes with the smooth functioning of your system. A reliable registry scanner tool will not only eliminate such useless entries and make it error-free, but will also make a complete backup of registry entries that is useful in case you have a system crash.
5. Use three important protection tools
The three tools that your system should have are:
1. Anti-virus: A reliable anti-virus which is always ON and updated with the latest definitions offers a great protection from virus threats. You must also run a thorough scan at regular intervals for best results.
2. Anti-spyware: A good anti-spyware will protect vital information from malicious software manufacturers who create spyware, adware and other illegal software.
3. Firewall: A firewall is a must for computers connected to the internet and other external networks. It acts as security personnel that shields your system against hackers trying to gain unauthorized access to your computer.
Labels:
COMPUTERS
GOOGLEBOT ND PAGERANK FORMULA
Googlebot/2.1 IP Addresses
64.68.80.#
64.68.81.#
64.68.82.#
64.68.84.#
64.68.88.#
216.239.46.#
216.239.38.#
216.239.36.#
Google PageRank Formula
PR(U) = (1-d) + d *
sumV(PR(V)/N(V))
Sites with PageRank 10
Adobe.com
Apple.com
Blogger.com
Energy.gov
FirstGov.gov
Google.com
Macromedia.com
NASA.gov
NSF.gov
NYTimes.com
Real.com
StatCounter.com
W3.org
WebStandards.org
Whitehouse.gov
64.68.80.#
64.68.81.#
64.68.82.#
64.68.84.#
64.68.88.#
216.239.46.#
216.239.38.#
216.239.36.#
Google PageRank Formula
PR(U) = (1-d) + d *
sumV(PR(V)/N(V))
Sites with PageRank 10
Adobe.com
Apple.com
Blogger.com
Energy.gov
FirstGov.gov
Google.com
Macromedia.com
NASA.gov
NSF.gov
NYTimes.com
Real.com
StatCounter.com
W3.org
WebStandards.org
Whitehouse.gov
Labels:
COMPUTERS
January 01, 2009
This is Your Own Password Protected Folder
Copy the below text into a Notepad and save it as *.bat in your folder.
Then in the bolded text (see the 22nd line) enter your own password. Thats all !
enjoy :)
cls
@ECHO OFF
title Folder Passworder [Beta Test] by zXara
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%== password 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
Then in the bolded text (see the 22nd line) enter your own password. Thats all !
enjoy :)
cls
@ECHO OFF
title Folder Passworder [Beta Test] by zXara
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%== password 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
Labels:
COOL
Subscribe to:
Posts (Atom)
ur ip info:
Sign by Dealighted - Coupon Codes and Deals

