552.12 - Clean Version

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

  1. enthusiast29

    enthusiast29 Active Member

    Messages:
    77
    Likes Received:
    31
    GPU:
    Nvidia RTX 3070 8GB
    Doing this would prevent running anti-cheat software and people would not be able to play most MP games. If you really care about data collection then add something like pi-hole to your network. Stopping data collection from just one app isn't gonna do anything to your privacy.
     
    THEBOSS619 likes this.
  2. THEBOSS619

    THEBOSS619 Member Guru

    Messages:
    119
    Likes Received:
    75
    GPU:
    Vega 7 + 1660ti 6GB
    That is true but I play MP games that doesn't have this kind of anti-cheat software so it isn't affecting me. It isn't about privacy only though... I use custom DNS server so I am pretty much covered on that side about privacy... it is also about trying to lower the overhead that Nvidia drivers gets added with it and the amount of bloat/loggings/tracings on driver levels. All these stuff pretty sure use CPU/GPU cycles at least.

    At least when customizing the driver... I still have WHQL status on a custom Nvidia driver ;)
    whql.jpg

    Which really shouldn't cause too much issue with anti-cheat software unless they are pretty stubborn.

    It isn't about one app on nvidia... its a multiple of services with it + Deep down on drivers level... all that with just Nvidia drivers alone.. useless with no benefits except collecting/logging/etc... why need all that dirt on driver level + a multiple of services with it for a damn GPU driver? I believe those kind of things to be made for Beta driver releases where a developer gets benefits from those kind of stuff... but other than that.. why implement it on Stable releases too? it doesn't make sense to me.

    Generally... It might not make a difference for High End Spec PC's/Laptops but it will surely make a difference on Low-Mid Tier PC's/Laptops in general. Personally I like my stuff to be clean :)
     
    Last edited: Jan 30, 2022
  3. OniKeaton

    OniKeaton Master Guru

    Messages:
    273
    Likes Received:
    149
    GPU:
    3080 Ti FE 12GB
    I use Pi-Hole on my network and love it.
     
    enthusiast29 likes this.
  4. Phragmeister

    Phragmeister Guest

    Messages:
    1,895
    Likes Received:
    316
    GPU:
    MSI GTX 980 4GB
    Just want to say a massive thank you for uploading these clean drivers. Makes it so much easier and takes worries off the mind.

    Thanks a lot @Eviltoaster
     

  5. vestibule

    vestibule Ancient Guru

    Messages:
    2,172
    Likes Received:
    1,400
    GPU:
    Radeon RX6600XT
    TY. Like the good ol' days.:)
     
  6. Sabbath

    Sabbath Maha Guru

    Messages:
    1,217
    Likes Received:
    368
    GPU:
    RTX 2080 Super
    So i just installed these drivers. For the very first time, first time for any of your drivers dame good job i must say. Thank you sir :cool: stuff
     
    Last edited: Jan 30, 2022
  7. Eviltoaster

    Eviltoaster Member Guru

    Messages:
    157
    Likes Received:
    1,171
    GPU:
    Asus TUF 4070 OC
    Updated to v511.65
     
  8. snyft

    snyft Guest

    Messages:
    11
    Likes Received:
    0
    GPU:
    3DConnect x800GTO 256mb
    Do i still get the Nvidia control panel with these clean versions?
     
  9. PetritH

    PetritH Member Guru

    Messages:
    180
    Likes Received:
    19
    GPU:
    RX 7900 XT
    Yep.
     
    snyft and mapnam charun like this.
  10. Rootax

    Rootax Member Guru

    Messages:
    168
    Likes Received:
    27
    GPU:
    3090 MSI Suprim X
    You're a such incredible toaster, thx again for your work !
     
    mapnam charun likes this.

  11. Danny_G13

    Danny_G13 Master Guru

    Messages:
    924
    Likes Received:
    219
    GPU:
    MSI 4090 Trio
    Way prefer these cleaner drivers. Thank you for this project. Looking forward to the clean version for the latest hotfix!
     
  12. Eviltoaster

    Eviltoaster Member Guru

    Messages:
    157
    Likes Received:
    1,171
    GPU:
    Asus TUF 4070 OC
  13. mootyful

    mootyful Member

    Messages:
    31
    Likes Received:
    4
    GPU:
    GTX 760 Gigabyte
  14. MaidenFred

    MaidenFred Member Guru

    Messages:
    120
    Likes Received:
    12
    GPU:
    MSI 3080Ti Suprim X
    Thanks for job and update, no more issue with custom refresh rate over hdmi.
    Good driver
     
  15. enthusiast29

    enthusiast29 Active Member

    Messages:
    77
    Likes Received:
    31
    GPU:
    Nvidia RTX 3070 8GB

  16. Eviltoaster

    Eviltoaster Member Guru

    Messages:
    157
    Likes Received:
    1,171
    GPU:
    Asus TUF 4070 OC
  17. GPUHaze

    GPUHaze Guest

    Messages:
    7
    Likes Received:
    4
    GPU:
    3080
    Thanks! Are there any other tips or files you forgot to mention? From your post and those links, I might be able to build this into a bat script. Here's what I've got for the pre-cleaned version:
    Code:
    @echo off
    :: Driver
    rem [HD Audio, PhysX]
        c: & cd %UserProfile%\Downloads & for /D %%G in ("GTX*") do cd "%%G"
        rd /S /Q "HDAudio"
        rd /S /Q "PhysX"
    rem [DisplayDriverRAS.dll]
        cd Display.Driver
        type NUL > DisplayDriverRAS.dll
    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 -clean -noreboot
        START /wait taskkill /f /im wscript.exe
    rem [Nvidia Profile Updater]
        TIMEOUT /T 3 /nobreak
        rd /S /Q "%ProgramFiles%\NVIDIA Corporation\Display.NvContainer\plugins\Session\NvProfileUpdater"
        powershell -c "Remove-Item -path '%ProgramFiles%\NVIDIA Corporation\NvProfileUpdater' -Recurse -Force; Remove-Item -path '%ProgramData%\NVIDIA Corporation\NvProfileUpdaterPlugin' -Recurse -Force"
    
    :: 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
        ))
    
    :: Driver signature enforcement STAGE 2 [On] (Allow non-tweaked Windows to install modded Driver)
    bcdedit /set TESTSIGNING OFF
    
    :: Cleanup
    restart-only.exe &rem {https://www.monitortests.com/forum/Thread-Custom-Resolution-Utility-CRU}
    for %%G in (DDU,GTX) do powershell -c "Remove-Item -path '%UserProfile%\Downloads\%%G*' -Recurse -Force"
    
    :: Tips
    rem NVIDIA Clean GTX {tinyurl.com/y384pyx7}
    rem Official Standard (Non-DCH) Driver {https://www.nvidia.com/Download/Find.aspx}
    
    shutdown /r
     
    Last edited: Feb 15, 2022
    THEBOSS619 and mapnam charun like this.
  18. Eviltoaster

    Eviltoaster Member Guru

    Messages:
    157
    Likes Received:
    1,171
    GPU:
    Asus TUF 4070 OC
    Updated to v511.79
     
    Apparatus, Blackfyre, Astug and 9 others like this.
  19. ToyTen

    ToyTen Maha Guru

    Messages:
    1,311
    Likes Received:
    110
    GPU:
    7900xtx Taichi OC
    Thank you
     
    Deleted member 282649 likes this.

Share This Page