What can I safely disable on Windows 7 or do to speed up Windows 7 if I'm developing ASP.NET apps on it? I suspect there are services and things I don't really need, but I'm not sure where to tweak without disrupting the dev environment.
feedback
|
migrated from stackoverflow.com May 30 '11 at 19:27
This question came from our site for professional and enthusiast programmers.
|
Though disabling services would not be the first choice for improving the performance of a development machine, if you really do want to go down that path then you may find the guides at BlackViper a good place to start. He provides a very detailed chart of services and gives suggested "Safe", "Tweaked", and "Barebones" configurations. Again, there are better ways to improve the speed of a development machine, but as you asked specifically about services, that's where I would start. | |||||||
feedback
|