One thing you can do to shrink your windows install is remove the uninstall files for the service packs. Running the following command as a elevated command prompt (right click Run as Administrator) will remove the uninstall files and free up some space
dism /online /cleanup-image /spsuperseded
However I am willing to bet that windows is not taking up as much space as you think, the windows sxs (Side by side) system uses Hard Links on the files. Most tools (including windows explorer itself) will count both copies of the file when calculating folder size, however due to how hard links work both copies use the same physical spot on the hard disk so it does not take up that much room.
Programs like WinDirStat are hard link aware and can give you a more accurate picture of disk space usage.