Skip to content

Instantly share code, notes, and snippets.

@fluggelgleckheimlen
Forked from CHEF-KOCH/nvidia.cmd
Last active July 15, 2019 14:15
Show Gist options
  • Save fluggelgleckheimlen/9a19096cbbb7e7d53bba6131e76b457c to your computer and use it in GitHub Desktop.
Save fluggelgleckheimlen/9a19096cbbb7e7d53bba6131e76b457c to your computer and use it in GitHub Desktop.
Remove nVidia 'Bloatware' Batch
rd /s /q Display.Optimus
rd /s /q Display.NView
rd /s /q Display.Update
rd /s /q GFExperience
rd /s /q GFExperience.NvStreamSrv
rd /s /q GfExperienceService
rd /s /q LEDVisualizer
rd /s /q Miracast.VirtualAudio
rd /s /q MS.NET
rd /s /q MSVCRT
rd /s /q Network.Service
rd /s /q NV3DVision
rd /s /q NV3DVisionUSB.Driver
rd /s /q NvCamera
rd /s /q NvVAD
rd /s /q NVWMI
rd /s /q ShadowPlay
rd /s /q ShieldWirelessController
rd /s /q Update.Core
rd /s /q nodejs
rd /s /q NvBackend
rd /s /q NvTelemetry
rd /s /q NvvHCI
rd /s /q NGXCore
rd /s /q NvAbHub
rd /s /q NvContainer
powershell.exe -command "sc setup.cfg -Value (gc setup.cfg | sls '<file name=\"${{EulaHtmlFile}}\"/>' -NotMatch -SimpleMatch)"
powershell.exe -command "sc setup.cfg -Value (gc setup.cfg | sls '<file name=\"${{FunctionalConsentFile}}\"/>' -NotMatch -SimpleMatch)"
powershell.exe -command "sc setup.cfg -Value (gc setup.cfg | sls '<file name=\"${{PrivacyPolicyFile}}\"/>' -NotMatch -SimpleMatch)"
@fluggelgleckheimlen
Copy link
Author

Удаляет мусор из дистрибутива GeForce Drivers:
39838531-ef22a75c-53d9-11e8-90c3-02b083cde8f9
А также исправляет setup.cfg для корректной работы скрипта с драйвером версии 397.93 и выше:
https://chefkochblog.wordpress.com/2018/05/24/nvidias-latest-397-93-driver-needs-the-geforce-experience-folder-in-it-to-de-bloat-it/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment