I used to download Offline symbol packages (Debug symbol MSIs) and use only them since it's we don't need to wait for slow downloading as we go in debugging. However this feature is no longer existing starting with Windows 10 1803/build 17134 (Features removed).
How can I fetch all of them once and for all ?
symchk
doesn't fit the I want them all need. – KoziaraC:\Program Files (x86)\Windows Kits
thensudo find . -name "symchk.exe"
orGet-ChildItem -Recurse "symchk.exe"
) – Koziarasymchk
is also from non powershell world. One question: how do I know that everything I need is there ? I mean, how come binaries from SDK are only in c:\windows ? And last, how to download only symbols for whole SDK ? – Koziara