Thursday, November 05, 2009 10:30 AM
Daniel Oxley
Converting Windows Error Codes To Something More Friendly
I can never remember how to do this, so I always end up looking it up. Therefore, I am posting it here partly for me as a reference, but also in case anyone else finds it useful :-)
Sometime the error codes that are returned by Microsoft Windows are accompanied by a rather cryptic message, or the message doesn’t quite offer enough information to be able to work out what has happened. Well, if you follow the steps below you can look up what the message means to Windows, based on the error code that was returned.
Note that this will only work for Win32 error codes that originate from Microsoft Windows, the codes will often start with 8007 but not always. Also, if the net helpmsg command does not return a result it most likely means that the error either did not originate from Windows, or is not a valid Win32 process.