gitextract_kjwhjega/ ├── .gitignore ├── LICENSE ├── README.md ├── WMICore/ │ ├── CreateProcess.cs │ ├── FilthyStdOut.cs │ ├── Properties/ │ │ └── AssemblyInfo.cs │ ├── WMICore.cs │ └── WMICore.csproj ├── WMIcmd/ │ ├── App.config │ ├── CommandLine.txt │ ├── Options.cs │ ├── Program.cs │ ├── Properties/ │ │ └── AssemblyInfo.cs │ ├── WMIcmd.csproj │ └── packages.config ├── WMIcmd.sln └── packages/ └── CommandLineParser.1.9.71/ ├── CommandLineParser.1.9.71.nupkg ├── lib/ │ ├── net35/ │ │ └── CommandLine.xml │ ├── net40/ │ │ └── CommandLine.xml │ └── net45/ │ └── CommandLine.xml └── readme.txt