Category Archive: Troubleshooting

May
22

SSD Not Available During Windows 7 Setup

Intel X25-V SSD - Still Not Getting The Daily TRIM

Intel X25 SSD: Sometimes not showing up to the party

There’s a lot of people who have had issues with their SSD not showing up in the list of available hard drives when installing Windows 7, and today I got to be one of them. I wanted to do a fresh install of Windows 7 on an Intel X25-V SSD (40GB), but the disk just wouldn’t show up.

This particular disk was used as a swap disk in a different system, so I figured it might have some problems related to formatting. Changing from IDE mode to ACHI mode did not do anything. (For Intel SSDs, IDE mode is required for the Intel software to work).

After looking around for a solution on the interwebs, I found two possible solutions, listed by “ease of use”. The second one worked for me, as I happened to have a bootable USB with GParted on hand, but the first one should work too.

Continue reading “SSD Not Available During Windows 7 Setup” »

Apr
15

System Crash: Microsoft-Windows-Kernel-Power

“The system has rebooted without cleanly shutting down first. This error could be caused if the system stopped responding, crashed, or lost power unexpectedly.”

This error can be triggered by many different things, but in general they’re all related to something to do with power management.

I just went through three motherboards, different VGA cards and harddisks, basically changing out everything except for the CPU, only to eventually find that the computer crashes were triggered by Windows 7 trying to manage the power state on my Intel Core i5 750 CPU. As soon as I disabled all C-States, it stopped crashing.

I found out about this workaround from the Technet forum threads “Periodic server core BSOD/Reboot, need help with bugcheck report” and “Iam having Microsoft-Windows-Kernel-Power crashes“.

The problem with this workaround, is that the new CPUs are supposed to save you energy by enabling the latest operating systems such as Windows 7 and Server 2008 R2 to manage them more effeciently. By disabling all of the C-States, you’re basically forcing the CPU to run at full steam. This is most severe if you’ve invested in the latest Xeon processors mainly because of these features, as mentioned somewhere further down in the first forum thread I linked to.

If this is a fault with the new Windows core, I really hope Microsoft comes out with a hotfix soon. It cost me a lot of time and frustration to find the source of – and workaround to – the problem.

Mar
30

How To: Disable Thumbnail Preview In Windows 7

On my Media Center PC, after reinstalling some video codecs, my MKV* video files made Windows Explorer crash regularly when opening a folder with one of these files in it. To solve this problem, I had to disable automatic thumbnail generation in Vista or Windows 7. Disabling thumbnail preview in Windows Explorer can make Vista/Windows 7 perform notably faster in any case, as Explorer will no longer be generating thumbnails for every video and image file in every folder you open. This is especially useful when browsing back and forth between multiple folders. Follow these steps to disable the automatic thumbnail generation:

  1. Press and hold the Windows key on your keyboard, then press E to open Windows Explorer (alternatively click Start > Accessories > Windows Explorer).
  2. In the Windows Explorer window, click on the Organize button on the menu/shortcut bar.
  3. In the pull down menu, click on Folder and Search Options.
  4. The Folder Options dialog window will appear. Click on the View tab.
  5. Under the Files and Folders tree heading, check (tick) the box next to Always show icons, never thumbnails option.
  6. Click the OK button and you’re good to go!

* MKV is a common container format for video, audio and subtitles, often used to distribute standard and high definition video, audio and associated subtitles in one single file, with support for multiple audio and subtitle tracks, just like on a DVD.

May
13

Expand Your Windows Vista Media Center Options

By installing the Media Control Plugin for Vista Media Center by Damien Bain-Thouverez, you can finally play back video files with subtitles, especially files using the Matroska container format (MKV). Multiple subtitles support, multiple audio streams support, FFDShow settings tweaking, and much much more is enabled.

The plugin can even hook on to the remote control driver and enable access to customizeable special functions and shortcuts when using a Media Center compatible remote control. There’s even a newly added feature that enables Windows Live Messenger integration. I haven’t tested this one myself yet, though.

If this is just what you’ve been looking for, then head on over to the homepage and download it now! Be sure to read the requirements section carefully before you install it.

Thank you Damien for this great plugin! Please show your support by donating to him if you find it useful.

Mar
06

How To: Enable Remote Access To Administrative Shares in Windows 7

Longhorn

How do you enable remote access to admin shares using a local administrator account in Windows 7 / Vista?

When you try to do this the same way you could in XP, you get prompted to log in, but get access denied. Apparently, for “security reasons” this option has been disabled. Thankfully, a small registry hack is all it takes to get around the issue:

  1. Open regedit (<Windows> + R, type “regedit”).
  2. Expand the tree to HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft\ Windows \ CurrentVersion \ policies \ system.
  3. Create a new key (Right click -> New -> choose “DWORD Value (32bit)”).
  4. Name the key “LocalAccountTokenFilterPolicy” and give it the value of “1″.
  5. Click OK.

Older posts «