Showing posts with label drivers. Show all posts
Showing posts with label drivers. Show all posts

Monday, June 26, 2023

Drivers and Firmware updates coming to Intune soon!

 


I think this may be one of the most requested features for Intune, and will be generally available during June 2023!
Microsoft will rollout a new feature that allows Intune admins to manage drivers and firmware updates for enrolled devices.


Acording to the roadmap, you'll soon get this feature and it allows a lot of customization, like selecting automatic drivers update, manual driver update with approving, etc.

Take a look at Microsoft presentation here:


Sunday, December 30, 2018

How to Install Intel Graphics Windows DCH Drivers

With Windows 10 October 2018 Update (aka v1809), introduced a new way for device drivers to work with the Universal Windows Drivers architecture.

One of the major differences with the new architecture is that streamlines the work for drivers developers which can create a single driver package that can run across different device types, for example, the sam package can run in desktops, laptops or embedded systems.

In this transition, Intel is already making available new drivers called Windows DCH Drivers or Windows Modern Drivers and they’re meant to take use of the Universal Windows Platform (UWP) and replace the old/legacy drivers.
This is particularly important since the future Windows Core OS will not support Win32 applications natively (they will run in some kind of virtual sandbox).

So, if you want to try the new drivers, follow this steps:

  1. Check if your Intel Graphics card is supported:
    • Open Device Manager
    • Expand Display Adapters
    • Check if you have one of the following supported adapters
      • UHD Graphics 600/605
      • UHD Graphics 620/630
      • HD Graphics 500/505
      • HD Graphics 510/515/520/530
      • HD Graphics 610/615
      • HD Graphics 620/630
      • Iris Graphics 540
      • Iris Pro Graphics 580
      • Iris Plus Graphics 640/650
      • Iris Plus Graphics 655

  2. Installing the new Intel Graphics DCH Drivers:
    • Using Intel Driver and Support Assistant (iDSA) tool:
      • Go to Intel Support website
      • Click the Intel Driver and Support Assistant Installer
      • Install the tool and restart your computer
      • Next, you’ll get the iDSA tool icon on the systray
      • Right-click and select “Che For New Drivers”
      • The tool will scan and install the new DCH drivers
    • Using the Intel Graphics driver installer:
      • Go to Intel Support website
      • Under “Available Downloads”, click the “dch_win64_xx.xx.xxx.xxxx.exe” button
      • After download completes, just execute the *.exe file and follow the steps for installing the DCH driver.


And you’re done, and the new DCH drivers are installed.
If you wan to make sure, just go to Device Manager again and verify that your display adapter driver version is higher than 25.20.100.6444.

Friday, September 14, 2018

Lenovo Drivers Packages Unpack Switches

LenovoLogo-POS-Red

Here’s a quick tip for unpacking Lenovo drivers:

<packagename>.exe /VERYSILENT /DIR=<packagepath> /Extract=”YES”

Example:
n20ku12w_x64.exe /VERYSILENT /DIR=”D:\Temp\LenovoDriver” /Extract=”YES”

Thursday, July 5, 2018

HP SoftPaq Unpack Switches

Here’s a quick tip for unpacking HP SoftPaq drivers:

* "SPxxxxx.exe is the SoftPaq filename to unpack

* "-pdf" is a runtime switch that overrides the build parameters

* "-f" is a runtime switch that overrides the default path set at build time

* "-s" instructs the package to unpack in silent mode, skipping the Welcome, License, and Directory screens

* "-e" instructs the package to extract only, that is, do not run the component installation program.


One example:

SP4242423.exe -pdf -f -e C:\Temp\drivers\

Tuesday, February 7, 2017

Deployment Tips - Lenovo ThinkPad Drivers Pack for SCCM

Following other posts about drivers packs, today I would like to post about Lenovo Thinkpad drivers.
Lenovo uses a different terminology (SCCM Drivers) but of course they can be used direclty on MDT.

You’ll find this SCCM packages directly on Lenovo support website and basically you just need to select the model you need and you’ll find the drivers pack, or you can just Google something like “thinkpad t450 sccm drivers pack” and you’ll get directly to the download website.

Here’s an example: After searching for “thinkpad 440 sccm drivers” you’ll be redirect to http://support.lenovo.com/pt/en/downloads/ds030230 and you get the list of SCCM drivers available for that model and compatible models.

sccmlenovo

Tuesday, January 24, 2017

Deployment Tips – HP Driver Packs

Following a series of posts about driver packs from the most notorious OEM manufacturers in the worlds, here’s the tip for HP manufacturer.

The website it’s well designed and very easy to navigate. You can always use HP SoftPaq Download Manager but…well..I just like to use this website instead.

Here’s the link:
HP Client Management Solutions - HP Driver Packs

Tuesday, January 17, 2017

MDT – Drivers & Selection Profiles –WMI Query Error

WP_20170116_13_14_02_Pro

This week I’ve started to create a new Deployment Share and using Selection Profiles to install drivers.
After creating the Selection Profile for each model, I’ve started to change the task sequence where I’ve disabled the default “Inject Drivers” pass and created new ones.

For this, I’ve created a pass for each model and add a conditional install.based on a WMI query for model.

Capture

After this, when testing the new task sequence, I was always getting the above error.
Something look to be wrong with my WMI query but could find out why!

A lot of troubleshooting later, and really with some luck, I copied the query to a notepad and for my surprise, I finally got the problem!

Because I’ve copied the WMI query from a website, when I pasted it it came out with a wrong format. Basically, the double-quotes were in a wrong format!

So…the simple resolution?
Instead of copying the WMI query, just write it yourself and…your done!

