mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-16 10:08:05 +02:00
Removed obsolete & nonfunctional "load driver at startup" option from Driver Integration script.
This commit is contained in:
@@ -35,8 +35,8 @@ Author=Homes32
|
||||
Level=6
|
||||
Selected=False
|
||||
Mandatory=False
|
||||
Version=1.1.4.0
|
||||
Date=2024-06-26
|
||||
Version=1.1.5.0
|
||||
Date=2025-08-09
|
||||
|
||||
[Variables]
|
||||
%DismLog%="%TargetWindows%\Logs\DISM\dism.log"
|
||||
@@ -274,7 +274,6 @@ ShellExecuteEx,Open,%DismLog%
|
||||
[SetDefaultOptions]
|
||||
WriteInterface,Value,%ScriptFile%,Interface,fb_DriversX86,"#$pBaseDir#$p\Workbench\Drivers\x86"
|
||||
WriteInterface,Value,%ScriptFile%,Interface,fb_DriversX64,"#$pBaseDir#$p\Workbench\Drivers\x64"
|
||||
WriteInterface,Value,%ScriptFile%,Interface,cb_LoadDriversOnStartup,False
|
||||
WriteInterface,Value,%ScriptFile%,Interface,cb_ForceUnsignedDrivers,False
|
||||
WriteInterface,Value,%ScriptFile%,Interface,cb_PatchDrvInst,False
|
||||
WriteInterface,Value,%ScriptFile%,Interface,cb_StartMenuShortcut,True
|
||||
@@ -356,9 +355,8 @@ btn_BrowseX86=,1,8,594,135,20,20,BrowseX86,OpenFolder_16.png,True,__Browse
|
||||
lbl_DriversX64="x64 Drivers",1,1,17,172,70,16,8,Bold
|
||||
fb_DriversX64=%BaseDir%\Workbench\Drivers\x64,1,13,84,166,505,20,dir,"Title=Select the directory containing your uncompressed x64 (64bit) drivers","__The directory containing uncompressed x64 (64bit) drivers."
|
||||
btn_BrowseX64=,1,8,594,166,20,20,BrowseX64,OpenFolder_16.png,True,__Browse
|
||||
cb_LoadDriversOnStartup="Load Drivers At Startup",1,3,17,200,139,16,False
|
||||
cb_ForceUnsignedDrivers="Force Install Unsigned Drivers (x64)",0,3,167,200,200,18,False,"__Caution: See Notes below"
|
||||
cb_PatchDrvInst="Bypass Catalog Signature Check",0,3,380,200,173,18,False,"__Patch Drvinst.exe to disable signature checking for catalog files.#$xAmong other things this allows you to use modified *.inf files."
|
||||
cb_ForceUnsignedDrivers="Force Install Unsigned Drivers (x64)",0,3,17,200,200,18,False,"__Caution: See Notes below"
|
||||
cb_PatchDrvInst="Bypass Catalog Signature Check",0,3,230,200,173,18,False,"__Patch Drvinst.exe to disable signature checking for catalog files.#$xAmong other things this allows you to use modified *.inf files."
|
||||
bvl_Shortcuts=Shortcuts,1,12,5,246,198,130,8,Bold
|
||||
cb_StartMenuShortcut="Startmenu Shortcut",1,3,15,263,131,18,True
|
||||
txt_StartMenuFolder="Start Menu folder:",1,0,26,301,168,21,"System Tools\Drivers"
|
||||
|
Reference in New Issue
Block a user