tasticqosa.blogg.se

Driver installer
Driver installer




Open Start > Settings > Devices > Printers & scanners.

driver installer

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

  • Create a powershell script for detection, call it detection.ps1 with the following content:.
  • Create a file called makeapp.cmd in the same folder for a one-click app packaging with the following content:.
  • driver installer

  • Download IntuneWinAppUtil.exe from Microsoft-Win32-Content-Prep-Tool and place it in this folder.
  • Create a package source folder - I'm going to use the Hardware Support as a folder name.
  • Defaults to Windows Update for Drivers if the system neither Lenovo, Dell or HP.
  • Supports HP commercial systems supported by HP Image Assistant - uses the script created by Nickolaj Andersen.
  • Supports Dell commercial systems supported by Dell Command Update.
  • Supports Lenovo commercial systems supported by Lenovo System Update, Phil Jorgensen reached out to me and pointed me to the right direction how to run Lenovo System Update, I took his code and added to the script with some minor changes.
  • driver installer

    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.






    Driver installer