{"id":16495983,"url":"https://github.com/semazurek/driver-download-utillity","last_synced_at":"2025-07-01T04:06:22.057Z","repository":{"id":122499919,"uuid":"466587992","full_name":"semazurek/Driver-Download-Utillity","owner":"semazurek","description":"DDU - Checks for not installed drivers and help you download them. Windows 10/11.","archived":false,"fork":false,"pushed_at":"2024-11-23T20:35:34.000Z","size":311,"stargazers_count":16,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-03T10:46:04.952Z","etag":null,"topics":["csharp","downloader","driver","powershell","utility","windows-10","windows-11"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/semazurek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-03-05T23:09:28.000Z","updated_at":"2025-04-09T10:20:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"76ed9188-2b6c-4ecf-81e5-3ff4fe6ab2fa","html_url":"https://github.com/semazurek/Driver-Download-Utillity","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/semazurek/Driver-Download-Utillity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semazurek%2FDriver-Download-Utillity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semazurek%2FDriver-Download-Utillity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semazurek%2FDriver-Download-Utillity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semazurek%2FDriver-Download-Utillity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/semazurek","download_url":"https://codeload.github.com/semazurek/Driver-Download-Utillity/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semazurek%2FDriver-Download-Utillity/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262893640,"owners_count":23380710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","downloader","driver","powershell","utility","windows-10","windows-11"],"created_at":"2024-10-11T14:33:35.469Z","updated_at":"2025-07-01T04:06:22.036Z","avatar_url":"https://github.com/semazurek.png","language":"C#","funding_links":["https://www.buymeacoffee.com/semazurek"],"categories":[],"sub_categories":[],"readme":"# Driver-Download-Utillity\n\n\u003ca href=\"#\"\u003e\u003cimg src=\"https://img.shields.io/badge/RELEASE-v1.7-orange?style=for-the-badge\u0026\"\u003e\u003c/a\u003e\n\u003ca href=\"#\"\u003e\u003cimg src=\"https://img.shields.io/badge/C%23-239120?style=for-the-badge\u0026logo=c-sharp\u0026logoColor=white\"\u003e\u003c/a\u003e\n\u003ca href=\"#\"\u003e\u003cimg src=\"https://img.shields.io/badge/.NET-512BD4?style=for-the-badge\u0026logo=dotnet\u0026logoColor=white\"\u003e\u003c/a\u003e\n\u003ca href=\"#\"\u003e\u003cimg src=\"https://img.shields.io/badge/powershell-5391FE?style=for-the-badge\u0026logo=powershell\u0026logoColor=white\"\u003e\u003c/a\u003e\n\u003ca href=\"https://www.buymeacoffee.com/semazurek\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/badge/buymeacoffee-27ae60?style=for-the-badge\u0026logo=buymeacoffee\u0026logoColor=white\"\u003e\u003c/a\u003e\n\nApplication created for Windows 10/11, looking for drivers that were not installed for some reason.\n\n(Like couldn't find by windows update etc.)\n\nDownload link: \u003ca href=\"https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/semazurek/Driver-Download-Utillity/blob/main/DDU.exe\"\u003e DDU.exe \u003c/a\u003e\n\n## What it does\n\n1) Scan for drivers with error/problem status by powershell command:\n```\nGet-PnpDevice -Status ERROR | select FriendlyName -ExpandProperty Name | ft -hide\n```\n```\nGet-PnpDevice -Status ERROR | select InstanceId | findstr /c:VEN_ /c:VID_\n```\n\n2) Extracts data about the name and instance id of the driver:\n```\n3D Video Controller\nPCI\\VEN_10DE\u0026DEV_1C8D\u0026SUBSYS_3...\n```\n\n3) Converts device instance id data to VEN_ and DEV_ (PCI) or VID_ and DIV_ (USB_HDI) value:\n```\n3D Video Controller\nVEN_10DE DEV_1C8D\n```\n4) Checks on the type of selected driver to download for correctly convert its ID\n\n5) Then redirect to the download-drivers.net website with the entered converted id data:\n```\ndownload-drivers.net/search?q=VEN_10DE%26DEV_1C8D\n```\n\n## First look\n\n\u003cimg src=\"https://user-images.githubusercontent.com/85984736/156903232-dd130ead-ddce-4e4f-9bab-e295ade4da16.png\" width=\"760\"\u003e\n\n## How to install downloaded drivers\n\n### Standard installation (Setup.exe)\n\n```\nDouble click on setup.exe, installation.exe or other setup utility with .exe extension\n```\n\n### Advanced installation without .exe file via Device Manager (.Inf Files)\n\n```\nDevice Manager -\u003e Right Click on Driver -\u003e Update Driver -\u003e Browse my computer for drivers -\u003e Browse -\u003e Select folder -\u003e Next.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemazurek%2Fdriver-download-utillity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsemazurek%2Fdriver-download-utillity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemazurek%2Fdriver-download-utillity/lists"}