hello,guys
I don't know what I did wrong there.
I tried a lot of ways.like 3080# and 3160#
The Chinese characters in the picture mean
root"Trusted root certification authority"
CertUtil: -store fail:0x80090011 (-2146893807 net_not_found)
certUtil:cannot find object
.
.
.
Success: This file (or folder):"c:\---------"Now owned by the Administrator Group
Processed documents:c:\~~~~~~~~
1 file was successfully processed; 0 files failed
operation successfully done
Hardware Composition:
E3 1230 V3; B85G41 PC MATE ; 4*4G 1300 RAM ; 2*GTX 760 (Different manufacturers)
NVIDIA:430.86
and I used install.cmd
@Echo off
title DifferentSLI Sign and Install
echo ********************************************************************
echo ********************************************************************
echo Please fix the installation path
echo manually before running this script
echo ********************************************************************
echo ********************************************************************
pause
setlocal EnableExtensions
cd /d "%~dp0"
set _nvlddmkm=nvlddmkm
if exist "nvlddmkm2.sys" then set _nvlddmkm=nvlddmkm2
if not exist "tools\" goto wtfrudoin
call "%SystemRoot%\System32\certutil.exe" -store root DifferentSLIAuto
if %errorlevel% equ 0 goto 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
: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\DriverStore\FileRepository\nv_dispi.inf_amd64_b49751b9038af669\nvlddmkm.sys" /a
call "%SystemRoot%\System32\icacls.exe" "%SystemRoot%\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_b49751b9038af669\nvlddmkm.sys" /grant %USERNAME%:f
call "%SystemRoot%\System32\bcdedit.exe" /set TESTSIGNING ON //according to 1610#
if exist "%SystemRoot%\Sysnative\" goto x32mode
copy "%_nvlddmkm%.sys" "%SystemRoot%\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_b49751b9038af669\%_nvlddmkm%.sys" /y
goto filecopied
:x32mode
copy "%_nvlddmkm%.sys" "%SystemRoot%\Sysnative\drivers\%_nvlddmkm%.sys" /y
:filecopied
color 0a
echo Reboot now for changes to take effect
goto end
:wtfrudoin
color 0c
echo Please extract everything from the package including the contents of the tools folder.
goto end
:notadmin
color 0e
echo Please run this as administrator!
:end
pause > nul
thanks for U。