| List View |
| Category View |
| Tips 1 - 25 |
| Tips 26 - 50 |
| Tips 51 - 75 |
| Tips 76 - 100 |
| Tips 101 - 125 |
| Tips 126 - 150 |
| Tips from 0126 to 0150 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 126. How to disable images using Outlook express This has been an issue to few folks. Basically what happens is that when your receive your email, you get lot of junk mail which are formatted with HTML etc. Some of them are not suitable to your taste but also take some time to load. There are some alternative ways to block the load of images but each has its advantage and disadvantages: 1) Disable images in IE as it also affects OE 2) If you're running a firewall with rules make a rule that blocks OE's access to port 80. That way it can't get the images it needs. 3) There is a utility called DetachXP. This program could be used to apply the blocking even though its primary aim is to allows you to access these blocked files in Outlook 2002, without editing the Windows Registry manually |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 127. How to restart Windows without restarting your computer This one is again is. When you click on the SHUTDOWN button, make sure to simultaneous press SHIFT Button. If you hold the Shift key down while clicking on SHUTDOWN button, you computer would restart without restarting the Computer. This is equivalent to term"HOT REBOOT". |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 128. How to print content of directory Here work around is to create a DOS batch file with command to print the dir content into your printer port (make sure you know what is your printer port, in general it is LPT1 but it could be USB001 if you have it connected to USB port, right click on the printer icon and go to port tab and figure this out first) and then creating a context menu access this batch functionality. All right here are the instructions: step 1: Open a text editor, such as Notepad, and type the following lines into a new document: (assuming the printer you wish to use is connected to printer port #1). CD %1 DIR >LPT1 Save the two-line file into your Windows\Command folder, and call it PRINTDIR.BAT. step 2: Find the file in Explorer, right click on it, and select Properties. Click on the Program tab, turn on the Close on Exit option, choose Minimized from the Run list, and click Ok. Next, run the Registry Editor (REGEDIT.EXE) by going to START-RUN and type regedit and navigate to [\HKEY_CLASSES_ROOT\Directory\shell]. Select New from the Edit menu, and then select Key. Type Print for the name of this new key, and press Enter. Highlight the new Print key, select New from the Edit menu, and then select Key again. Type command for the name of this new key, and press Enter. Double-click on the (default) value in the right pane, and type C:\Windows\Command\PRINTDIR.BAT (assuming that C:\Windows\ is your Windows folder). From now on, when you right-click on a folder icon, you can click Print to print its contents. Note: this assumes that your printer is connected to the LPT1 port, which is true for most users. However, if your printer is connected over a network or you have more than one printer, you need to change LPT1 to the correct port. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
129. Using third part defrag utility ? Make it defrag all files I read about this tip on web. If you are using a third party defrag utility, you can make it defrag all files. Go to C:\Windows\Prefetch directory and removing/deleting layout.ini file. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
130. Speedup boot time by improving NTFS check CHKNTFS is the command used to set the AUTOCHK initiation count down time. You can reduce it from default 9 seconds to a much lower value say 4 seconds. Go to command prompt and type CHKNTFS/T:4 This command would set the AUTOCHK initiation count time down to 4. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 131. How to kill the IE About windows that popup from time to time There is an Internet Explorer vulnerability to which allows some web sites to open a hidden popup tracking minimized window either upon your first visit or when you leave their web site or even when you close your browser while one of their web pages is still displayed. They do this by using the little known "about:" browser built-in command into their HTML/DHTML/XML code. Sometimes this window Go undetected as these are not resizable as you come to expect of a typical window app. If you do not have anything specific with www.about.com, there could be a registry tweak that you can do. Run the Registry Editor (REGEDIT.EXE) by going to START-RUN and type regedit and navigate to [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ Internet Settings\ZoneMap\ProtocolDefaults] and add two DWORD keys"about" and "about:" and set its value to 4. IMPORTANT DISCLAIMER: Doing this tweak would mean that you would not be able to use the blank about page as your startup page. There is a workaround for this by adding it to your zone ...but I do not like it and hence not mentioning it here. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
132. What is Master Bood Record ? How to fix problems with master boot record So what is Master Boot Record (MBR)? Master boot record is the first sector of the disk that is accessed by you computer BIOS as soon as it boots up. So what does it mean ? It means that your ability to boot to a particular operating system depends upon the correctness of Master Bood Record. If you have ever installed two or more operating system, your ability to select an operating system is controlled by master boot record. Assume if you are not able to boot due to your dislike of the changes in boot loader process or corruption in MBR (btw, this could happen for a variety of reasons, right from virus to your own experiments with multi boot process.. I have seen this happening a lot on my PC since I have a dual cpu system with Mandrake 8.1 on one partition and Windows XP on another with Mandrake graphical Master Boot Menu ) you have to correct the master boot record. Assuming you are in Windows XP, you have to put WINDOWS XP CD in your drive and make it reboot next time in recovery console. 1. Simplest way to do this would be to would be to navigate to START-RUN and type D:\i386\winnt /cmdcons (D: is the CDROM drive in my computer) and let the process finish and reboot. 2. Once rebooted, system would prompt you to choose recovery console and chose it by entering proper menu id number (by default should be 1). Once console is loaded do enter this command FIXMBR /device/harddisk0 (where harddisk0 refers to C: drive where WINDOWS XP is installed by default). This would fix your master boot record to default XP boot. By the way FIXMBR command is only available from recovery console. What to know more about FIXMBR, visit Microsoft TechNet site If you have followed the instructions correctly, you are done. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
133. How to write a new partition boot sector to the system partition Are you look for a way to correct the partition boot sector, here is a quick fix. You have to put WINDOWS XP CD in your reboot the computer next time in recovery console. Here are the steps after you put your XP CD and boot into recovery console (Choose R for Recovery console when Windows XP setup disk starts) 1. Once console is loaded do enter this command FIXBOOT C:(where C: is the hard disk drive where WINDOWS XP is installed by default). To know more about FIXBOOT options, click here to visit Microsoft Technet site If you have followed the instructions correctly, you are done. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
134. How to change the text in START Button in task bar ? I have received many emails from users on this topic. In Windows XP Pro, you can change your Start button and you are not even restricted with 5 characters as it used to be the case in previous version of Windows but the process itself of modifiying the start button is a bit more tedious than what it used to be. Anyways, gist of act is to modify your 1. First of all, make a backup of your explorer.exe This is one of the most important executables of your operating system and incase you make a mistake, you should have its backup to fall back on to ! You will see this file in C:\Windows directory. Go there, make a copy and change its name to something you remember like "explorerold.exe or explorer.old". 2. Download a freeware called ResourceHacker by going to http://www.rpi.net.au/~ajohnson/resourcehacker 3. Now, lauch resource hacker and locate your explorer.exe by going to c:\windows. Now go to String Table>37>1033. This is where the START text is located. Change it whatever you would like.... 4. Once done with the changing START button text, click on the button called "Compile Script". Now its time to save the changes. Important: Save the file as explorer_modified.exe (or something similar). You can not save it as explorer.exe as file is in use as you are exploring the directories etc etc. 5. All right, reboot the computer and boot into safe mode in command prompt environment (at boot time press 'F8' a few times...) and log in as administrator. 6. Now all that you need to do is to copy the modified explorer file to original one. Type this at command prompt "copy c:\windows\explorer_modified.exe to c:\windows\explorer.exe" (without quotes) 7. Reboot your computer as you would normally do. If you have followed the steps correctly, you should have new explorer by now. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
135. How to disable screen saver in Windows XP ? One of the easiest things that you can do to remove screen saver is to simply select none from the Screen Saver tab of Desktop properties window. This should help. Doing this would be all that most of us would ever need for those few who want to go one more level, here is what you can do. Windows has a default screen saver called login.scr, which runs even if no screen saver has been selected. There is a potential security risk here as login.scr can be removed and replaced with malicious screen saver with system priviledges. To resolve this, Open registry and navigate to [HKEY_USERS\.DEFAULT\Control Panel\Desktop] and look for the data key "ScreenSaveActive". Setting its value to 0 would disable screen saver (you can always enable it by setting it back to 1). You may as well change the login.scr that is goes as the value of data key 'SCRNSAVE.EXE' .Try clearing out the value for 'SCRNSAVE.EXE' to completely remove the screen saver or replace it with some thing of your own. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
136. How to stop XP from displaying unread messages count on Welcome Screen? I received few mails from users requesting HowTo on disabling unread message count from Welcome Screen. To stop XP from displaying count of unread messages, Open registry and navigate to [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\UnreadMail] and look for the data key "MessageExpiryDays". If you do not see this key, create one DWORD key by the name "MessageExpiryDays". Setting its value to 0 would stop Windows XP from displaying the count of unread mesages. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
137. How to rollback a device driver ? There are times when you install an ungrade to a device driver but instead of getting an upgrade you get downgraded in the sense that either you loose on performance or its stoping functioning at all. In situation like this where you are still able to logon with System priviledges, you can roll back the driver. Even though this can not be considered as a tweak, but it could save you a good deal of time and disappointment. Here are the steps: Step:1 Log in with an administrator account Step:2 Right click on My Computer Step:3 Select Properties Step:4 Click on the Hardware tab Step:5 Click on the Device Manager button Step:6 Select the device you want to rollback or reconfigure Step:7 Click on the Driver tab and then click on the Roll Back Drive button |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
138. Windows XP Command Line Reference You would be surprised to know what you can do from command line of Windows XP Pro. Windows XP Pro comes equipped with a powerful set of command line utilities. If you want to know what they are and how to run them and a good decription of each of them...go no futher.. Its available right in your computer. This is again not a tip or trick or tweak of any kind but information that is as powerful as any of the tips/tricks. Open START-RUN window and type C:\WINDOWS\Help\ntcmds.chm Also you may not know that .chm is the windows help file extension. I find the Windows Help to be a very good starting point to learn all the power and resources of Windows environment. I like section of NETSH and Windows scripting host among other things. You can read most of it in the reference but here I am doing a cut/paste of the new command line tools. The following table lists the new Windows XP Professional command-line tools.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
139. Enable 5th zone setting in Internet Explorer 6.0 I read about this a few days ago. There a fith setting in Internet Explorer 6 called my computer which is diabled by default. If you want to enable this, Open registry by going to START-RUN and entering regedit and then navigate to [HKEY_CURRENT_USER\Software\Microsoft\ Windows\CurrentVersion\InternetSettings\Zones\0] and look for the data value called "flags". Its default value is 33 ("Flags"=dword: 0X00000021 ) . Chage its value 1 and reboot. Now you should see an option called my computer in Internet Explorer 6 Zone settings. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
140. Are you annoyed by XP asking for registration again & again ? First of all, this trick must only be used by those who have legal copy of XP and are troubled by registrations reminders every now and then. Before you begin, make sure PC must not be connected to the network. During XP setup answer no when setup asks you to use Windows Dynamic Update. Dynamic update connects to Microsoft to register XP. Once the installation is completed, reboot to Safe mode. Go to Windows Explorer and rename %systemroot%\System32\regwizc.dll and %systemroot%\System32\Dllcach\regwizc.dll to regwizc.dll.bak or whatever. By renaming the regwizc DLL, it blocks other windows components from registering XP to Microsoft. Now, navigate to [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion] and look for the data key "RegDone" and set its value to 1 to make XP believe that its registered . Change the IE home page to something besides Microsoft's web site. Reboot to Normal mode and reconnect your nic card before the XP Windows GUI loads. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
141. Turn off the descriptions that poppup when you place the cursor on windows object If you want to turn off the descriptions that poppup when you place the cursor above desktop icons or Explorer objects, you can use the following registy hack: . Navigate to [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion \Explorer\Advanced] and look for the data key "ShowInfoTip" and set its value to 0 to disable it. In future if you want to enable it again, simply change it back to 1 . |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
142. Disable XP warning on low disk space ? XP warns you on three different occassions with messages related to low disk space. when this is true : 80 MB < free disk space < 200 MB The following alert displays for 10 seconds, once per session: You are running out of disk space on [drive]. To free space on this drive by deleting old or unnecessary files, click here. when this is true : 50 MB < free disk space < 80 MB The following alert displays for 30 seconds, every four hours, twice per session: You are running very low on disk space on [drive]. To free space on this drive by deleting old or unnecessary files, click here. when this is true : 0 MB < free disk space < 50 MB The following message for 30 seconds, every five minutes, until free space is above 50 MB: You are running very low on disk space on [drive]. To free space on this drive by deleting old or unnecessary files, click here. Navigate to [HKEY_CURRENT_USER\Software\Microsoft\Windows\ CurrentVersion\Policies\Explorer] and look for the data key "NoLowDiskSpaceChecks" and set its value to 1 to disable low disk space check |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
143. Improve system performance by disabling last access/update feature NTFS file system in XP maintains liast access/update details for each file and directory. This information is useful sometimes but for an average user this may not be of much use most of the times. Doing this takes considerable resources and as such it may make sense to diable it. Even after disabling it you still have access to last modified info which would still be available. To disable lass access update feature, do as follows: Navigate to [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem] and look for the data key "NtfsDisableLastAccessUpdate" and set its value to 1 to disable lass access update feature. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
144. How to enable/disable command prompt extension ? NTFS file system in XP maintains liast access/update details for each file and directory. This information is useful sometimes but for an average user this may not be of much use most of the times. Doing this takes considerable resources and as such it may make sense to diable it. Even after disabling it you still have access to last modified info which would still be available. To disable lass access update feature, do as follows: Navigate to [HKEY_CURRENT_USER\Software\Microsoft\Command Processor] and look for the data key "EnableExtensions" and set its value to 1 to enable command prompt extension or 0 to disable this feature. You can enable/disable the extensions for the command shell you are in by issuing the following commands: cmd /y disables command extensions for this cmd session cmd /x enables command extensions for this cmd session |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
145. Do you hate that "Local Area Connection A network cable is unpluged" or MSN-Messenger icon in your System Tray and want to get rid of that ? Right Click on "Start" Menu Click "Properties" Tab Click "Taskbar" Tab Click "Hide inactive icons" if not Checked Click on "Customize" Button Click the Notification item you want to change under Current Items Select "Always Hide" behaviour under the Behavior column Click "Ok" and then click "Apply". |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
146. How do I get Volume Control icon in system tray that is available with all earlier version of Windows ? To add the Volume Control icon to the taskbar Click on "Start" Button Click on "Control Panel" Click on "Sound, Speech, and Audio Devices" Click on "Adjust the system volume" or "Change Speaker Settings" or Sounds and Audio Devices Click "Place volume icon in the taskbar" in Device Volume Secion on "Volume" Tab Click on "Apply" If you cann't see the Speaker icon in your system tray then do the following additional settings. Right-click the taskbar Click "Properties". Select the "Hide inactive icons" check box, under "Notification area", on the "Taskbar" tab, Click "Customize" Button. In the Name column, click Volume Click "Always show" behaviour from the drop down list, in the Behavior column Click "OK" and then "Apply" Buttons. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
147. Enable drag and drop operation to add custom menu links to Start Menu Right Click on "Start" Menu Click "Properties" Click "Start Menu" Radio Button Click on "Customize" Button Click on "Advanced" Tab Click "Enable draggin and dropping" Checkbox. Click "Ok" and then click "Apply" |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
148. Enable On board processing on Network Cards Some of the new Network cards ( I know one from 3COM has it) do provide capabilities of offloading some of the network protocol functionality like checksum from CPU. This is helpful since its free your CPU time and in a nutshell increases the CPU response time and overall speed by allowing CPU to do other jobs. It may not work on all cards of some of the cheap models but nothing wrong in giving it a try. To implement this tip, do as follows: Navigate to [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters] and look for the data key "DisableTaskOffload" and set its value to 0 to enable the task offload. By default if key is present, its set to 1 to disable the task off load. If this tweak does not have desired effect, you can change it back to 1. For those who want to know more, Microsoft has an article on it. |