How to best tune a Windows PC for development purposes?
            Asked
            
        
        
            Active
            
        
            Viewed 520 times
        
    4 Answers
2
            
            
        Either don't install antivirus software or disable scan-on-access (and if not system-wide, then at least for your development directories). This can make a big difference in compile time.
See also this answer.
- 
                    1Also, most antivirus scanners have the ability to filter out certain directories from real-time scanning. – Wedge May 01 '09 at 01:53
 
1
            
            
        There are some utilites to change the ntfs behavior, instead of editing the registry.
fsutil behavior set disable8dot3 1
fsutil behavior set disablelastaccess 1
put a second disk in the machine, to avoid thrashing
        Scott Kramer
        
- 255
 - 3
 - 6
 - 15
 
0
            
            
        Set 1600x1200 or 1960x1200 or whatever is appropriate -- some very high resolution screen, but then set big fonts so you don't need a magnifying glass to read. This allows you to have multiple windows up next to each other.
        Eddie
        
- 11,332
 - 8
 - 36
 - 48