thebookisclosed / ViVe

C# library and console app for using new feature control APIs available in Windows 10 version 2004 and newer
GNU General Public License v3.0
4.89k stars 298 forks source link

Applying to an ISO #27

Open Azarattum opened 2 years ago

Azarattum commented 2 years ago

Is there a way to apply those configurations to an ISO image before installation? (Assuming the ability to access ISO’s filesystem and registry)

thebookisclosed commented 2 years ago

Right now there is no neat way to instruct ViVe to make changes to a Windows image but you can achieve your desired results by configuring features on a running system, exporting its HKLM\System\ControlSet001\Control\FeatureManagement\Overrides key, and importing it into the desired Windows image's SYSTEM hive.

the-j0k3r commented 2 years ago

You could using https://www.ntlite.com/ for instance.