
Open Start > Settings > Devices > Printers & scanners.

Make sure your printer is on and connected to your PC. If (($ComputerSystemProductVendor.Vendor -like "*LENOVO*") -or ($ComputerSystemManufacturer.Manufacturer -like "*LENOVO*")) elseif (($ComputerSystemProductVendor.Vendor -like "*HP*") -or ($ComputerSystemManufacturer.Manufacturer -like "*HP*") -or ($ComputerSystemManufacturer.Manufacturer -like "*Hewlett-Packard*") -or ($ComputerSystemProductVendor.If your printer isn't responding, you may need to remove it and reinstall it so Windows can download and install the proper drivers. $ComputerSystemManufacturer = Get-WmiObject -Class Win32_ComputerSystem | Select-Object Manufacturer $ComputerSystemProductVendor = Get-WmiObject -Class Win32_ComputerSystemProduct | Select-Object Vendor


Today I want to share my work of the last few months - the universal drivers installer Win32 application, that runs as a part of OOBE process during provisioning on top on a system imaged with "vanilla" Windows 10 image created with Windows Media Creation Tool.
