It seems that it is not working, it seems it has something to do with the certificate, the driver says certificate is not digitally signed and could not verify
So the drivers won't start, I also did the extra step, maybe someone has a fully updated and working install.cmd? of course with the necessary adjustment needed on my side
View attachment 113014
View attachment 113015
Can I also do it manually, with 388.71?
If you want to give it a last try, use
https://www.guru3d.com/files-details/display-driver-uninstaller-download.html to remove everything nvidia related, install 417.35, patch it manually and use this:
Code:
@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
:certexists
call "tools\ChecksumFix.exe" "%_nvlddmkm%.sys"
call "tools\signtool.exe" sign /v /s DifferentSLIAuto /n DifferentSLIAuto /t http://timestamp.verisign.com/scripts/timstamp.dll "%_nvlddmkm%.sys"
call "%SystemRoot%\System32\takeown.exe" /f "%SystemRoot%\System32\DriverStore\FileRepository\nvaki.inf_amd64_029e15c8f2a7ec33\%_nvlddmkm%.sys" /a
call "%SystemRoot%\System32\takeown.exe" /f "%SystemRoot%\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_01c064f3d89f92be\%_nvlddmkm%.sys" /a
call "%SystemRoot%\System32\icacls.exe" "%SystemRoot%\System32\DriverStore\FileRepository\nvaki.inf_amd64_029e15c8f2a7ec33\%_nvlddmkm%.sys" /grant "%USERNAME%":f
call "%SystemRoot%\System32\icacls.exe" "%SystemRoot%\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_01c064f3d89f92be\%_nvlddmkm%.sys" /grant "%USERNAME%":f
if exist "%SystemRoot%\Sysnative\" goto x32mode
copy "%_nvlddmkm%.sys" "%SystemRoot%\System32\DriverStore\FileRepository\nvaki.inf_amd64_029e15c8f2a7ec33\%_nvlddmkm%.sys" /y
copy "%_nvlddmkm%.sys" "%SystemRoot%\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_01c064f3d89f92be\%_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
EDIT: You might have to change the numbers after "amd64_", I don't recall if the numbers are the same per version or if it changes between different machines. In any case as you can see that script takes care of nvaki automatically.
Steps:
0) Use DDU to remove all nvidia stuff
1) Install 417.35 and then restart
2) Download DifferentAutoSLI 1.7.1 and extract it to the Desktop (or anywhere)
3) Go to C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf......\ copy nvlddmkm.sys to your DifferentAutoSLI folder
4) Modify nvlddmkm.sys with some sort of hex editor using the offsets I shared
5) Save/Replace nvlddmkm.sys in the DifferentAutoSLI folder
6) Boot into safe mode
7) Run Install.bat (check if you need to modify the location)
8) Restart
9) Do some sort of fortnite dance and celebrate?