- Sep 20, 2003
 
- 19,003
 
- 24
 
- 81
 
If you installed Windows 7, and then subsequently upgraded to SP1, there are a lot of backup files in your C:\Windows\winsxs folder that are no longer needed.  
running the following command in an elevated command prompt will remove these backups:
	
	
	
		
I've used this successfully on a few machines with no adverse effects.  I reclaimed anywhere between 3-5gb, which is great on an 80gb drive.  However, please note that you are running this at your own risk.
			
			running the following command in an elevated command prompt will remove these backups:
		Code:
	
	dism /online /cleanup-image /spsuperseded
	
				
		
			