Tips from 0126 to 0150: |
126. How to disable
images using Outlook express |
127. How to restart
Windows without restarting your computer |
128. How to print
content of directory CD %1 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. 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 |
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 |
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 at http://www.microsoft.com/technet/treeview/default.asp?url=/TechNet/prodtechnol/winxppro/proddocs/bootcons_fixmbr.asp If you have followed the instructions correctly, you are done. IMPORTANT DISCLAIMER: . 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 |
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 http://www.microsoft.com/technet/treeview/default.asp?url=/TechNet/prodtechnol/winxppro/proddocs/bootcons_fixboot.asp If you have followed the instructions correctly, you are done. IMPORTANT DISCLAIMER: . 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 |