I have set the environment variable _NT_SYMBOL_PATH to the below value SRV*C:\My\Sym*http://msdl.microsoft.com/download/symbols
I have also made sure that the directory C:\My\Sym actually does exists. However when I start up WinDBG it does not pickup the Symbol path string I have setup in the _NT_SYMBOL_PATH environmet variable. The symbol path in WinDBG is empty.
When I check the environment variable from command line, I can see the above environment variable set correctly.
I don't understand what am I missing. Can anyone please help? I know that I can set the path in WinDBG directly but I am interested in understanding why the environment variable is not working.