Command Question..

ekopaxus

New member
Local time
12:31 AM
Messages
73
Hi,

I've added several drivers to my Windows 7 DVD. The installation works fine, but the problem I'm having is that these drivers require (digital driver signing) approval. How can I add the below command lines to my Windows 7 DVD. This would avoid me having accept driver signature every second during the installation? VLite doesn't have this option.

Your reply/help would be greatly appreciated.

Thanks.

bcdedit.exe -set loadoptions DDISABLE_INTEGRITY_CHECKS
bcdedit.exe -set TESTSIGNING ON
 
Last edited:

My Computer

OS
Win7
1) You can do it with DISM, its a new command line tool in win7. Mount your install.wim with DISM, then run the /FORCEUNSIGNED command when integrating the drivers.

For help with basic syntax, Start > Run > CMD > DISM /?

If the command line scares you, google for "MrJinje DISM tool". Perhaps the latest version will support this.

2) Try this. Its something called Driver Signature Enforcement Overrider.

Driver Signature Enforcement Overrider 1.3b - NGOHQ.com

It seems to be an easy way but i have no idea how well it works.
 

My Computer

Computer Manufacturer/Model Number
Too many to describe...
OS
Windows 7 x64 pro/ Windows 7 x86 Pro/ XP SP3 x86
1) You can do it with DISM, its a new command line tool in win7. Mount your install.wim with DISM, then run the /FORCEUNSIGNED command when integrating the drivers.

For help with basic syntax, Start > Run > CMD > DISM /?

If the command line scares you, google for "MrJinje DISM tool". Perhaps the latest version will support this.

2) Try this. Its something called Driver Signature Enforcement Overrider.

Driver Signature Enforcement Overrider 1.3b - NGOHQ.com

It seems to be an easy way but i have no idea how well it works.



Hi,

Thanks for your reply. Appreciated.

I'm going to try.

Thanks again.
 

My Computer

OS
Win7
Follow-up.


Worked like a charm.

Thanks again.
 

My Computer

OS
Win7
Back
Top