{"id":25076563,"url":"https://github.com/muhammedzohaib/enable-hyperv","last_synced_at":"2026-02-11T09:07:06.133Z","repository":{"id":247899503,"uuid":"827168766","full_name":"MuhammedZohaib/Enable-HyperV","owner":"MuhammedZohaib","description":"A PowerShell script to enable or install Hyper-V along with Hyper-V Manager","archived":false,"fork":false,"pushed_at":"2024-07-11T06:29:27.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-05T02:45:02.673Z","etag":null,"topics":["hyper-v","hyper-v-manager","hyperv","microsoft-hypervisor-platform"],"latest_commit_sha":null,"homepage":"","language":"Batchfile","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/MuhammedZohaib.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}},"created_at":"2024-07-11T06:19:19.000Z","updated_at":"2024-07-12T06:39:27.000Z","dependencies_parsed_at":"2024-07-11T08:05:34.477Z","dependency_job_id":null,"html_url":"https://github.com/MuhammedZohaib/Enable-HyperV","commit_stats":null,"previous_names":["muhammedzohaib/enable-hyperv"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MuhammedZohaib/Enable-HyperV","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammedZohaib%2FEnable-HyperV","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammedZohaib%2FEnable-HyperV/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammedZohaib%2FEnable-HyperV/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammedZohaib%2FEnable-HyperV/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MuhammedZohaib","download_url":"https://codeload.github.com/MuhammedZohaib/Enable-HyperV/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MuhammedZohaib%2FEnable-HyperV/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29330858,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["hyper-v","hyper-v-manager","hyperv","microsoft-hypervisor-platform"],"created_at":"2025-02-07T01:46:38.215Z","updated_at":"2026-02-11T09:07:06.094Z","avatar_url":"https://github.com/MuhammedZohaib.png","language":"Batchfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Enable Hyper-V\n\nThis repository contains a script to enable or install Hyper-V along with Hyper-V Manager.\n\n## Instructions\n\n1. Clone or download the repository to your local machine.\n2. Locate the `Enable Hyper-V.bat` file in the downloaded folder.\n3. Right-click the `Enable Hyper-V.bat` file and select \"Run as administrator\".\n\n```powershell\npushd \"%~dp0\"\n\ndir /b %SystemRoot%\\servicing\\Packages\\*Hyper-V*.mum \u003ehyper-v.txt\n\nfor /f %%i in ('findstr /i . hyper-v.txt 2^\u003enul') do dism /online /norestart /add-package:\"%SystemRoot%\\servicing\\Packages\\%%i\"\n\ndel hyper-v.txt\n\nDism /online /enable-feature /featurename:Microsoft-Hyper-V -All /LimitAccess /ALL\n\npause\n```\n\n## Notes\n- Make sure to run the script as an administrator to ensure it has the necessary permissions.\n- This script is intended for systems that support Hyper-V.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhammedzohaib%2Fenable-hyperv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuhammedzohaib%2Fenable-hyperv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhammedzohaib%2Fenable-hyperv/lists"}