Friday 17 May 2013

Delete hiberfil.sys in Windows 7

Control Panel
Power Options
Change plan settings (the selected Preferred plans)
Change advanced power settings
Allow hybrid sleep - Off

Run cmd as Administrator
Type "powercfg -h off"

The link provide detail info.

Tuesday 14 May 2013

Detach a Process in Visual Studio and IE 10 javascript debug

Having an error after installing IE 10:
Attaching the Script debugger to process '[<ID>]' iexplore.exe' on machine '<computer name>' failed.  A debugger is already attached.

To detach this process:
  • Open the Processes windows (Debug, Windows, Processes)
  • Select the process (iexplore.exe with that ID), right click and select "Detach Process"

To fix the problem without detaching the process every time:
  • run the following in a command window: regsvr32.exe "%ProgramFiles(x86)%\Common Files\Microsoft Shared\VS7Debug\msdbg2.dll"
  • make sure run the cmd prompt as an administrator


FireFox Bad Request Error

Here is the link showing how to fix this problem:
http://timourrashed.com/how-to-fix-the-400-bad-request-error-message-from-a-website/

Wednesday 8 May 2013

FireFox 18.0.1 stops working

First posted on Feb 2, 2013
I am not able to start FireFox after installing the latest version of Nvidia driver.  I can start in safe mode.  It is strange that I can start the winPenPack version of the X-FireFox (18.0.1).

I have tried to disalbe all the add-ons and plugins, this didn't work.

Solution
After I do a "clean" installation of an older version (301.42) of the video driver, finally, I can start FireFox again.

Update:
I forgot this problem and upgrade to 314.22, the problem is back...

New Solution
In safe mode, go to  Options, Advanced, General and uncheck the "Use hardware acceleration when possible."