diff --git a/drivers.json b/drivers.json
index 9e5e9226744c982de971335c87579db8f81c7793..7aec0d508323abf893bf9f0aa80db2673c85adc4 100644
--- a/drivers.json
+++ b/drivers.json
@@ -2269,6 +2269,24 @@
                     "patch64_url": "win7_x64/457.51/nvencodeapi64.1337",
                     "patch32_url": "win7_x64/457.51/nvencodeapi.1337",
                     "driver_url": "https://international.download.nvidia.com/Windows/457.51/457.51-desktop-win8-win7-64bit-international-whql.exe"
+                },
+                {
+                    "os": "win10",
+                    "product": "GeForce",
+                    "version": "460.79",
+                    "variant": "",
+                    "patch64_url": "win10_x64/460.79/nvencodeapi64.1337",
+                    "patch32_url": "win10_x64/460.79/nvencodeapi.1337",
+                    "driver_url": "https://international.download.nvidia.com/Windows/460.79/460.79-desktop-win10-64bit-international-whql.exe"
+                },
+                {
+                    "os": "win7",
+                    "product": "GeForce",
+                    "version": "460.79",
+                    "variant": "",
+                    "patch64_url": "win7_x64/460.79/nvencodeapi64.1337",
+                    "patch32_url": "win7_x64/460.79/nvencodeapi.1337",
+                    "driver_url": "https://international.download.nvidia.com/Windows/460.79/460.79-desktop-win8-win7-64bit-international-whql.exe"
                 }
             ]
         }
diff --git a/win/README.md b/win/README.md
index 0787fb473202673db203c255b011d4385a890da9..9892d179981f26d0abfbd6fcd351ebf19c69d42a 100644
--- a/win/README.md
+++ b/win/README.md
@@ -1,7 +1,7 @@
 NVENC and NvFBC patches for Windows Nvidia drivers
 ==================================================
 
-![GitHub last commit](https://img.shields.io/github/last-commit/keylase/nvidia-patch.svg) ![Latest GeForce version](https://img.shields.io/badge/latest%20GeForce%20version-457.51-brightgreen.svg) ![Latest Quadro version](https://img.shields.io/badge/latest%20Quadro%20version-457.09-blue.svg)
+![GitHub last commit](https://img.shields.io/github/last-commit/keylase/nvidia-patch.svg) ![Latest GeForce version](https://img.shields.io/badge/latest%20GeForce%20version-460.79-brightgreen.svg) ![Latest Quadro version](https://img.shields.io/badge/latest%20Quadro%20version-457.09-blue.svg)
 
 NVENC patch removes restriction on maximum number of simultaneous NVENC video encoding sessions imposed by Nvidia to consumer-grade GPUs.
 
@@ -54,7 +54,7 @@ git clone https://ipfs.io/ipns/Qmed4r8yrBP162WK1ybd1DJWhLUi4t6mGuBoB9fLtjxR7u nv
 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, Plex or Discord.*
 
-**Example:** for 64bit Windows 10 running driver version 457.51, use `win10_x64/457.51/nvencodeapi64.1337` against `C:\WINDOWS\system32\nvencodeapi64.dll` **and** `win10_x64/457.51/nvencodeapi.1337` against `C:\WINDOWS\SysWOW64\nvencodeapi.dll`.
+**Example:** for 64bit Windows 10 running driver version 460.79, use `win10_x64/460.79/nvencodeapi64.1337` against `C:\WINDOWS\system32\nvencodeapi64.dll` **and** `win10_x64/460.79/nvencodeapi.1337` against `C:\WINDOWS\SysWOW64\nvencodeapi.dll`.
 
 If you experience issues with streaming software based on Nvidia streaming facilities (Nvidia Shield TV, Moonlight), you also have to import few registry values in order to workaround binary signature mismatch. See [**skip\_sig\_check** (clickable)](skip_sig_check) directory for instructions.
 
@@ -151,6 +151,7 @@ Credits to [TroubleChute channel](https://www.youtube.com/channel/UCkih2oVTbXPEp
 | GeForce | 457.33 Vulkan Beta | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/457.33/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/457.33/nvencodeapi.1337) |  |
 | GeForce | 457.44 Vulkan Beta | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/457.44/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/457.44/nvencodeapi.1337) |  |
 | GeForce | 457.51 | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/457.51/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/457.51/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/457.51/457.51-desktop-win10-64bit-international-whql.exe) |
