To stop Aero snapping and effects in Windows 7 and return to a simpler desktop, disable the Desktop Window Manager Session Manager service. This turns off Aero features such as Snap, Peek, and Shake.
Follow these steps:
- Click Start, type
services.mscin the search box, and press Enter. - In the Services window, find and double-click Desktop Window Manager Session Manager.
- In Startup type, select Disabled.
- Click Stop to stop the service.
- Click Apply, then OK.
Alternatively, from an elevated Command Prompt (Run as administrator), run:
net stop UxSms
sc config UxSms start= disabled
This will stop Aero and prevent it from starting again. If later wanting to restore Aero, run:
sc config UxSms start= auto
net start UxSms
References: