Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kingsznhone/wmicodecreator
Add some fix to Microsoft WMICodeCreator
https://github.com/kingsznhone/wmicodecreator
Last synced: 23 days ago
JSON representation
Add some fix to Microsoft WMICodeCreator
- Host: GitHub
- URL: https://github.com/kingsznhone/wmicodecreator
- Owner: kingsznhone
- Created: 2023-11-23T22:16:52.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-23T22:28:54.000Z (12 months ago)
- Last Synced: 2023-11-23T23:25:43.855Z (12 months ago)
- Language: C#
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WMICodeCreator
WMICodeCreator is published by Microsoft in many years ago.
All rights reserved by Microsoft.
The WMI Code Creator tool allows you to generate VBScript, C#, and VB .NET code that uses WMI to complete a management task such as querying for management data, executing a method from a WMI class, or receiving event notifications using WMI.
It's a very useful tool when coding with WMI
[Original Publish Page](https://www.microsoft.com/en-us/download/details.aspx?id=8572)
# Change
- Change csc.exe path to .NET Framework 4.0.
- Compile With bleeding edge(?) .NET Framework 4.8.1.
- Change target platform to x64.
- Some code cleanning.
- Add a cute app icon.