+| GeForce | 460.79 | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/460.79/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/460.79/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/460.79/460.79-desktop-win10-64bit-international-whql.exe) |
 
 
 | Product series | Version | x64 library patch | x86 library patch | Driver link |
@@ -237,6 +238,7 @@ Credits to [TroubleChute channel](https://www.youtube.com/channel/UCkih2oVTbXPEp
 | GeForce | 457.33 Vulkan Beta | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/457.33/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/457.33/nvencodeapi.1337) |  |
 | GeForce | 457.44 Vulkan Beta | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/457.44/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/457.44/nvencodeapi.1337) |  |
 | GeForce | 457.51 | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/457.51/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/457.51/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/457.51/457.51-desktop-win8-win7-64bit-international-whql.exe) |
+| GeForce | 460.79 | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/460.79/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win7_x64/460.79/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/460.79/460.79-desktop-win8-win7-64bit-international-whql.exe) |
 
 
 | Product series | Version | x64 library patch | x86 library patch | Driver link |
diff --git a/win/win10_x64/460.79/nvencodeapi.1337 b/win/win10_x64/460.79/nvencodeapi.1337
new file mode 100644
index 0000000000000000000000000000000000000000..94c84d0e7c6c78d943021f50b6a92c4c61028995
--- /dev/null
+++ b/win/win10_x64/460.79/nvencodeapi.1337
@@ -0,0 +1,6 @@
+>nvencodeapi.dll
+000000000002B478:89->33
+000000000002B479:45->C0
+000000000002B47A:08->89
+000000000002B47B:85->45
+000000000002B47C:C0->08
\ No newline at end of file
diff --git a/win/win10_x64/460.79/nvencodeapi64.1337 b/win/win10_x64/460.79/nvencodeapi64.1337
new file mode 100644
index 0000000000000000000000000000000000000000..b09dde781292af032b9df2f120d41ae3be64bb2e
--- /dev/null
+++ b/win/win10_x64/460.79/nvencodeapi64.1337
@@ -0,0 +1,5 @@
+>nvencodeapi64.dll
+000000000003014C:8B->33
+000000000003014D:F0->C0
+000000000003014E:85->8B
+000000000003014F:C0->F0
\ No newline at end of file
diff --git a/win/win7_x64/460.79/nvencodeapi.1337 b/win/win7_x64/460.79/nvencodeapi.1337
new file mode 100644
index 0000000000000000000000000000000000000000..41ba885164df57bb92add7edf4dfef35d8e51243
--- /dev/null
+++ b/win/win7_x64/460.79/nvencodeapi.1337
@@ -0,0 +1,5 @@
+>nvencodeapi.dll
+0000000000023689:8B->33
+000000000002368A:D8->C0
+000000000002368B:85->8B
+000000000002368C:DB->D8
\ No newline at end of file
diff --git a/win/win7_x64/460.79/nvencodeapi64.1337 b/win/win7_x64/460.79/nvencodeapi64.1337
new file mode 100644
index 0000000000000000000000000000000000000000..766c1b331b5c032f7a58986bb21321df792a1278
--- /dev/null
+++ b/win/win7_x64/460.79/nvencodeapi64.1337
@@ -0,0 +1,5 @@
+>nvencodeapi64.dll
+0000000000027C25:8B->33
+0000000000027C26:F0->C0
+0000000000027C27:85->8B
+0000000000027C28:C0->F0
\ No newline at end of file