Hello,
After installing the new update: kb4598229 file manager freezes often and i have to force close it and then restart it but again freezes. Especially after wake up it freezes every time.
Here is the log:
- <Event xmlns="**http://schemas.microsoft.com/win/2004/08/events/event**">
- <System>
<Provider Name="Application Hang" />
<EventID Qualifiers="0">1002</EventID>
<Level>2</Level>
<Task>101</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2021-01-18T19:53:01.214659500Z" />
<EventRecordID>294574</EventRecordID>
<Channel>Application</Channel>
<Computer>N</Computer>
<Security />
</System>
- <EventData>
<Data>explorer.exe</Data>
<Data>10.0.18362.1316</Data>
<Data>38b4</Data>
<Data>01d6edd3320b130c</Data>
<Data>68</Data>
<Data>C:\Windows\explorer.exe</Data>
<Data>83182e36-3afd-4da2-86df-367dd1ff7430</Data>
<Data />
<Data />
<Data>Unknown</Data>
<Binary>55006E006B006E006F0077006E0000000000</Binary>
</EventData>
</Event>
Another problem when use batch script it take a lot of time to execute before the update it was fast:
for /F "usebackq tokens=1,2 delims==" %%i in (wmic os get LocalDateTime /VALUE 2^>NUL) do if '.%%i.'=='.LocalDateTime.' set ldt=%%j
Please advise for a fix.