From 24b95864946089bdfb425a4f081d6f5d8363fa6a Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Tue, 23 Mar 2021 11:37:09 +0200 Subject: [PATCH] fix #391 --- win/nvfbcwrp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/nvfbcwrp/README.md b/win/nvfbcwrp/README.md index fdb075e..e88bb72 100644 --- a/win/nvfbcwrp/README.md +++ b/win/nvfbcwrp/README.md @@ -32,6 +32,6 @@ Hence, if default magic baked into nvfbcwrp doesn't work for you, you have to: For some software (e.g Steam) it is also needed to add registry value to use NvFBC, which you can do by running: ```batch -reg add "HKEY_LOCAL_MACHINE\SSYSTEM\CurrentControlSet\Services\nvlddmkm" /v NVFBCEnable /d 1 /t REG_DWORD /f +reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\nvlddmkm" /v NVFBCEnable /d 1 /t REG_DWORD /f ``` (reboot / driver restart required to take effect)