diff --git a/win/tools/autopatch/autopatch.py b/win/tools/autopatch/autopatch.py
index f5b1af63293dc3344afad283747ed58eb1cf6550..77782a3592ef3ee9109caf76294f05490419015e 100755
--- a/win/tools/autopatch/autopatch.py
+++ b/win/tools/autopatch/autopatch.py
@@ -166,7 +166,7 @@ def main():
         drv_prefix = {
             "100": "quadro_",
             "300": "",
-            "301": "crd_",
+            "301": "nsd_",
         }
         installer_basename = os.path.basename(args.installer_file)
         os_prefix = ('ws2012_x64' if 'winserv' in installer_basename.lower()