Category Archive: Troubleshooting

Oct 30

Get increased performance from your external hard disk in Vista

If you’re so lucky to have an external hard disk drive that connects to your computer through USB / USB 2.0, then you can get increased performance from your hard disk in Windows Vista. This is because Vista treats your external drive differently than a FireWire (IEEE1394) or eSATA-connected drive, rather more like a USB pendrive. By switching off a feature called “Write Caching” might work swell for a thumdrive, it seriously hampers the performance of your external USB hard disk. Here’s how to disable write caching for your USB hard disk:

  1. In Windows Vista, first click on “Start”, bringing up the Start menu.
  2. Right-click “My computer” and select “Manage”.
  3. On the left-hand menu, click “Device Manager”.
  4. Locate your external hard disk drive in the list.
  5. Right-click your disk and select “Properties”.
  6. Click the “Policies”-pane and check “Optimize for performance” and “Enable advanced performance”.
  7. Reboot your computer!

.Windows Vista Write Caching

Oct 27

How To: Start Media Player In The “Now Playing” Tab

Right click on the shortcut for Windows Media Player and click on ’Properties’. In the ‘Target’ field, after the ” ends, type ‘/Task NowPlaying’ (without the single quotes).

Example: If the shortcut looks like ["C:Program Files\Windows Media Player\wmplayer.exe" /Prefetch:1] change it to ["C:Program Files\Windows Media Player\wmplayer.exe" /Task NowPlaying].

How to set the default start page of Windows Media Player to the Now Playing Tab

Oct 26

How To: Mark Partition As Active

How to mark a partition as active using the Windows interface:

1. Open Computer Management (Local)

2. In the console tree, click Disk Management.

Where?
Computer Management (Local) > Storage > Disk Management

3. Right-click the primary partition you want to mark as active, and then click Mark Partition as Active.

Continue reading “How To: Mark Partition As Active” »

Oct 26

How To: Mark Partition As Inactive

If you managed to go into Disk Management in Windows XP and somehow click “Mark Partition as Active” accidentally, this could render your computer unbootable. If you are so lucky that you haven’t rebooted yet, here is one possible solution to the problem: mark the partition as inactive using the DISKPART tool:

  1.  Open up a command prompt and type DISKPART.
  2. Type LIST DISK
  3. Type SELECT DISK n (where n is the number of the old Win98 drive)
  4. Type LIST PARTITION
  5. Type SELECT PARTITION n (where n is the number of the active partition you wish to make inactive)
  6. Type INACTIVE
  7. Type EXIT to exit DISKPART
  8. Type EXIT again to exit the command prompt
  9. Reboot

Mark Partition as Inactive using the Microsoft DISKPART tool

If you have problems booting your computer or the above approach didn’t work for you, you could also try what Microsoft suggests on their help page entitled The computer does not start after you change the active partition by using the Disk Management tool – external link, opens in new window. For your convenience, the content of that page is reproduced below:

Continue reading “How To: Mark Partition As Inactive” »

» Newer posts