-
-
Save fluggelgleckheimlen/9a19096cbbb7e7d53bba6131e76b457c to your computer and use it in GitHub Desktop.
Remove nVidia 'Bloatware' Batch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Удаляет мусор из дистрибутива GeForce Drivers:

А также исправляет 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/