Artikelinhalt
Symptome
Modern Driver Institute is a new way to learn the road. We base our training in the latest educational methodology and the latest scientific research on traffic safety. We work with each learner as an individual, designing a custom experience based upon their unique learning style and environment. This site was created in January 2016 to supply the newest AMD graphics drivers to Boot Camp users who run Windows on their Mac. Official AMD PC drivers are not compatible with Mac versions of the graphics cards by default, leaving Boot Camp users stuck with dated and poorly optimized drivers that are not compatible with the latest games.
Modern Driver Sccm
Universal Windows Platform Apps with No Access to the Microsoft Store or Windows Update
'Modern' drivers that no longer use the Win32 architecture will use Microsoft’s Universal Application Platform to perform service and end user application operations.
These Universal Windows Platform (UWP) applications use the Microsoft Store to authenticate a license that is included with the UWP application. Most Users by default, block Windows Update and the Microsoft Store; this is now causing difficulties with the applications associated with certain drivers.
The most common issue will be the WavesMaxx Audio Service not running, resulting in problems switching between headphones and internal speakers of systems.
Here is how to use Microsoft System Center Configuration Manager (SCCM) to deploy the UWP applications (sideloading):
- You will need to contact Dell Technical Support and ask to have this issue escalated to the Resolution Expert Center (REC) to obtain the UWP Application. UWP Applications may be available from the Dell Support Site in the future.
Example: WavesMaxx Audio for Dell 2019 Systems
MaxxAudioProForDell2019_2.0.54.0_x64.appxbundle_Windows10_PreinstallKit.zip
Inside this file will be an appx file, .NET framework files, VC LIB files, and a license file (Figure 1):
Figure 1Note: UWP apps usually require a user to be logged in for the license file to be bound to that current user.
SCCM does not currently support deploying .APPX programs via the Operating System Deployment (OSD) phase; if the apps are deployed during OSD, they will be deleted once the end user signs on. - Extract the UWP zip file to a directory on the SCCM Server.
- Create the UWP package in SCCM (Figure 2).
Figure 2 - Distribute the content to the Distribution Point.
- Create a custom Task Sequence in SCCM.
- Create Run Command Line step to use PowerShell to Provision the UWP App.Note: Make sure to specify the UWP Package in the Task Sequence Step (Figure 3).
- powershell -ex bypass -c Add-AppxProvisionedPackage -Online -PackagePath
2ccd06ab93a5461080ec95e9acfddb44.appxbundle -License
2ccd06ab93a5461080ec95e9acfddb44_License1.xml
Figure 3
- powershell -ex bypass -c Add-AppxProvisionedPackage -Online -PackagePath
- Deploy the Task Sequence to the desired Device Collection (Figure 4):
Figure 4
If set for 'Required', the Task Sequence will run shortly after the end user logs in for the first time.
After installation is complete (Figure 5):
Figure 5
Artikeleigenschaften
Betroffenes Produkt
Modern Drivers Intel
Dell Server Deployment Pack Version 1.0 for Microsoft System Center Configuration Manager, Dell Server Deployment Pack Version 1.1 for Microsoft System Center Configuration Manager, Dell Server Deployment Pack Version 1.2 for Microsoft System Center Configuration Manager, Dell Server Deployment Pack Version 2.0 for Microsoft System Center Configuration Manager, Dell Server Deployment Pack Version 2.1 for Microsoft System Center Configuration Manager, Dell Server Deployment Pack Version 3.0 for Microsoft System Center Configuration Manager, Dell Server Deployment Pack Version 3.1 for Microsoft System Center Configuration Manager, Dell EMC Server Deployment Pack v4.0 for Microsoft System Center Configuration Manager, Dell EMC Server Deployment Pack v4.1 for Microsoft System Center Configuration Manager
Modern Driver Training
Letztes Veröffentlichungsdatum
20 Nov 2020
Version
2
Artikeltyp
Solution