{"id":50627,"library":"yusufpapurcu-wmi","title":"wmi","description":"Package wmi provides a WQL interface for Windows Management Instrumentation (WMI) on Windows.","status":"active","version":"1.2.4","language":"go","source_language":null,"source_url":"https://github.com/yusufpapurcu/wmi","tags":["wmi","windows","system","management"],"install":[{"cmd":"go get github.com/yusufpapurcu/wmi","lang":"bash","label":"Install github.com/yusufpapurcu/wmi"}],"dependencies":[],"imports":[{"symbol":"wmi","correct":"github.com/yusufpapurcu/wmi"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/yusufpapurcu/wmi\"\n)\n\ntype Win32_Process struct {\n\tName string\n}\n\nfunc main() {\n\tvar dst []Win32_Process\n\tq := wmi.CreateQuery(&dst, \"\")\n\terr := wmi.Query(q, &dst)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfor _, p := range dst {\n\t\tfmt.Println(p.Name)\n\t}\n}","lang":"go","description":"Queries running processes using WMI."},"warnings":[{"fix":"Use build tags or runtime checks to avoid compilation on non-Windows platforms.","message":"This package only works on Windows.","severity":"gotcha","affected_versions":">=0.0.0"}],"env_vars":null,"search_vec":"'instrument':11 'interfac':7 'manag':10,18 'packag':2 'provid':4 'system':17 'window':9,14,16 'wmi':1,3,12,15 'wql':6","created_at":"2026-06-15T05:01:29.099663+00:00","updated_at":"2026-06-15T05:01:29.099663+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/yusufpapurcu/wmi","github":"https://github.com/yusufpapurcu/wmi","docs":"https://pkg.go.dev/github.com/yusufpapurcu/wmi#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}