Is disabling the Windows 7 Desktop window manager a bad idea?

5

I'm thinking about disabling the dwm.exe process. It seems that I can do fine without the fancy feature of [Wind]+[Tab], and am generally needing to cut memory.

Does it have unintended side-effect?

Adel

Posted 2013-11-20T04:30:19.370

Reputation: 401

1

to see what uses most memory run RAMMap: http://blogs.technet.com/b/askperf/archive/2010/08/13/introduction-to-the-new-sysinternals-tool-rammap.aspx

– magicandre1981 – 2013-11-20T04:46:46.227

Why not just add more memory. My dwm.exe uses about 726k according to task manager. – StBlade – 2013-11-20T07:39:39.930

Answers

3

There are no functionality related side effects except some minor UI ones like, you won't be getting Thumbnail previews in the taskbar. Aero peek will be disabled(You have to click instead of just pointing). You won't be able to change Taskbar color and stuff like that. Another advantage of disabling DWM is that it reduces the boot up time.

You can go to System Properties --> Advanced system Settings --> Click Settings in Performance Panel under Advanced tab --> You can uncheck/disable most of the items there to speed up your system a bit. Also you can check Services and Startup processes, there may be many unnecessary ones which you can disable including Windows related ones.

Shiva

Posted 2013-11-20T04:30:19.370

Reputation: 156