Func _UpdateExplorer()
Local $Opt = Opt('WinSearchChildren', 1)
Local $List = WinList('[CLASS:SHELLDLL_DefView]')
For $i = 1 To UBound($List) - 1
DllCall('user32.dll', 'long', 'SendMessage', 'hwnd', $List[$i][1], 'int', 0x0111, "int", 0x7103, 'int', 0)
Next
Opt('WinSearchChildren', $Opt)
EndFunc ;==>_UpdateExplorer