Showing posts with label Scan Disk Disable (CHKDSK). Show all posts
Showing posts with label Scan Disk Disable (CHKDSK). Show all posts

Saturday, 14 September 2013

// // Leave a Comment

Make Multiple Monitors Work for You


Not only do multiple monitors make you look awesome, rich, and tech-savvy, but they can also help you become more productive--if you know how to use them. Here's how to make multiple monitors really work for you.

Set Up Multiple Monitors

The procedure for setting up multiple monitors can be as simple as plugging in an extra monitor, or it can be slightly more complicated if you don't have the appropriate graphics card.

In Video: Set Up Multiple Monitors


1. Make sure that your graphics card supports multiple monitors. You can tell whether it does by checking the input ports on the back: If it has multiple input ports (DVI, VGA, HDMI, or DisplayPort), it should support multiple monitors. If your graphics card does not support multiple monitors, you'll want to purchase one that does (consult our top-rated graphics cards chart for more information).

2. Installing a new graphics card is pretty simple. First, uninstall the drivers for your old graphics card: Go to Control Panel, Programs, Programs and Features, find your graphics card, select it, and click Uninstall. Next, turn off your PC and unplug the components. Open the chassis. remove your old graphics card (in some machines, this card is held in place with a screw), and replace it with your new graphics card. Warning: Before you touch anything inside your computer, ground yourself by touching a piece of grounded metal (such as the computer's case), or by wearing an antistatic wristband.

3. Plug your two (or more) monitors into your new graphics card. If the monitors aren't compatible with the graphics card (perhaps because you have HDMI monitors but your graphics card supports only DVI input), you'll have to purchase input converters. Ideally, your monitors will be identical in size, resolution, and type, but if you must compromise, make similar size and similar resolution your priorities, and don't worry too much about similar type.

4. Turn on your computer. If you've installed a new graphics card, your PC should recognize this fact and search for the appropriate drivers (alternatively, you can install the drivers via the card's included CD or DVD). Otherwise, you'll see both monitors working.


5. Initially, both monitors will display the same thing. To correct this situation, right-click on your screen and go to Personalize, Appearance and Personalization, Display Settings. You'll see a diagram showing your monitors, each of which will be identified by a number (if you can't figure out which one is which, click Identify Monitors, and a number will briefly appear, superimposed, on each monitor). Drag the monitors in the diagram into positions that match the physical layout of your setup, and choose which monitor will serve as your main monitor. Once you've chosen your main monitor, click Extend the desktop onto this monitor on your other monitor(s).


Read More

Wednesday, 9 January 2013

// // Leave a Comment

Disable ScanDisk During the Boot Sequence in Windows XP,2000 & ME



If you've arrived at this page directly from a link from a search engine or external web site, we recommend that you first familiarize yourself with the problems associated with running Scandisk and Chkdsk. The information below will allow the Windows Scandisk and Chkdsk utilities to be disabled.

Note: Implementation of the information below may require modification of the Windows registry. This can cause serious problems that may require you to reinstall your operating system. There is no guarantee that problems resulting from modifications to the registry can be solved. So you need backup the Windows registry firstly.

The information provided below is to be used at your own risk. We accept no liability whatsoever from it's use. If you have a disk problem or data loss, we recommend that you contact us.

Disabling Scandisk - Windows 98 and 98SE

On the toolbar click Start, click Run, type Msconfig, and then click OK. Click Advanced, and select the Disable Scandisk after bad shutdown option.
Disabling Scandisk - Windows ME
  1. Run the Registry Editor (regedt32.exe)
  2. Under the HKEY_LOCAL_MACHINE subtree, go to the following subkey: \System\CurrentControlSet\Control\FileSystem
  3. Change the DisableScandiskOnBoot entry to: 01
(note: using the value 00 will re-enable)

Exit your registry, you may need to restart or log out of Windows for the change to take effect.

Disabling Chkdsk - Windows 2000 and XP
  1. Run the Registry Editor (regedt32.exe)
  2. Under the HKEY_LOCAL_MACHINE subtree, go to the following subkey: \SYSTEM\CurrentControlSet\Control\Session Manager
  3. Change the BootExecute entry to: autocheck autochk * .

Exit your registry, you may need to restart or log out of Windows for the change to take effect.
Read More