Last week I started my Windows 7 laptop in safe-mode, since then, even if it boots normally, the aero effects are disabled. It comes back after running the aero troubleshooter, the diagnostic message displayed is

  • Desktop Window Manager is disabled Detected
  • The current theme doesn't support Aero Fixed

How can I make the aero work without running the troubleshooter everytime I login?

link|improve this question
feedback

1 Answer

Just try this ...

Force Enable Aero in Windows 7 1. Click on Start and type regedit at run

  1. Now Navigate to the following registry key: HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM

  2. In the right details pane, create following Three DWORD (32-bit value) entry
    UseMachineCheck, and set its value to 0.
    Blur, and set its value to 0.
    Animations, and set its value to 0.

  3. Close Regedit

  4. Click on Start and type CMD with administrative Priviliges

  5. Now type following command
    Net Stop uxsms
    Net Start uxsms
    Above command will stop and start Desktop Window Manager Session Manager.

  6. Now you can turn on Aero by right clicking on desktop-> Personalize -> Select Windows Colors

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.