552.22 - Clean Version

Discussion in 'Videocards - NVIDIA GeForce Drivers Section' started by Eviltoaster, Jul 20, 2020.

  1. PetritH

    PetritH Member Guru

    Messages:
    180
    Likes Received:
    19
    GPU:
    RX 7900 XT
  2. Blackbird52

    Blackbird52 New Member

    Messages:
    7
    Likes Received:
    2
    GPU:
    Nvidia
  3. Danny_G13

    Danny_G13 Master Guru

    Messages:
    924
    Likes Received:
    219
    GPU:
    MSI 4090 Trio
    Want to thank you again EvilToaster - when I see new Nvidia drivers, this thread is where I come, and I only use your clean versions now.

    Appreciate all the work you do here.
     
    0LBaID likes this.
  4. OniKeaton

    OniKeaton Master Guru

    Messages:
    273
    Likes Received:
    149
    GPU:
    3080 Ti FE 12GB
    @Eviltoaster, please use the updated code below for the .bat file. I added one more file type. Only came across one driver package so far with this file type (515.36), but it never hurts to be too careful.
    Code:
    @echo off
    expand -r *.??_
    del *.??_
    rename *.dl *.dl_
    rename *.ex *.ex_
    rename *.sy *.sy_
    rename *.bi *.bi_
    rename *.ic *.ic_
    rename *.xm *.xm_
     
    Last edited: Feb 16, 2022

  5. GPUHaze

    GPUHaze Guest

    Messages:
    7
    Likes Received:
    4
    GPU:
    3080
    Does any1 know which folders/files are removed from the Clean GTX Version pertaining to "Key RTX features"? I'd like to manually remove those from a driver.
     
  6. Danny_G13

    Danny_G13 Master Guru

    Messages:
    924
    Likes Received:
    219
    GPU:
    MSI 4090 Trio
    I might be missing something, but how do you uninstall aside DDU? Is DDU the way to go?
     
  7. odjinan

    odjinan New Member

    Messages:
    9
    Likes Received:
    2
    GPU:
    4070ti
    this is the way.
     
  8. THEBOSS619

    THEBOSS619 Member Guru

    Messages:
    120
    Likes Received:
    76
    GPU:
    Vega 7 + 1660ti 6GB
    That's an amazing bat script work, thanks for your time and effort to do this! :) and yes... that's all what I have been discorvered and researched for the time being but I will let you know or even send you a PM for anything new or updates ;) sorry for the late reply... life doesn't give me a break since COVID.
     
    GPUHaze likes this.
  9. GPUHaze

    GPUHaze Guest

    Messages:
    7
    Likes Received:
    4
    GPU:
    3080
    Thanks so much for getting me onto this! Previously, I figured Eviltoasters mod was good enough, but after reading your post, I was like 'damn, I'm too OCD lol'. Rather than tediously creating a bat and keeping it updated, I decided to just trust/use alanfox2000's driver. Hopefully it's clean and not a backdoor or something haha...

    These bats are setup for my needs, but I'll throw them out there in case someone can use parts or mod it accordingly. :)

    DDU.cmd (run in Safe Mode > Unplug network)
    Code:
    bcdedit /set TESTSIGNING ON &rem Driver signature enforcement STAGE 1 [Off] (Allow non-tweaked Windows to install modded Driver)
    cd\Armory\Resources
    7-ZipPortable\App\7-Zip64\7z.exe x DDU*.exe -o%UserProfile%\Downloads
    c: & cd %UserProfile%\Downloads & for /D %%G in ("DDU*") do cd "%%G"
    "Display Driver Uninstaller.exe" -removemonitors -RemovePhysx -RemoveGFE -cleannvidia -norestorepoint -restart -silent
    
    NVIDIA.cmd
    Code:
    Set "PrimaryRig=Main Rig"
    
    cd\Armory\Resources
    7-ZipPortable\App\7-Zip64\7z.exe x "GPU Drivers\nvidia*.exe" -o%UserProfile%\Downloads\NVIDIA
    
    :: Driver
    rem [Remove Extra Features]
       c: & cd %UserProfile%\Downloads & for /D %%G in ("NVIDIA*") do cd "%%G"
       rd /S /Q "HDAudio"
       rd /S /Q "PhysX"
       rd /S /Q "PPC"
    rem [A51m R2 Inf Mod]
       cd Display.Driver
       WMIC CSPRODUCT GET NAME | find "Alienware Area-51m R2"&if errorlevel 1 (echo do nothing) else (powershell -c "(gc 'nvdmi.inf') -replace '%%NVIDIA_DEV.2191.09F9.1028', """"% %%%NVIDIA_DEV.1E93.099D.1028%% = Section151, PCI\VEN_10DE&DEV_1E93&SUBSYS_099D1028 `r`n%%%NVIDIA_DEV.2191.09F9.1028""""|Out-File 'nvdmi.inf'; (gc 'nvdmi.inf').replace('NVIDIA_DEV.2191.09F9.1028 = \"NVIDIA GeForce GTX 1660 Ti\"', 'NVIDIA_DEV.1E93.099D.1028 = \"NVIDIA GeForce RTX 2080 Super\"') | Out-File 'nvdmi.inf'")
    rem [GPU Unsigned Driver Skip]
       echo set wshShell = CreateObject("WScript.Shell"):Do:ret = wshShell.AppActivate("Windows Security"):If ret = True Then:wshShell.SendKeys "{TAB}{ENTER}":End If:WScript.Sleep 500:Loop>GPUUnsignedDriverSkip.vbs
       start "" "GPUUnsignedDriverSkip.vbs"
    rem [Silent Install]
       cd ..
       setup.exe -s -noeula -clean -noreboot -enableTelemetry:false -gfexperienceinitiated:false
       START /wait taskkill /f /im wscript.exe
       TIMEOUT /T 3 /nobreak
    
    :: Settings
    rem [Nvidia Control Panel]
       reg add "HKCU\SOFTWARE\NVIDIA Corporation\NvTray" /v StartOnLogin /t REG_DWORD /d 0 /f &rem Show Notification Tray Icon [Off]
       reg add "HKCU\Software\NVIDIA Corporation\Global\NVTweak" /v Gestalt /t REG_DWORD /d 515 /f &rem Adjust image settings with preview [Use the advanced 3D image settings]
    rem nvidiaProfileInspector [Import]
       cd /d %~d0\Armory\Resources
       nvidiaProfileInspector\nvidiaProfileInspector.exe "nvidiaProfileInspector\Latest.nip" -silent
    rem 3D Settings [Read Only] (BFV)
       TIMEOUT /T 3 /nobreak
       attrib +r "%ProgramData%\NVIDIA Corporation\Drs\nvdrsdb0.bin"
       attrib +r "%ProgramData%\NVIDIA Corporation\Drs\nvdrsdb1.bin"
    
    :: MSI/CPU Affinity
    rem [MSI Mode]
       for /f %%i in ('wmic path win32_VideoController get PNPDeviceID ^| findstr /L "VEN_"') do (
           reg add "HKLM\SYSTEM\ControlSet001\Enum\%%i\Device Parameters\Interrupt Management\MessageSignaledInterruptProperties" /v MSISupported /t REG_DWORD /d 1 /f) &rem MSI Mode [On] {tinyurl.com/tmlwdeb}
           rem [FR33THY SAID DOESN'T LOWER LATENCY] reg add "HKLM\SYSTEM\ControlSet001\Enum\%%i\Device Parameters\Interrupt Management\Affinity Policy" /v DevicePriority /t REG_DWORD /d 3 /f &rem MSI Mode > Interrupt Priority [High]
       )
    rem [Interrupt Affinity Policy] *UPDATE IF NEW CPU* (HT off ignores this tweak for CPU's selected out of band until HT is re-enabled, Requires driver running in MSI Mode) {tinyurl.com/ufxrre5f} {youtu.be/LeBp3a5WIzE}
       wmic baseboard get product | find "%PrimaryRig%"&if errorlevel 1 (echo do nothing) else (for /f %%i in ('wmic path win32_VideoController get PNPDeviceID ^| findstr /L "VEN_"') do (
           rem [GPU Affinity [CPU 10/11]] [8 Cores/Hyperthreading [On]]
               reg add "HKLM\SYSTEM\ControlSet001\Enum\%%i\Device Parameters\Interrupt Management\Affinity Policy" /v DevicePolicy /t REG_DWORD /d 4 /f
               reg add "HKLM\SYSTEM\ControlSet001\Enum\%%i\Device Parameters\Interrupt Management\Affinity Policy" /v AssignmentSetOverride /t REG_BINARY /d 000c /f
       ))
    
    :: Misc
    bcdedit /set TESTSIGNING OFF &rem Driver signature enforcement STAGE 2 [On] (Allow non-tweaked Windows to install modded Driver)
    restart-only.exe &rem {https://www.monitortests.com/forum/Thread-Custom-Resolution-Utility-CRU}
       for %%G in (DDU,NVIDIA) do powershell -c "Remove-Item -path '%UserProfile%\Downloads\%%G*' -Recurse -Force"
    
    :: Tips
    rem > alanfox2000 {puresoftapps-nvidia.blogspot.com}
    rem Eviltoaster {forums.guru3d.com/threads/511-79-clean-version.433367/}
    rem NVIDIA Standard (Non-DCH) Driver {https://www.nvidia.com/Download/Find.aspx}
    
    shutdown /r
    
     
    Last edited: Feb 25, 2022
    THEBOSS619 likes this.
  10. THEBOSS619

    THEBOSS619 Member Guru

    Messages:
    120
    Likes Received:
    76
    GPU:
    Vega 7 + 1660ti 6GB
    I am glad to help and to provide assistance whenever is possible :) thank you for your amazing scripts and sharing it ! I have been trusting alanfox2000's driver since 2014 even after Nvidia shutdown his github for copyright violation and since then he created his own blog website for his own work ;) at least we know what we or I can do when alanfox2000 might not be around in the foreseeable future :)
     

  11. DarkPoee

    DarkPoee Guest

    Messages:
    108
    Likes Received:
    2
    GPU:
    RTX 3080 TI FTW3
    Does someone have (if it exists), the clean version of 511.72?
     
  12. Klemc

    Klemc Master Guru

    Messages:
    308
    Likes Received:
    60
    GPU:
    4070-ti ARGB - PNY
    Hello, i can't access 497.29 version from archive, it stays undecryted state (dossier/fichier - non déchiffré - because i'm FREnch)

    Thanks for the share:

    https://ibb.co/GPfcwZ8

    And i don't need to use Cleanstall anymore !?!

    Thanks for all

    -------

    OKay, works even with Cleanstall !!!!!!
     
    Last edited: Mar 9, 2022
  13. Eripsa

    Eripsa New Member

    Messages:
    3
    Likes Received:
    0
    GPU:
    GTX 1070
  14. Eviltoaster

    Eviltoaster Member Guru

    Messages:
    158
    Likes Received:
    1,172
    GPU:
    Asus TUF 4070 OC
    Updated to v512.15
     
  15. ToyTen

    ToyTen Maha Guru

    Messages:
    1,311
    Likes Received:
    110
    GPU:
    7900xtx Taichi OC
    Thank you Sir
     

  16. bluedevil

    bluedevil Master Guru

    Messages:
    416
    Likes Received:
    28
    GPU:
    Kfa2 RTX 2060 6gb
    Any way to have the freestyle injector work without all the other bloatware and without bloat force experience? I only care about the clean driver and the shaders part. I don't want their other bloatware eating up my ram. I don't want to log-on in their Spyware crap.
     
  17. maciejsojka

    maciejsojka Member

    Messages:
    30
    Likes Received:
    12
    GPU:
    G@;$TX 1660 S GP@OC
    512.59 clean version, please...
     
    mapnam charun likes this.
  18. Eviltoaster

    Eviltoaster Member Guru

    Messages:
    158
    Likes Received:
    1,172
    GPU:
    Asus TUF 4070 OC
    Updated to v512.59
     
    akbaar, maciejsojka, Rootax and 12 others like this.
  19. DarkPoee

    DarkPoee Guest

    Messages:
    108
    Likes Received:
    2
    GPU:
    RTX 3080 TI FTW3
    Can anyone explain (haven't been able to find), what are the differences between GTX and RTX versions (aside from the obvious notation that says "RTX features removed")
     
    Deleted member 282649 likes this.
  20. bobmitch

    bobmitch Master Guru

    Messages:
    517
    Likes Received:
    109
    GPU:
    ASUS TUF 4070 TI OC
    Thank you for all you do!
     

Share This Page