We use signtool.exe to sign a set of managed assemblies (from a command prompt, we run signtool.exe in a trivial .bat file for-loop, applying a certificate from a pfx file)
- When run under a domain administrator's account, it runs in under 1 minute.
- When run under a local user account, it takes 37 minutes!
The setup and conditions (aside from the login account used) are identical in both cases.
Needless to say, our build server is running using the "wrong" account!
Can anyone think of any user-account settings that might influence the speed of signtool.exe so significantly? Does it need to interact with any external services?