Added ability to import drivers

Added the ability to import drivers from the active installation to the MicroWin image.
This commit is contained in:
CodingWonders
2024-04-21 09:11:10 +02:00
parent 2354645b47
commit 3c16156644
2 changed files with 28 additions and 2 deletions

View File

@ -843,6 +843,7 @@
Foreground="{LabelboxForegroundColor}"
ToolTip="Path to unpacked drivers all sys and inf files for devices that need drivers"
/>
<CheckBox Name="MicrowinImportDrivers" Content="Import drivers from current system" Margin="5,0" IsChecked="False" ToolTip="Export all third-party drivers from your system and inject them to the MicroWin image (DO NOTE THAT THIS MAY DAMAGE THE COMPONENT STORE OF THE IMAGE)"/>
<Rectangle Fill="{MainForegroundColor}" Height="2" HorizontalAlignment="Stretch" Margin="0,10,0,10"/>
<CheckBox Name="WPFMicrowinCopyToUsb" Content="Copy to Ventoy" Margin="5,0" IsChecked="False" ToolTip="Copy to USB disk with a label Ventoy"/>
<Rectangle Fill="{MainForegroundColor}" Height="2" HorizontalAlignment="Stretch" Margin="0,10,0,10"/>