You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
build 1151
About this tag
Build 1151 refers to Windows 10 version 10.0.10586, also known as the November Update or Threshold 2. On WindowsForum.com, discussions about this build often involve troubleshooting tools like WinDbg, particularly issues with symbol loading and environment variable configuration. Users report problems where the debugger fails to resolve symbols correctly despite setting the _NT_SYMBOL_PATH to Microsoft's symbol server and local cache. Common symptoms include incomplete bugcheck analysis and missing symbol information when analyzing crash dumps. These topics are relevant for developers, IT professionals, and advanced users performing kernel debugging or dump analysis on systems running build 1151.
So I'm an avid Windows Debugger user, I'm on build 1151 (Version 10.0.10586, or as winver.exe likes to say 10586.14)
I downloaded the Win 64 symbols from Microsoft, and set my _NT_SYMBOL_PATH environment variable to
the normal shtick "SRV*H:\Symbols*http://msdl.microsoft.com/download/symbols"...