What's Actually Change

Click ▶ to expand

The latest repack follow this tweak guide, older repack may have some different:
Only keeps these folder (root directory):
  • Display.Driver
  • HDAudio
  • NVI2
  • PPC (Windows 10 Only)
  • PhysX
File Added
  • AutoClick.ahk
  • AutoHotkey.exe
  • Launch.bat
  • Utility.ahk
  • Utility_INF.ahk
  • XtremeG.ahk
  • NvFBC.ahk
  • NVENC.ahk
  • (DCH Only) Display.Driver\NVIDIACorp.NVIDIAControlPanel_56jybvy8sckqj.Appx
  • HDAudio\R4EEA32H.dll
  • HDAudio\R4EEA64H.dll
  • HDAudio\R4EED32H.dll
  • HDAudio\R4EED64H.dll
  • HDAudio\R4EEG32H.dll
  • HDAudio\R4EEG64H.dll
  • HDAudio\R4EEL32H.dll
  • HDAudio\R4EEL64H.dll
  • HDAudio\R4EEP32H.dll
  • HDAudio\R4EEP64H.dll
  • NvFBC\nvfbcwrp32.dll
  • NvFBC\nvfbcwrp64.dll
  • NVENC\nvencodeapi.dll
  • NVENC\nvencodeapi64.dll
File Removed
  • NVI2\NvInstallerUtil.dll
  • Display.Driver\NvTelemetry64.dll
  • (Standard Only) Display.Driver\NvProfileUpdaterPlugin.dll
  • (Standard Only) Display.Driver\dlsargs.xml
  • (Standard Only) Display.Driver\dlsnetparams.csv
  • (Standard Only) Display.Driver\nvgwls.exe
  • (Standard Only) Display.Driver\nvtopps.db
  • (Standard Only) Display.Driver\nvtopps.dll
  • (Standard Only) Display.Driver\DisplayDriverRAS.dll
  • (DCH Only) Display.Driver\NVWMI folder
  • (DCH Only) Display.Driver\NvCamera folder
  • (DCH Only) Display.Driver\Display.NvContainer\dlsargs.xml
  • (DCH Only) Display.Driver\Display.NvContainer\dlsnetparams.csv
  • (DCH Only) Display.Driver\Display.NvContainer\nvgwls.exe
  • (DCH Only) Display.Driver\Display.NvContainer\nvtopps.db
  • (DCH Only) Display.Driver\Display.NvContainer\plugins\LocalSystem\_DisplayDriverRAS.dll
  • (DCH Only) Display.Driver\Display.NvContainer\plugins\Session\_nvtopps.dll
  • (DCH Only) Display.Driver\Display.NvContainer\Display.NvContainer\plugins\Session\NvProfileUpdaterPlugin.dll
  • (DCH Only) Display.Driver\Display.NvContainer\plugins\LocalSystem\_NvMsgBusBroadcast.dll
  • (DCH Only) Display.Driver\Display.NvContainer\plugins\LocalSystem\messagebus.conf
  • (DCH Only) Display.Driver\Display.NvContainer\plugins\LocalSystem\wksServicePluginZ.dll
  • (DCH Only) Display.Driver\Display.NvContainer\Display.NvContainer\plugins\Session\wksServicePlugin.dll
  • (DCH Only) Display.Driver\Display.NvContainer\plugins\Session\_NvGSTPlugin.dll
