Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New Script]: Disable NVIDIA FrameView SDK Service #482

Open
P0W3 opened this issue Jan 4, 2025 · 0 comments
Open

[New Script]: Disable NVIDIA FrameView SDK Service #482

P0W3 opened this issue Jan 4, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@P0W3
Copy link

P0W3 commented Jan 4, 2025

Operating system

Windows

Name of the script

Disable NVIDIA FrameView SDK Service

Documentation/References

This script will disable the NVIDIA FrameView SDK Service, which is a software component of the NVIDIA FrameView application. The NVIDIA FrameView SDK Service contains key points such as providing detailed metrics, displaying performance and power usage data in real-time through a customizable overlay on the game screen, becoming compatible with multiple graphics cards and APIs, and creating performance analysis data. Some users report that the NVIDIA FrameView SDK Service causes privacy concerns and performance loss. Therefore, using this script will cause a lack of monitoring performance and power usage data, which means that the NVIDIA FrameView SDK Service will not be used within a long time period.

The service’s path to the executable:
"C:\Program Files\NVIDIA Corporation\FrameViewSDK\nvfvsdksvc_x64.exe" -service

Reference 1: https://web.archive.org/web/20250104024318/https://steamcommunity.com/app/1085660/discussions/0/3414305314945209219/
Reference 2: https://web.archive.org/web/20240928045719/https://www.nvidia.com/content/dam/en-zz/Solutions/GeForce/technologies/frameview/frameview-user-guide-1-1-web.pdf

Code

:: ----------------------------------------------------------
:: -------Disable NVIDIA FrameView SDK Service--------
:: ----------------------------------------------------------
echo --- Disable NVIDIA FrameView SDK Service
:: Set the registry value: "HKLM\SYSTEM\CurrentControlSet\Services\FvSvc!Start"
PowerShell -ExecutionPolicy Unrestricted -Command "$registryPath = 'HKLM\SYSTEM\CurrentControlSet\Services\FvSvc'; $data = '4'; reg add 'HKLM\SYSTEM\CurrentControlSet\Services\FvSvc' /v 'Start' /t 'REG_DWORD' /d "^""$data"^"" /f"

Revert code

No response

Suggested category

Configure Programs > Disable NVIDIA Monitoring > Disable NVIDIA FrameView SDK Service

Recommendation level

None

Additional information

image

@P0W3 P0W3 added the enhancement New feature or request label Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant