A Windows sysadmin tool that more people should know about is the Magic Number Database at magnumdb.com
This database is great for pasting weird Windows hexadecimal errors into and finding out what they might mean.
Example from today, I got 0x80d02002 during a Windows update. Magnumdb tells me that this result corresponds to DO_E_DOWNLOAD_NO_PROGRESS, so now I know it's probably because an update server isn't responding.
The Magic Number Database | MagnumDB
The Magic Number Database. Type a value and it will return the corresponding constant, and vice versa. Contains 360,000 values!www.magnumdb.com
reshared this