vinifera Posted January 28, 2018 Posted January 28, 2018 so issue I have is a modified win7 (reduced size, removed components bla bla bla) question is, is there easy way to "over copy" (or install) full-blown // untouched OS from DVD/ISO without going through format and all driver crap detection while leaving Program Files (and apps) intact ?
alacran Posted January 28, 2018 Posted January 28, 2018 First make a backup of current system, then try running it from your actual OS and during install select update keeping your documents and programs. If you didn't remove all required in order to run the install this way it should work, but it may not remove some components if you are looking for a lighter install.
vinifera Posted January 29, 2018 Author Posted January 29, 2018 wow sometimes i just amaize myself how dumb but easy things i do hahaha so the way to bypass "corrupted component store" error (if you trimmed your SxS folder) 1. copy your current WinSxS folder somewhere.... 2. take ownership of \Windows\WinSxS folder 3. copy BACK from untouched source (iso/wim) WinSxS and Merge with your current one 4. (just to be safe), copy over/merge the backuped one with one in your Windir and voila, you can install updates now with no problem your "comp. store" is now "fixed"
cdob Posted January 29, 2018 Posted January 29, 2018 Well, what about storage space? Most WinSxS files are hard linked by default. However there are double files at the hard disk now. The WinSxS files are not hard linked anymore. They require more space at the hard disk now.https://blogs.msdn.microsoft.com/e7/2008/11/19/disk-space/ The files can be hard linked again.http://reboot.pro/topic/19643-winsxs-hardlinked-files/ To select the double WinSxS files: finddupe.exe -bat hl.txt -hardlink f:\ findstr.exe /I "winsxs" hl.txt > hl.cmd
vinifera Posted January 31, 2018 Author Posted January 31, 2018 space isn't problem anymore thats why I copied whole SxS back over, but you can still save 5 GB if you filter out all _language_ (except en-us, _none_, and yours) and remove backup folder
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now