well, I'm back home, so I can answer u tenet by tenet
what got reboot.pro shutdown, lack of funds for hosting?
you are quite right
Would it help to revive it?
this is Virgus's idea, which I totally espouse, and I guess u would as well - virgus calculated that if 10 of us contributed €10, that would make €100. there is only one problem, nuno, the keymaster of reboot.pro, is unreachable. we lost track of him and the site masters probably don't feel authorized to let us know how he can be contacted, if I have understood correctly, but I guess Virgus could be more specific about it.
or should we perhaps use this as the replacement?
This is my idea for the time being, but I haven't gotten so much feedback as I used to on reboot.pro. JFX's answers are slow but sure, though.
"great space gains can be obtained in shrinking the following folders: winsxs, driverstore, and some other ones as well."
Curious how to shrink those, can it be done with a batch file? some bits can, while others can't. be ready for a plethora of instructions on the matter.
I'm all for a tinyOS, I think a guy on the archive got a winPE of win7 to 65mb,
winPE is the inspirational software for what we r doing, but I guess we basically do it the other way round. one could also go about adding things to winPE, whereas we tend to subtract things from an os. winPE is not an os proper, and does not keep any settings across reboots.
I know ntlite has ways of deleting winsxs but it costs money.
no need for ntlite or similar stuff. jfx's winntsetup, which can be downloaded here does most of the job. check it out and go to the tweaks section which shows a sample.ini where he commented out some appx to be kept; I took out all the semicolons I found in front of those appx because I do not need any of them (this concerns the 3rd section of the file, as the first 2 should be left as they are. In liew of ntlite, chris titus has offered his winutil.ps1 which, among other things, has a microwin function that does about the same, the only drawback being it does not take wims or esds, only isos with wims or esds within them.
A guy tried to slim to down windows and make a win10to7 project but he got crucified in the comments so he stopped it: https://forums.mydigitallife.net/threads/project-10to7-slimming-down-debloating-windows-10.76459/
Virgus would find this interesting
I know strelec who made a winPE, has unique ways of making his images on the smaller side, for example net framework is only extracted and added to the ramdrive if a program calls for it.
we do something similar, but our net framework and vc++ are phisically on d:\ (the physical c:\ hosting the vhd) and logically junctioned back into c:\ (the vhd), just in case a program calls for it.