Kerala's Business Portal  
Home Movies Matrimonial Classifieds Jokes Photo Gallery Free Hosting Free Mail
 ProfileProfile     SearchSearch     RegisterRegister 
 Photo Gallery   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Tips and Tricks
Goto page Previous  1, 2, 3 ... 12, 13, 14, 15  Next
 
Post new topic   Reply to topic    BizHat.com Forum Index -> General Computer Forum
Author Message
tuluvaguy
BizHat Geek
BizHat Geek


Joined: 22 Jan 2006
Posts: 724
Location: Press F13 to find the location

PostPosted: Thu May 25, 2006 11:00 am    Post subject: Reply with quote

Define a logical value for System Cache

Depending upon how you intend to use your computer (like a workstation or server ), it may make sense to set the system cache. Open registry by going to START-RUN and entering regedit. Navigate to [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] . In this look for value of "LargeSystemCache". If available, do one of the following:
If intention is to use the computer like a workstation, set its value to 0.
If intention is to use the computer like a server, set its value to 1.
Back to top
tuluvaguy
BizHat Geek
BizHat Geek


Joined: 22 Jan 2006
Posts: 724
Location: Press F13 to find the location

PostPosted: Thu May 25, 2006 11:02 am    Post subject: Reply with quote

Control parsing of autoexec.bat


In Window 3.1 autoexec.bat was one of the few choices of executing any app at boot time. But its importance has gradually thinned. It is still supported but you can pretty much do without it for most part. If you do not need to parse the autoexec.bat (there may not be anything in it anyway !), you can tell Windows XP to do that. Open registry by going to START-RUN and entering regedit. Navigate to [HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Winlogon] . In this look for value of "ParseAutoexec". If available, do one of the following:
If you want to disable parsing of autoexec.bat, set its value to 0.
If you want to enable parsing of autoexec.bat, set its value to 1.
Back to top
tuluvaguy
BizHat Geek
BizHat Geek


Joined: 22 Jan 2006
Posts: 724
Location: Press F13 to find the location

PostPosted: Thu May 25, 2006 11:04 am    Post subject: Reply with quote

Disable default capability of Windows XP to open the compressed/zipped folder

I am comfortable with the default capability that Windows XP provides to unzip the zipped/compressed files/folders. But if you are used to winzip/pkzip or any other third vendor software, it may make sense to avoid confusion by disabling default unzipper code in windows. To do this go to START-RUN and entering "regsvr32 /u zipfldr.dll" (without quotes). To enable it go to START-RUN and entering "regsvr32 zipfldr.dll" (without quotes).
Back to top
tuluvaguy
BizHat Geek
BizHat Geek


Joined: 22 Jan 2006
Posts: 724
Location: Press F13 to find the location

PostPosted: Thu May 25, 2006 11:05 am    Post subject: Reply with quote

Automatically kill non-responding application at shutdown

Remember this ! It happens to all of us invariably sometime or the other no matter what you do. Don't you hate waiting for those extra seconds and then simply responding yes to the windows query. Well you have a remedy. You can tell Windows XP to automatically close all non responding windows. Open registry by going to START-RUN and entering regedit. Navigate to [HKEY_USERS\.DEFAULT\Control Panel\Desktopn] . In this look for value of "AutoEndTasks". If available, do one of the following:
If you want to enable automatic killing of non responding tasks, set its value to 1. To disable it set it back to 0.
Back to top
tuluvaguy
BizHat Geek
BizHat Geek


Joined: 22 Jan 2006
Posts: 724
Location: Press F13 to find the location

PostPosted: Thu May 25, 2006 11:06 am    Post subject: Reply with quote

Improve Shutdown. Lets not save your active session's settings on exit


If you Don't care which windows app was located where when you are shutting down the system, this tip may in fact help improve the shutdown time a bit (a bit not too much)..Simply inform windows not to save the settings at exit time. To do this , open registry by going to START-RUN and entering regedit. Navigate to [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] . In this look for value of "NoSaveSettings". If available, do one of the following:
If you want to enable no save on exit, set its value to 1 else to save on exit. set it back to 0.
Back to top
tuluvaguy
BizHat Geek
BizHat Geek


Joined: 22 Jan 2006
Posts: 724
Location: Press F13 to find the location

PostPosted: Thu May 25, 2006 11:08 am    Post subject: Reply with quote

Disable use of Win key

I am not sure why you would ever want to do this except probably if you do not have a windows enabled keyboard but here is the tip anyway (tip for the sack of tip !!!!). To disable use of Win key, open registry by going to START-RUN and entering regedit. Navigate to [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout] . In this look for value of "Scancode Map". Its binary data so be extra careful:
Set its value to "00 00 00 00 00 00 00 00 03 00 00 00 00 00 5B E0 00 00 5C E0 00 00 00 00" to disable the win key.
Back to top
tuluvaguy
BizHat Geek
BizHat Geek


Joined: 22 Jan 2006
Posts: 724
Location: Press F13 to find the location

PostPosted: Thu May 25, 2006 11:09 am    Post subject: Reply with quote

AutoReboot whenever Windows XP experiences BSOD (Blue Screen of Death!)

Since Windows XP is touted as most reliable Windows XP ever, you do not need this trick!. Well I am somewhat kidding. There is nothing in this world that is foolproof. I have faced this twice so far. To make windows reboot instead of producing the cryptic dump, open registry by going to START-RUN and entering regedit. Navigate to [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl] . In this look for value of "AutoReboot". Setting its value to 1 will activate Autoreboot. By default this is the value on my system but just in case if you have a 0,set it to 1.
Back to top
tuluvaguy
BizHat Geek
BizHat Geek


Joined: 22 Jan 2006
Posts: 724
Location: Press F13 to find the location