File Changes
  • setup.cfg
    • Keep only Display.Driver, HDAudio.Driver, Update.Core, Display.PhysX sub packages
    • Localize PhysXTitle, HDAudioTitle, HDAudioInstallBlockedMessage
    • Remove line <string name="EulaHtmlFileFullPath" value="${{InstallerDirectory}}/${{EulaHtmlFile}}"/>
    • Remove line <string name="FunctionalConsentFilePath" value="${{InstallerDirectory}}\${{FunctionalConsentFile}}"/>
    • Remove line <string name="PrivacyFilePath" value="${{InstallerDirectory}}\${{PrivacyPolicyFile}}"/>
    • Remove line <file name="${{EulaHtmlFile}}"/>
    • Remove line <file name="${{FunctionalConsentFile}}"
    • Remove line <file name="${{PrivacyPolicyFile}}"/>
    • Remove line <file name="${{InstallerDllDirectory}}/NvInstallerUtil.dll" core="true"/>
    • Remove line <file name="${{ResourcesDirectory}}/GFExperienceProgressText*.cfg"/>
  • (Standard Only) Display.Driver\NvCplSetupInt.exe Files changes inside the archive Remove all .chm files
    DisplayControlPanel.nvi Remove all `<file name=".chm" sizeKB="")` line Remove all <copyFile target="${{SharedWindowsDirectory}}\help\nvcpl\*.chm" source="*.chm"/> line Remove all `<copyFile target="${{SharedWindowsDirectory}}\help\.hlp" source="*.hlp"/>` line
  • Display.Driver\DisplayDriver.nvi
    • (Standard Only) Remove line <file name="DisplayDriverRAS.dll" />
    • (DCH Only) Remove line <file name="_DisplayDriverRAS.dll" />
    • (Standard Only) <file name="NvProfileUpdaterPlugin.dll" />
    • (DCH Only) <file name="Display.NvContainer\plugins\Session\NvProfileUpdaterPlugin.dll" />
    • Change <string name="preserveCache" value="true"/> to <string name="preserveCache" value="false"/>
    • Change <bool name="UsesDisplayDriverRASSymLink" value="true"/> to <bool name="UsesDisplayDriverRASSymLink" value="false"/>
    • (DCH Only) Remove
      <standard condition="Feature.NvTelemetry" onError="ignore" phase="installDisplayDriverRASPlugin">
        <createDirectory target="${{DisplayDriverRASPluginPath}}"/>
        <copyFile source="DisplayDriverRAS.dll" target="${{DisplayDriverRASPluginPath}}\_DisplayDriverRAS.dll"/>
        <createDirectory source="${{DisplayDriverRASPluginPath}}" symLink="true" target="${{DisplayDriverRASSymLinkPath}}"/>
      </standard>
      <standard phase="installNvProfileUpdaterPlugin" when="install">
        <createDirectory target="${{NvProfileUpdaterDirPath}}"/>
        <copyFile source="NvProfileUpdaterPlugin.dll" target="${{NvProfileUpdaterDirPath}}\NvProfileUpdaterPlugin.dll"/>
      </standard>
      <standard phase="createNvProfileUpdaterJunctionPoint">
        <createDirectory source="${{NvProfileUpdaterDirPath}}" symLink="true" target="${{NvProfileUpdaterSymLinkPath}}"/>
      </standard>ss
      
    • (Standard Only) Remove
      <standard phase="installDisplayDriverRASPlugin" condition="Feature.NvTelemetry" onError="ignore">
        <createDirectory target="${{DisplayDriverRASPluginPath}}"/>    
        <copyFile target="${{DisplayDriverRASPluginPath}}\_DisplayDriverRAS.dll" source="DisplayDriverRAS.dll"/>
        <createDirectory target="${{DisplayDriverRASSymLinkPath}}" source="${{DisplayDriverRASPluginPath}}" symLink="true"/>
      </standard>
      <standard phase="installNvProfileUpdaterPlugin" when="install">
        <createDirectory target="${{NvProfileUpdaterDirPath}}"/>
        <copyFile target="${{NvProfileUpdaterDirPath}}\NvProfileUpdaterPlugin.dll" source="NvProfileUpdaterPlugin.dll"/>
      </standard>
      <standard phase="createNvProfileUpdaterJunctionPoint">
        <createDirectory target="${{NvProfileUpdaterSymLinkPath}}" source="${{NvProfileUpdaterDirPath}}" symLink="true"/>
      </standard>
      
  • Display.Driver*.inf
    • Remove line NvTelemetry64.dll = 1 at [SourceDisksFiles]
    • (DCH Only) Remove line nvprofileupdaterplugin.dll = 1,Display.NvContainer\plugins\Session at [SourceDisksFiles]
    • (DCH Only) Remove line nvprofileupdaterplugin.dll,,,0x00000010 at [NvDisplayContainer_PluginsSession_Dir]
    • Remove ,NVNetworkService.exe at all [IncludedSubPackages__*] (for earlier version)
    • Remove ,NVNetworkServiceAPI.dll at all [IncludedSubPackages__*] (for earlier version)
    • Remove ,NvInstallerUtil.dll at all [IncludedSubPackages__*]
    • Remove ,nvst3*.chm at all [IncludedSubPackages__*]
    • Remove ,nvWmi.chm at all [IncludedSubPackages__*]
    • (Standard Only) Remove Display.Driver = NvProfileUpdaterPlugin.dll at all [IncludedSubPackages__*]
    • Change NvSupportTelemetry = 1" to "NvSupportTelemetry = 0 at at all [Section*]
    • Remove all line include .chm at [nv_CplInstaller_copyfiles]
    • Remove all [nv_telemetry_copyfiles*]
    • Remove all CopyFiles = nv_telemetry_copyfiles* at all [Section*]
    • (Standard Only) Remove line DisplayDriverRAS.dll = 1 at [SourceDisksFiles]
    • (Standard Only) Remove line DisplayDriverRAS.dll,,, at all [nv_syswow64_RS_copyfiles__*]
    • (Standard Only) Remove line DisplayDriverRAS.dll,,,0x00000010 at [nv_SourceDrive_copyfiles]
    • (DCH Only) Remove line _DisplayDriverRAS.dll = 1,Display.NvContainer\plugins\LocalSystem at [SourceDisksFiles]
    • (DCH Only) Remove line _DisplayDriverRAS.dll,,,0x00000000 at [NvDisplayContainer_PluginsLS_Dir]
  • HDAudio\HDAudio.nvi
    • Add PCEE4 APO (HDMI) files
      <file name="R4EEA32H.dll" />
      <file name="R4EEA64H.dll" />
      <file name="R4EED32H.dll" />
      <file name="R4EED64H.dll" />
      <file name="R4EEG32H.dll" />
      <file name="R4EEG64H.dll" />
      <file name="R4EEL32H.dll" />
      <file name="R4EEL64H.dll" />
      <file name="R4EEP32H.dll" />
      <file name="R4EEP64H.dll" />
      
  • HDAudio\HDAudio.inf
    • Change from Microsoft Audio Home Theater Effects LFX APO to Dolby PCEE4 HDMI LFX+GFX APO
  • Display.Driver\presentations.cfg
    • Change <string name="ProgressPresentationUrl" value="http://www.geforce.com/nvidia_web_services/controller.driverinstallercontent.php?com.nvidia.services.DriverInstallerContent.getCurrentHtmlDefault/"/> to <string name="ProgressPresentationUrl" value="localhost"/>
    • Change <string name="ProgressPresentationSelectedPackageUrl" value="http://www.geforce.com/nvidia_web_services/controller.driverinstallercontent.php?com.nvidia.services.DriverInstallerContent.trackSelectedPackageIds/"/> to <string name="ProgressPresentationSelectedPackageUrl" value="localhost"/>