diff --git a/tools/readme-autogen/templates/windows_readme_master.tmpl b/tools/readme-autogen/templates/windows_readme_master.tmpl index 979fb24..b97f407 100644 --- a/tools/readme-autogen/templates/windows_readme_master.tmpl +++ b/tools/readme-autogen/templates/windows_readme_master.tmpl @@ -29,9 +29,9 @@ Requirements: 3. Save patch(es) corresponding to your system, driver and product version from [Version Table](#version-table) using direct link to the patch (Right Click -> Save as...). - *Alternatively you may checkout repo using git or download it as ZIP archive and then locate corresponding .1337 patch file in `win` directory.* 4. Apply x64 library patch to corresponding file in `%WINDIR%\system32\` with the Win\_1337\_Apply\_Patch tool. - - *If patching fails, close all applications using nvencodeapi64.dll, such as OBS Studio or Plex.* + - *If patching fails, close all applications using nvencodeapi64.dll, such as OBS Studio, Plex or Discord.* 5. Apply x86 library patch to corresponding file in `%WINDIR%\SysWOW64\` in the same way as previous one. - - *If patching fails, close all applications using nvencodeapi.dll, such as OBS Studio or Plex.* + - *If patching fails, close all applications using nvencodeapi.dll, such as OBS Studio, Plex or Discord.* **Example:** for 64bit Windows 10 running driver version $latest_geforce_version, use `win10_x64/$latest_geforce_version/nvencodeapi64.1337` against `C:\WINDOWS\system32\nvencodeapi64.dll` **and** `win10_x64/$latest_geforce_version/nvencodeapi.1337` against `C:\WINDOWS\SysWOW64\nvencodeapi.dll`. diff --git a/win/README.md b/win/README.md index bee93e6..f0403d7 100644 --- a/win/README.md +++ b/win/README.md @@ -29,9 +29,9 @@ Requirements: 3. Save patch(es) corresponding to your system, driver and product version from [Version Table](#version-table) using direct link to the patch (Right Click -> Save as...). - *Alternatively you may checkout repo using git or download it as ZIP archive and then locate corresponding .1337 patch file in `win` directory.* 4. Apply x64 library patch to corresponding file in `%WINDIR%\system32\` with the Win\_1337\_Apply\_Patch tool. - - *If patching fails, close all applications using nvencodeapi64.dll, such as OBS Studio or Plex.* + - *If patching fails, close all applications using nvencodeapi64.dll, such as OBS Studio, Plex or Discord.* 5. Apply x86 library patch to corresponding file in `%WINDIR%\SysWOW64\` in the same way as previous one. - - *If patching fails, close all applications using nvencodeapi.dll, such as OBS Studio or Plex.* + - *If patching fails, close all applications using nvencodeapi.dll, such as OBS Studio, Plex or Discord.* **Example:** for 64bit Windows 10 running driver version 446.14, use `win10_x64/446.14/nvencodeapi64.1337` against `C:\WINDOWS\system32\nvencodeapi64.dll` **and** `win10_x64/446.14/nvencodeapi.1337` against `C:\WINDOWS\SysWOW64\nvencodeapi.dll`.