{"id":19413460,"url":"https://github.com/wisehackermonkey/wmic-fix","last_synced_at":"2026-06-13T03:32:38.402Z","repository":{"id":132674217,"uuid":"435712632","full_name":"wisehackermonkey/wmic-fix","owner":"wisehackermonkey","description":null,"archived":false,"fork":false,"pushed_at":"2021-12-31T01:52:21.000Z","size":12857,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-07T15:43:56.992Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/wisehackermonkey.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":"2021-12-07T02:08:47.000Z","updated_at":"2021-12-31T01:52:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"9272951d-9d81-4773-9326-956380b5f9d8","html_url":"https://github.com/wisehackermonkey/wmic-fix","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisehackermonkey%2Fwmic-fix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisehackermonkey%2Fwmic-fix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisehackermonkey%2Fwmic-fix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisehackermonkey%2Fwmic-fix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wisehackermonkey","download_url":"https://codeload.github.com/wisehackermonkey/wmic-fix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240593150,"owners_count":19825930,"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":[],"created_at":"2024-11-10T12:33:13.981Z","updated_at":"2026-06-13T03:32:33.369Z","avatar_url":"https://github.com/wisehackermonkey.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wmic-fix\n### Updated 20211230\n\n```bash\nnpm install -g pkg\n```\n\n![image](https://user-images.githubusercontent.com/29699356/144950560-ecf58518-a723-4f71-8e0e-2a594a871ec3.png)\n```bash\necho 'console.log(\"Caption  FreeSpace    Size\");\nconsole.log(\"C:       23770869760  63758659584\");' \u003e wbem.js\n```\n```bash\npkg -t  win  wbem.js\n```\n![image](https://user-images.githubusercontent.com/29699356/144950980-ea6cf818-626f-4e6b-b773-2dce0f92fbf8.png)\n![image](https://user-images.githubusercontent.com/29699356/144951189-6dbdec1f-22a8-422c-ac1f-4d398e7b7dfb.png)\n`C:\\Windows\\System32\\wbem.exe`\n![image](https://user-images.githubusercontent.com/29699356/144951592-e8e43afc-6442-40b0-b969-67770ee11492.png)\n\n![image](https://user-images.githubusercontent.com/29699356/144951653-0b359e3d-72fd-4984-b8b0-6eb63a987ad3.png)\n\nworks!\n![image](https://user-images.githubusercontent.com/29699356/144951709-6939b3fe-cf01-4ad0-8073-b9f1a43bd8e3.png)\n![image](https://user-images.githubusercontent.com/29699356/144951795-621e7557-1202-435e-aa54-4b00f6244e67.png)\n\n\n# that didnt work ;/\n\nI tried swithcing to wmic instead\n```bash\npkg -t  win  wmic.js\n```\n![image](https://user-images.githubusercontent.com/29699356/144952094-c2ab22db-2eb4-41d8-ab72-3f40cacf502f.png)\n\n![image](https://user-images.githubusercontent.com/29699356/144952133-b9132569-28ec-46e8-9e2a-b96351473087.png)\n\n![image](https://user-images.githubusercontent.com/29699356/144952199-4216750b-3b78-4bf0-b01e-e0d3922e164e.png)\n\n# try number 2\n\n![image](https://user-images.githubusercontent.com/29699356/144952358-833d8df9-c8fa-4418-af1a-e4d118335b27.png)\n![image](https://user-images.githubusercontent.com/29699356/144952493-f063c9d7-6145-4a5d-9aac-abf9c224a532.png)\n\nWOW IT WORKED!\nthanks @feckardt\n\n# how to uninstall wmic-fix\n![image](https://user-images.githubusercontent.com/29699356/147798202-1c4a9f92-c95a-4e81-a92f-9db8e0ce31e4.png)\n\n### option 1\n\n![image](https://user-images.githubusercontent.com/29699356/147798276-8c720f2d-5b72-49b7-8cfe-a7a22a6a3629.png)\n```bash\n del \"C:\\Windows\\System32\\wmic.exe\"\n```\n![image](https://user-images.githubusercontent.com/29699356/147798363-684ce45e-9f2c-474f-b926-2036ca6b413d.png)\n![image](https://user-images.githubusercontent.com/29699356/147798399-edaafa6f-665c-4da6-9553-7f74a5503415.png)\n\n### option 2\n### delete it manually\n![image](https://user-images.githubusercontent.com/29699356/147798229-d9ad0e9e-94ab-47dc-968c-078f44f3d171.png)\nTo future people: warning this wmic is used by other system stuff, and you could bork some shit, you have been warned! :)\n\nmy exe's for the lazy\nhttps://github.com/wisehackermonkey/wmic-fix\nor if your a good parionid dev, you can replicate my stuff.....\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwisehackermonkey%2Fwmic-fix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwisehackermonkey%2Fwmic-fix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwisehackermonkey%2Fwmic-fix/lists"}