PostPosted: Thu May 25, 2006 11:10 am    Post subject: Reply with quote

Laptop/portable computer users ! Undock without logon

I read about this over the Internet. This would allow you to undock without logging on to Window XP.To do this, open registry by going to START-RUN and entering regedit. Navigate to [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] . In this look for value of "UndockWithoutLogon". Setting its value to 1 to enable it or 0 to disable it.
Back to top
tuluvaguy
BizHat Geek
BizHat Geek


Joined: 22 Jan 2006
Posts: 724
Location: Press F13 to find the location

PostPosted: Thu May 25, 2006 11:11 am    Post subject: Reply with quote

Selectively clean the history of START-RUN list


If you have not cleaned the RUN entries for a while or you choose not to, you would have a list of them.If you want to selectively delete the entries do this.Open registry by going to START-RUN and entering regedit. Navigate to [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU] . In this look for various entries on right pane. You can choose what you want to delete and simply delete it. Or you can clear all command lines as well.
Back to top
tuluvaguy
BizHat Geek
BizHat Geek


Joined: 22 Jan 2006
Posts: 724
Location: Press F13 to find the location

PostPosted: Thu May 25, 2006 11:13 am    Post subject: Reply with quote

Customize task bar grouping

This is a customizing tip. If you want to change the default number of grouping in task bar do this.Open registry by going to START-RUN and entering regedit. Navigate to [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] . In this look for value of "TaskbarGroupSize". You can set it to any value you want. Default is 3.
Back to top
tuluvaguy
BizHat Geek
BizHat Geek


Joined: 22 Jan 2006
Posts: 724
Location: Press F13 to find the location

PostPosted: Thu May 25, 2006 11:15 am    Post subject: Reply with quote

Activate Automatic Boot Disk Optimization

To activate automatic boot disk optimization, do this.Open registry by going to START-RUN and entering regedit. Navigate to [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction] . In this look for value of "Enable". You can set its value to "Y" to enable it.
Back to top
tuluvaguy
BizHat Geek
BizHat Geek


Joined: 22 Jan 2006
Posts: 724
Location: Press F13 to find the location

PostPosted: Thu May 25, 2006 11:17 am    Post subject: Reply with quote

Restrict certain users from running an application

You can selectively restrict access to few apps and file names. To do this, open registry by going to START-RUN and entering regedit. Navigate to [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion \Policies\Explorer] and a sub-key by the name "DisallowRun". Within this key, add many string keys you like each mapped to an application or file that you want to be restricted.
Back to top
tuluvaguy
BizHat Geek
BizHat Geek


Joined: 22 Jan 2006
Posts: 724
Location: Press F13 to find the location

PostPosted: Thu May 25, 2006 11:18 am    Post subject: Reply with quote

Do not let Regedit remember last changed key

You'll need to be in the admin account, or yours must have admin privileges.

In regedit, navigate to [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit] and look for the value LastKey. Double-click it and clear the string. Then right-click the Regedit key (in the left-hand pane) and select Permissions. Set Permissions to Deny for any/all users/group. IMPORTANT DISCLAIMER: Before doing anything with registry, It is very important that you take a backup of registry by exporting it. Remember even a minor mistake in registry could render your system unusable or will cause it to stop or crash. XPTOOLS is not responsible for any such damage that may occur directly or indirectly as a result of your applying these changes. Don't try it if you are not sure. Use at your own risk
Back to top
tuluvaguy
BizHat Geek
BizHat Geek


Joined: 22 Jan 2006
Posts: 724
Location: Press F13 to find the location

PostPosted: Thu May 25, 2006 11:19 am    Post subject: Reply with quote

How to use program aliases ?


You can use program aliases to run actual program. Well there are ways to hide actual program name. Not sure what's the good use for this tip but here it is anyway

In regedit, navigate to [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths]. To create a new alias, create a sub-key, and call it the name of the alias you wish to create. Then modify the Default value of the sub-key to equal the fully qualified path and filename of the application you want to be launched.
Back to top
tuluvaguy
BizHat Geek
BizHat Geek


Joined: 22 Jan 2006
Posts: 724
Location: Press F13 to find the location

PostPosted: Thu May 25, 2006 11:21 am    Post subject: Reply with quote

Change alignment of Start Menu panel.

This is a customizing tip. If you have noticed, START MENU PANEL has all the entries aligned to left. Well that's not a cause of concern but may be you are one of those who want it to be the other way, say you want it to align to right. This can be done by a quick registry tweak. In regedit, navigate to [HKEY_CURRENT_USER\Control Panel\Desktop] and look for key "MenuDropAlignment". Set its value to 1 to align the menu entry to right or if you did not like the idea of entries aligned to right, set it back to 0 for align back to left which is the Default XP behavior.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    BizHat.com Forum Index -> General Computer Forum All times are GMT
Goto page Previous  1, 2, 3 ... 12, 13, 14, 15  Next
Page 13 of 15
Spam ? Report to Admin

 
Username


NO SPAM AND USELESS POSTS



BizHat.com   Astrology   Advt   Chat Room   Classifieds   Computer   Downloads   Directory   Dating   Domain Tools   Education   eCards   Finance   Forums   Freelance Work   Free Hosting   Free Mail   Gallery   Games   Guest Book   Greeting Cards   Ham Radio   Health   Home Business   Hosting Tutorials   Hosting Directory   India   Jobs   Jokes   Kerala   Matrimonial   Music   Movies   News   News Letter   Recipes   Real Estate   Search   SMS   Tourist Guide   Top 100 Sites   Vote Us   Yellow Pages   Site Map   Bookmark  

Google
¤ Terms of Service ¤ Advertise with Us ¤ Privacy Policy ¤ Contact Us 
Copyright © 2003-2005 BizHat.com, Hosted by HostOnNet.com