Disassembler0 / Win10-Initial-Setup-Script

PowerShell script for automation of routine tasks done after fresh installations of Windows 10 / Server 2016 / Server 2019
MIT License
4.69k stars 1.08k forks source link

Lenovo Thinkpad 420 Video Issues #293

Closed driscollw closed 4 years ago

driscollw commented 4 years ago

I have a Thinkpad T420 that works fine until I run the script. Afterwards I cannot for the life of me get the video card driver to load, I get the device yellow warning in device manager. I disabled every option in the script and turned them on one at a time. Everything was good up until function UninstallThirdPartyBloat {.

I think these packages seem to be important....not 100% sure. Get-AppxPackage "E046963F.LenovoCompanion" | Remove-AppxPackage Get-AppxPackage "LenovoCorporation.LenovoID" | Remove-AppxPackage Get-AppxPackage "LenovoCorporation.LenovoSettings" | Remove-AppxPackage

What was really odd is that even when I try to force the video driver to install, it will, I just won't load and gives a driver error.

Disassembler0 commented 4 years ago

@agsimmons, Any idea here? Lenovo bloatware removal in #89 was your addition. Arguably a lot of things may have changed in the 20 months. For the moment, I'll just revert the commit.