Carmaine, thx, but no need.
How to fix SignTool Error:
0. You can download my Install.cmd here:
http://rusfolder.com/44018532
I disabled admin check so you can run Install.cmd even at safe mode. He work with 1.3.1 also like with 1.2 too
OR DO THIS:
1. Edit Install.cmd (with Notepad++ or Notepad)
2. Search and change string
call "tools\Signtool.exe" sign to
call "tools\Signtool.exe" sign /v /s "DifferentSLIAuto" /n "DifferentSLIAuto" "nvlddmkm.sys"
It's need because url
http://timestamp.verisign.com/scripts/timstamp.dll doesn't work and we make do not write time for certificate
3. Replace these strings:
call "tools\makecert.exe" -r -pe -ss "DifferentSLIAuto" -n "CN=DifferentSLIAuto" "%SystemRoot%\DifferentSLIAuto.cer"
call "tools\CertMgr.exe" /add "%SystemRoot%\DifferentSLIAuto.cer" /s /r localMachine root
down, under
:certexists. So you will have some thing like this:
:certexists
call "tools\makecert.exe" -r -pe -ss "DifferentSLIAuto" -n "CN=DifferentSLIAuto" "%SystemRoot%\DifferentSLIAuto.cer"
call "tools\CertMgr.exe" /add "%SystemRoot%\DifferentSLIAuto.cer" /s /r localMachine root
call "tools\ChecksumFix.exe" "nvlddmkm.sys" -fix
call "tools\Signtool.exe" sign /v /s "DifferentSLIAuto" /n "DifferentSLIAuto" "nvlddmkm.sys"
call "%SystemRoot%\System32\takeown.exe" /f "%SystemRoot%\System32\drivers\nvlddmkm.sys" /a
call "%SystemRoot%\System32\icacls.exe" "%SystemRoot%\System32\drivers\nvlddmkm.sys" /grant %USERNAME%:f
call "%SystemRoot%\System32\bcdedit.exe" /set TESTSIGNING ON
4. After these moves follow next guide:
1. Install NVIDIA drivers as normal.
2. DISABLE graphics cards
3. Copy "nvlddmkm.sys" into the DifferentSLI folder.
4. Run DifferentSLIAuto.exe and patch file
5. Boot into Disable Driver Signature Enforcement Mode
6. UAC must be disabled
7. Run Install.cmd with ADMIN
8. Reboot
9. ENABLE graphics cards