From @WithinRafael File Explorer telemetry code is the cause for today's crashing. So File Explorer gathers telemetry on file extensions by parsing paths (e.g. C:\foo.txt becomes txt) (cont) An oopsie occurred, PiiSafeShellitemParsingNameProperties::LastInstanceOfChar(str, '\\') was assumed to always return valid result (cont) But for paths sans slash, you get a nullptr. e.g.: PiiSafeShellitemParsingNameProperties::LastInstanceOfChar("Foo", '\\') (cont) Sadly that result was being passed, without checks, straight into CoTaskMemString which deferences a nullptr and blows up. (cont) If you can't wait for a fix to KB3074681, you can mitigate a crashing Explorer with this one-liner: (ps -n explorer | select -exp id) | % {.\windbg.exe -p $_ -c ".symfix;e SHELL32!TraceLoggingProviderEnabled+0x24 00;.detach;q"} (cont) That's only for 64-bit targets. If you have a 32-bit machine, throw it away.
LOL I was only joking in the other thread that someone with some spare time please go ahead and WinDbg the thing but thanks for the effort, Rafael
WINDOWS.10.ZDP.PATCH.KB3074683 File:Windows10.0-KB3074683-x86.msu Size:155MB CRC32:C3CF4D70 MD5:5C10A6FE3AD1C341B26722F10661BC9B SHA-1:291784168090CB6D9EDED68D876159577CA3DCD4 File:Windows10.0-KB3074683-x64.MSU Size:318MB CRC32:7860E268 MD5:1470E60BAF31AB1732C261F85153245F SHA-1:A18D869EB03E012BF7C655A917BB116B49D2C22B
Heres how to get the .cab from a .msu file. Run this below in a command prompt. Code: expand -F:* nameofmsu.msu c:\
I don't have the msn file, I'm in Cuba and I need the link for the windowsupdate x86 cab file. Thank you
Did some of you noticed that with the latest intel drivers the logon is taking too much time? just did a clean install with the only KB3074680 update integrated in the iso, and i'm noticing this behaviour...it's just me?
I've just reinstalled a clean win 10.0.10240 pro and i only got kb3074683 and the defender def update, it seems it supercedes all previous updates.
I'f you clean install Win10 it will only offer KB3074683 on Windows Update. So yes The Build is still 10240.16393 but the UBR is version 16405