Dell Latitude 5400 Firmware update trouble
Latitude 5400 – “Configuring mobile broadband device” – no WWAN hardware is present Fix for the “errror” when Dell Latituce 5400 loops with firmware updating. Create VBS file Const ForReading = 1Const ForWriting = 2 Set fso = CreateObject(“Scripting.FileSystemObject”)FileToChange = “C:\windows\firmware\FwSwitchbin\fbconfig.ini” If fso.FileExists(FileToChange) Then set oFile = fso.OpenTextFile(FileToChange, ForReading)sText = oFile.ReadAlloFile.Close sNewText = Replace(sText, “;FLASH_SIM_NEED […]