Hi there everyone, I hope you are all seeing this post in wellness and health.
A few days ago I decided to update my Windows 10 x64 machine (laptop). I was a tiny bit worried about malware infections so I asked a friend of mine if anything could help me with the situation. One thing led to another, and finally he told me that one way that 'might' help the situation with audio spyware and such would probably be offline image update using DISM. Initially it made sense, because having a trustable and verified update package, while the system is down, can in some cases, replace the sensitive system files that might have been infected by an APTxx or persistent malware or rootkit of some kind. So I downloaded the msu (Microsoft update package for my version of Windows 10) on my Ubuntu machine transferred it to a flash USB stick , turned off the laptop, logged into X recovery environment and then used the command:
At first it gave me a few errors regarding missing files. After I examined the log file, I noticed it was saying something about a driver. Then I used the command:
to get the list of the drivers, and then out of the blue and utter stupidity I decided to remove all third party drivers using the command:
And I mean all of 'em folks. (by the way this is not the punchline yet 😀)
the reason why I did that was that I am doing this whole thing to remove possible spyware and malware right?! so let us remove all the third party stuff ( I know right? 😵 )
Then after that I ran the update command mentioned above again, and it failed still.
So, I was thinking that perhaps there is a driver issue somewhere that is keeping widows from being able to update. Obviously, then I tried to look into "C:\Windows\INF\setupapi.offline.log" for errors and vola!! it was saying something about a driver failing to install (I don't recall its name) and then I decided to remove all of them using pnputil so I logged back into Windows and I removed all the drivers like it was the hunting season for drivers (😵 🙁😀🤣😒 you are welcome to laugh now) to later I notice that I was getting a blue screen trying to log back into windows and boot either hanging or giving me blue screens. Annnnyyyywaays, after a long log file examination and fixing and copying files from a healthy working system, I fixed the blue screen, I could log back into the system, and I then I decided to install the missing drivers from the website of my laptop. It was finally fixed or seemed like it and I was finally able to update the windows using DISM in offline X recovery environment. Then I logged back into windows, all was ok, there is now a problem:
All drivers install without any kind of errors in the log files, BUT I have no audio and my ACPI (or lenovo power control for the battery no longer work)
is not working.
All other drivers including the keyboard and the mouse now work just fine, but I don't have any audio.
at first I thought maybe the hardware was damaged, but then I used an Ubuntu live disk and audio, ACPI and all was working like a charm.
On this laptop I mostly code and try to help the open source community, so you would do me a huge favor if you help me fix its driver issues that I have caused because reinstalling windows would take me a long while considering all the projects and file that I have to move and the sessions that I would have to restore.
Thank you guys in advance 💐 🌈 💝
A few days ago I decided to update my Windows 10 x64 machine (laptop). I was a tiny bit worried about malware infections so I asked a friend of mine if anything could help me with the situation. One thing led to another, and finally he told me that one way that 'might' help the situation with audio spyware and such would probably be offline image update using DISM. Initially it made sense, because having a trustable and verified update package, while the system is down, can in some cases, replace the sensitive system files that might have been infected by an APTxx or persistent malware or rootkit of some kind. So I downloaded the msu (Microsoft update package for my version of Windows 10) on my Ubuntu machine transferred it to a flash USB stick , turned off the laptop, logged into X recovery environment and then used the command:
Dism /Image:C:\ /LogPath:D:\AddPackage.log /Add-Package /PackagePath:F:\xxxxxxxxxxxxx.msu
At first it gave me a few errors regarding missing files. After I examined the log file, I noticed it was saying something about a driver. Then I used the command:
Dism /Image:C:\ /Get-Drivers
to get the list of the drivers, and then out of the blue and utter stupidity I decided to remove all third party drivers using the command:
Dism /Image:C:\ /Remove-Driver /Driver:OEM1.inf /Driver:OEM2.inf ... ... ...
And I mean all of 'em folks. (by the way this is not the punchline yet 😀)
the reason why I did that was that I am doing this whole thing to remove possible spyware and malware right?! so let us remove all the third party stuff ( I know right? 😵 )
Then after that I ran the update command mentioned above again, and it failed still.
So, I was thinking that perhaps there is a driver issue somewhere that is keeping widows from being able to update. Obviously, then I tried to look into "C:\Windows\INF\setupapi.offline.log" for errors and vola!! it was saying something about a driver failing to install (I don't recall its name) and then I decided to remove all of them using pnputil so I logged back into Windows and I removed all the drivers like it was the hunting season for drivers (😵 🙁😀🤣😒 you are welcome to laugh now) to later I notice that I was getting a blue screen trying to log back into windows and boot either hanging or giving me blue screens. Annnnyyyywaays, after a long log file examination and fixing and copying files from a healthy working system, I fixed the blue screen, I could log back into the system, and I then I decided to install the missing drivers from the website of my laptop. It was finally fixed or seemed like it and I was finally able to update the windows using DISM in offline X recovery environment. Then I logged back into windows, all was ok, there is now a problem:
All drivers install without any kind of errors in the log files, BUT I have no audio and my ACPI (or lenovo power control for the battery no longer work)
is not working.
All other drivers including the keyboard and the mouse now work just fine, but I don't have any audio.
at first I thought maybe the hardware was damaged, but then I used an Ubuntu live disk and audio, ACPI and all was working like a charm.
On this laptop I mostly code and try to help the open source community, so you would do me a huge favor if you help me fix its driver issues that I have caused because reinstalling windows would take me a long while considering all the projects and file that I have to move and the sessions that I would have to restore.
Thank you guys in advance 💐 🌈 💝