https://github.com/crutchcorn/wmienabler
Simple batch file to properly enable WMI on a computer
https://github.com/crutchcorn/wmienabler
Last synced: 4 months ago
JSON representation
Simple batch file to properly enable WMI on a computer
- Host: GitHub
- URL: https://github.com/crutchcorn/wmienabler
- Owner: crutchcorn
- License: mpl-2.0
- Created: 2016-12-19T20:50:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-19T21:14:03.000Z (over 8 years ago)
- Last Synced: 2025-01-07T09:27:58.566Z (5 months ago)
- Language: PowerShell
- Size: 43.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WMI Enabler
This is a simple batch file that, when ran, will enable WMI for the computer.## Usage
```batch
enabler.bat
```## Attribution Notes
[`Set-WmiNamespaceSecurity.ps1`](https://blogs.msdn.microsoft.com/wmi/2009/07/27/scripting-wmi-namespace-security-part-3-of-3/) and [`DComPerm.exe`*](https://www.microsoft.com/en-us/download/details.aspx?id=8279) are directly from Microsoft. No support will be provided for them, and their respective licences overrule the project's licence.[\* The source code for `DComPerm.exe` is included with the Microsoft Windows SDK for Windows 7 and .NET Framework 4.
The project source directory is:
`C:\Program Files\Microsoft SDKs\Windows\v7.1\Samples\com\fundamentals\dcom\dcomperm`](http://serverfault.com/questions/333766/how-to-get-dcomperm-exe-from-microsoft)