Jump to content

Recommended Posts

Posted

ok i remade the setup.iss file works find but the Driver Polcy Comes up how can i stop this and thanks again for all your help here.

:):rolleyes:


Posted

Windows Registry Editor Version 5.00 

;Changes Windows Driver Signing Policy from 'prompt' to 'ignore'
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Driver Signing]
"Policy"=hex:00

Make sure this is in the registry before starting the driver installation.

Posted

Yep i tryed that before never worked for me i even try to track down the poilcy my self but with no luck i must be the most unluck perosn very... :)

Posted

oops, looks like a bad key. There's more registry entries involved for changing prompt to ignore. :)

This is what happens when prompt is changed to ignore from the System properties:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Driver Signing
Name: Policy
Old:   hex:01
Now: hex:00

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup
Name: PrivateHash
Old:   hex:2d,20,f1,68,6f,10,b7,0c,f3,f0,37,54,ec,b1,8c,79
Now: hex:3f,ac,90,40,51,a9,c7,e6,1c,b5,d5,9c,5d,db,fa,ea

HKEY_USERS\S-1-5-21-2025429265-920026266-1957994488-1003\Software\Microsoft\Driver Signing
Name: Policy
Old:   dword:00000001
Now: dword:00000000

If the S-1-5-21-2025429265-920026266-1957994488-1003 isn't identical to yours then you're out of luck, its randomly generated on every windows setup

Posted
oops, looks like a bad key. There's more registry entries involved for changing prompt to ignore. :)

This is what happens when prompt is changed to ignore from the System properties:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Driver Signing
Name: Policy
Old:   hex:01
Now: hex:00

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup
Name: PrivateHash
Old:   hex:2d,20,f1,68,6f,10,b7,0c,f3,f0,37,54,ec,b1,8c,79
Now: hex:3f,ac,90,40,51,a9,c7,e6,1c,b5,d5,9c,5d,db,fa,ea

HKEY_USERS\S-1-5-21-2025429265-920026266-1957994488-1003\Software\Microsoft\Driver Signing
Name: Policy
Old:   dword:00000001
Now: dword:00000000

If the S-1-5-21-2025429265-920026266-1957994488-1003 isn't identical to yours then you're out of luck, its randomly generated on every windows setup

bad luck not the same but i have tracked down the first two parts to that registry there but i cant find the last one for some reason

S-1-5-21-1214440339-484763869-682003330-500 my one

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...