Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > driver test self signing in Windows 7

Reply
Thread Tools Display Modes

driver test self signing in Windows 7

 
 
Manfred Wilner
Guest
Posts: n/a

 
      05-14-2010
I am having dificulties with the self signing process in Windows 7.
I am following the selfsign.cmd sample in the WDK to test sign my printer
driver and can successfully sign for XP but Windows 7 is still asking for
permission when installing the driver that is self signed.
Is there a known issue with Windows 7 and the self sign tools?

I am using the WDK 7600.16385.0 and the tools therein.

--
\Manfred

 
Reply With Quote
 
 
 
 
kambizt
Guest
Posts: n/a

 
      05-14-2010
you need to enable the "testsigning" on Windows 7 using bcdedit. Otherwise it
does not accept any test signatures.

 
Reply With Quote
 
Manfred Wilner
Guest
Posts: n/a

 
      05-21-2010
Thank you for the answer. I have looked at bcdedit but can't find an option
testsigning, How shall I use bcdedit to enable testsigning?
--
\Manfred



"kambizt" wrote:

> you need to enable the "testsigning" on Windows 7 using bcdedit. Otherwise it
> does not accept any test signatures.
>

 
Reply With Quote
 
Philip Ries [MSFT]
Guest
Posts: n/a

 
      05-21-2010
Try:
bcdedit.exe /set TESTSIGNING ON

Manfred Wilner wrote:
> Thank you for the answer. I have looked at bcdedit but can't find an option
> testsigning, How shall I use bcdedit to enable testsigning?

 
Reply With Quote
 
Manfred Wilner
Guest
Posts: n/a

 
      05-21-2010
Found my answer

The TESTSIGNING boot configuration option is enabled or disabled through the
BCDEdit command. To enable test-signing, use the following BCDEdit command:

CopyBcdedit.exe -set TESTSIGNING ON
To disable test-signing, use the following BCDEdit command:

CopyBcdedit.exe -set TESTSIGNING OFF
Note After you change the TESTSIGNING boot configuration option, restart
the computer for the change to take effect.

To use BCDEdit, you must be a member of the Administrators group on the
system and run the command from an elevated command prompt. To open an
elevated Command Prompt window, create a desktop shortcut to Cmd.exe,
right-click the Cmd.exe shortcut, and select Run as administrator.


--
\Manfred



"Manfred Wilner" wrote:

> Thank you for the answer. I have looked at bcdedit but can't find an option
> testsigning, How shall I use bcdedit to enable testsigning?
> --
> \Manfred
>
>
>
> "kambizt" wrote:
>
> > you need to enable the "testsigning" on Windows 7 using bcdedit. Otherwise it
> > does not accept any test signatures.
> >

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
NetDiag Default Gateway Error -->DcDiag Advertising Error Zalewa Active Directory 7 04-19-2010 02:27 PM
Re: Active Directory problems/dcdiag error kj [SBS MVP] Windows Small Business Server 3 03-24-2010 09:19 PM
Slow Vista startup Jedi940 Windows Vista Performance 1 01-13-2008 08:50 PM
BUGCODE_USB_DRIVER with external USB HDD PHILIPS Deathwing00 Windows Vista Hardware 11 06-15-2007 07:02 PM
Going Golfing but not with Vista markbyrn Windows Vista Games 15 03-08-2007 10:59 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59