Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fscorrupt/MS-ErrorLookup

Powershell gui for Microsoft System Error Code Lookups.
https://github.com/fscorrupt/MS-ErrorLookup

Last synced: about 2 months ago
JSON representation

Powershell gui for Microsoft System Error Code Lookups.

Awesome Lists containing this project

README

        

# Powershell GUI for MS System error code lookup tool
[MS Tool](https://docs.microsoft.com/en-us/windows/win32/debug/system-error-code-lookup-tool)

---

Simply run the ps file, it will download the required tool and a UI is displayed.
Enter your Error Code and press **Error Lookup**, in Results you can see the Error Lookup return.

Default Path for Exe is: **C:\temp** -> if you want to change this, you can do this on Line: 2

![UI](https://i.imgur.com/eQrE5lU.png)

---