Hope this helps! :)

Saturday, January 14, 2017

Deployment Tips – Dell Drivers Packs for Enterprise Client OS

Following the previous post about Intel PROSet/Wireless drivers for IT Administrators, here’s also a nice website, this time from Dell where you can download packs with CABs for Dell Enterprise class systems like Latitude, Optiplex and Precision.

This packs helps to simplify OS deployments on Dell systems using the usual deployment tools like Microsoft System Center Configuration Manager (SCCM) or Microsoft Deployment Kit (MDT).

Dell Command | Deploy - Driver Packs for Enterprise Client OS Deployment

Thursday, January 12, 2017

Deployment Tips – Intel PROSet/Wireless Drivers for IT Administrators

So today, here’s a tip for every IT Administrator that need to download Intel PROSet/Wireless drivers.

Intel provides the below website where you can find drivers-only packages and also software for WiFi, Bluetooth, and WiMax.
This is obviously recommended for large corporations where packages size matters and of course, it helps to avoid installing a lot of “bloatware” usually available on drivers setup.

Intel® PROSet/Wireless Software and Drivers for IT Administrators

Saturday, December 3, 2016

VDISM – Easy WIM Servicing and Control

image

So…although you’re a geek and you really like to create your own scripts for managing your WIM files, sometimes you feel that a GUI app would be just great and it would really be a time saver.

Some of you may already know a tool called GImageX but from my experience I think this one its superior.

VDISM, available throungh SourceForge website, it’s a fenomenal tool with a very simple interface that gives you access through a graphical interface to all things you need for servicing WIM files.
It’s really really easy to use and so intuitive that you will probably will not use command-line anymore.

Features:

  • Driver Servicing
  • Package Servicing
  • Unattend Servicing
  • Windows Edition Servicing
  • Appx Servicing
  • Application Servicing
  • WIM Boot Entry Servicing
  • Append Image Servicing
  • Apply Image Servicing
  • Capture Image Servicing
  • Delete Image Servicing
  • Export Image Servicing
  • Image Info Servicing
  • List Image Servicing
  • Mount Image Servicing
  • Split Image Servicing
  • International Servicing
  • Provisioning Package Servicing
  • Default Associations

Go ahead and try this great tool: SourceForge – VDISM

Monday, August 22, 2016

Windows Deployment - Back to Basics - DISM - Drivers Management

Here's a post just to review some basic DISM (Deployment Image Servicing and Management tool) commands that are always useful when managing your base image:

Injecting drivers to boot.wim
DISM.exe /Mount-Wim /WimFile:C:\Mount\boot.wim /Index:1 /MountDir:C:\Mount\BootWIM
DISM.exe /Image:C:\Mount\BootWIM /Add-Driver /Driver:C:\Mount\Drivers /recurse
DISM.exe /Unmount-Wim /MountDir:C:\Mount\BootWIM /Commit


Viewing drivers on wim file
DISM.exe /Mount-Wim /WimFile:C:\Mount\boot.wim /Index:1 /MountDir:C:\Mount\BootWIM
DISM.exe /image:C:\Mount\BootWim /Get-Drivers


Wednesday, October 7, 2015

F5 Big-IP VPN Client on Windows 10 (Solved)

First things first.
This article describes a workaround for Windows 10 users but, F5 has available a supported solution through an update for BIG-IP APM.
The update and F5 article (SOL16626) can be found here (https://support.f5.com/kb/en-us/solutions/public/16000/600/sol16626.html) and basically you'll need to upgrade at least to version 11.5.3 or the latest version 11.6.0.

Now, for those that cannot update BIG-IP APM just yet, follow the steps below:

Installing F5 VPN Adapter Driver

  • First, you'll need to download the latest "F5Network VPN Adapter Drivers" and extract files from urxvpn.cab.
  • Now, open Device Manager and you'll notice that the F5 VPN Adapter has an yellow exclamation point.
  • Right-click the device, select "Browse my computer for driver software" and then select "Let me pick from a list of device drivers on my computer"
  • On the next window select "Network Adapter" and then click on "Have Disk..,"
  • Now point to the uncompressed "urxvpn.inf" file and select the driver.
Here you're done and you'll notice that the F5 VPN Adapter it's no longe with the exclamation point.

Opening F5 corporate website

Now that you're drivers are installed, there's another issue with F5. When you try to open your F5 corporate website on different browsers, you'll the the following error message:

To bypass this message, follow this steps:

  • Navigate to "C:\Program Files\Internet Explorer"
  • Now, run as administrator "iexplore.exe"
  • Before opening any website, open Developer Tools (Tools -> F12 Developer Tools) or simple press F12
  • Now, change the following settings:
    • Document mode: 9
    • User agent string: Internet Explorer 9
  • Open your F5 corporate website and...you're done.

Hope this helps a lot of people that like me, had a lot of issues because centrally updating F5 is not an option this time.

Thursday, April 9, 2015

Windows Deployment - DISM - List injected drivers in table format



Have you ever needed to verify which drivers you've injected on your WIM file?
Ever been asked to get a list of the injected drivers for a report and needed to take a lot of time just creating tables and formatting the information for reporting?

Well, here's a nice tip that can save you a lot of time!

Follow these steps:

  1. Open Windows ADK command-prompt as Administrator

  2. Mount your WIM file on disk, for example:
    DISM /Mount-Wim /WimFile:D:\ISOS\Win81\sources\install.wim /index:1 /MountDir:D:\MountPoint

  3. Now, just use the above command to get all inject drivers and format the output:
    DISM /image:D:\MountPoint /Get-Drivers /format:table

And there you go! Nice format list of injected drive on your WIM! :)