You can't turn off test mode, if you do that the patched driver will stop working.
Got it. Test mode stays on. =)
Okay, so, I did the driver patch by the numbers, but no love. SLI is not available in the control panel before or after reboot and after reboot the crontrol panel crashes. (Yes, the unpatched Nvidia driver works, as does the control panel).
I got the following error when I tested each command by hand, signtool.exe complained about the timestamp page:
"
http://timestamp.verisign.com/scripts/timstamp.dll not available"
A search for this error suggests using a different time stamper (
https://stackoverflow.com/questions/9714798/http-timestamp-verisign-com-scripts-timstamp-dll-not-available)
I tried the comodo stamper, this did get rid of the "not available error", it did not change the "File not available" error though.
Here is some food for thought:
I removed "
@Echo off" from the install.cmd. Here is the full output:
C:\Applications\differentsli>Install.cmd
C:\Applications\differentsli>title DifferentSLI Sign and Install
C:\Applications\differentsli>setlocal EnableExtensions
C:\Applications\differentsli>cd /d "C:\Applications\differentsli\"
C:\Applications\differentsli>if not exist "tools\" goto wtfrudoin
C:\Applications\differentsli>net session 1>nul 2>&1
C:\Applications\differentsli>if 0 NEQ 0 goto notadmin
C:\Applications\differentsli>
call "C:\Windows\System32\certutil.exe" -store root
DifferentSLIAuto
root "Trusted Root Certification Authorities"
================ Certificate 8 ================
Serial Number: e04c87ef47757e904a75357b9eb0a0ea
Issuer: CN=DifferentSLIAuto
NotBefore: 23.06.2015 22:50
NotAfter: 01.01.2040 01:59
Subject: CN=DifferentSLIAuto
Signature matches Public Key
Root Certificate: Subject matches Issuer
Cert Hash(sha1): 16 ed 1d 1c 7c d5 62 c1 c9 05 d5 f2 8c 89 cf 3f a0 b5 f8 2d
No key provider information
Cannot find the certificate and private key for decryption.
Encryption test passed
CertUtil: -store command completed successfully.
C:\Applications\differentsli>if 0 EQU 0 goto certexists
C:\Applications\differentsli>call "tools\ChecksumFix.exe" "nvlddmkm.sys"
C:\Applications\differentsli>
call "tools\signtool.exe" sign /v /s DifferentSLIAu
to /n DifferentSLIAuto /t http://timestamp.comodoca.com/authenticode " nvlddmkm.
sys"
SignTool Error: File not found:
C:\Applications\differentsli>call "C:\Windows\System32\takeown.exe" /f "C:\Windo
ws\System32\drivers\nvlddmkm.sys" /a
SUCCESS: The file (or folder): "C:\Windows\System32\drivers\nvlddmkm.sys" now ow
ned by the administrators group.
C:\Applications\differentsli>call "C:\Windows\System32\icacls.exe" "C:\Windows\S
ystem32\drivers\nvlddmkm.sys" /grant "xtian":f
processed file: C:\Windows\System32\drivers\nvlddmkm.sys
Successfully processed 1 files; Failed processing 0 files
C:\Applications\differentsli>call "C:\Windows\System32\bcdedit.exe" /set TESTSIG
NING ON
The operation completed successfully.
C:\Applications\differentsli>if exist "C:\Windows\Sysnative\" goto x32mode
C:\Applications\differentsli>copy "nvlddmkm.sys" "C:\Windows\System32\drivers\nv
lddmkm.sys" /y
1 file(s) copied.
C:\Applications\differentsli>goto filecopied
C:\Applications\differentsli>color 0a
C:\Applications\differentsli>echo Reboot now for changes to take effect
Reboot now for changes to take effect
C:\Applications\differentsli>goto end
C:\Applications\differentsli>pause 1>nul
C:\Applications\differentsli>