> The system hangs straight after I log in, or it hangs after a short while
It may be a bit late, but I'd bet you got Skype starting up with Windows. Well, that was at least the case when my machine froze/hung for no apparent reason. Took me some time (+Nullmodemcable and WinDbg running on another machine) to realize that Skype initiated user-mode exceptions caused the freeze. The NOUserModeEXceptions parameter did the job for me, but I've
read that it is buggy so it might not work on your machine .
If you don't want to restart your PC every time just to use Skype OR debug, you can always use the "
/start disable" dbgsettings parameter and activate the debugger using
kdbgctrl and disabling user-mode exceptions from there (-du switch).
I hope i wasn't wrong and it isn't yet to late to help you out ;-D
Cheers
Valentin