Nvidia APP 中 如何删除图像配置中无用的程序

1、尝试找到
C:\Users\你的用户名\AppData\Local\NVIDIA Corporation\NVIDIA app\NvBackend\ApplicationStorage.json
2、查看ApplicationStorage.json里是否有你需要删除的相关程序(如果不了解json语法,那么请先备份该文件),然后分别删除它们(一个{}大括号加一个,逗号为一组)。
ApplicationStorage.json示例:

{
    "Applications": [
        {
            "LocalId": 550426948,
            "Application": {
                "CmsId": 102802116,
                "CmsVersion": 1,
                "DisplayName": "Tencent Meeting",
                "ShortName": "tencent_meeting",
                "Version": "generic",
                "Distributor": "Standalone",
                "InstallDirectory": "D:\\腾讯会议\\",
                "DetectedFiles": [
                    "D:\\腾讯会议\\WeMeet\\wemeetapp.exe"
                ],
                "ImageFiles": [
                    "D:\\腾讯会议\\WeMeet\\wemeetapp.exe"
                ],
                "LaunchCmd": "WeMeet\\wemeetapp.exe",
                "IsOpsSupported": false,
                "UseDesktopResolution": false,
                "UseLowResolutions": false,
                "HypersamplingQuality": -1,
                "HypersamplingFactors": [],
                "IsStreamingSupported": false,
                "StreamingCmdLine": "",
                "StreamingCaption": "",
                "StreamingClassName": "",
                "StreamingAutomatedLaunch": false,
                "DriverProfile": "D:\\腾讯会议\\WeMeet\\wemeetapp.exe",
                "IsCreativeApplication": false,
                "SendTelemetryForGFESupportedApps": true,
                "UseDRSForTelemetry": false,
                "ChromaAppId": " a1bd4793-3caf-44a0-87b3-e908287a1704",
                "InitialTimeISO": "2024-06-14T16:10:07Z",
                "LastLaunchTimeISO": "2024-08-09T00:41:13Z",
                "IsManuallyAdded": false,
                "IsFingerprintDetected": true
            }
        }
    ]
}

3、最后,注销Windows登录,重新运行Nvidia App。

2 个赞

Hi @MaJave :wave:

本论坛主要讨论使用 NVIDIA 技术做开发实践遇到的问题。如遇到 NvApp使用相关问题,请查考此解答 NVIDIA显卡导致Win10蓝屏,请问怎么才能解决问题 - #3,来自 HaimanZ

新版已经支持了删除,你发布的相关数据文件路径也很有参考意义 :+1: