NVIDIA Control Panel, UWP, Sysprep

meineomma

New Member
Messages
18
Reaction score
1
Hello everyone

I am again trying to create a software-image using ntlite and going for sysprep audit mode in order to generalize in the end.
At some point last year I must have been successful in generalizing and deploying it with a working nVidia control panel, but trying as I may, I can't get to repeat the success.
To be honest I don't even need the app for the setup here, but the notification for every new user at every machine that nvidia control panel is missing and has to be installed from microsoft store really bugs the customers and they constantly keep nagging me about it.
I can no longer find non DCH drivers and during sysprep the UWP app gets removed or has to be removed manually. I am surely doing something wrong and I'd really appreciate if someone could help me out here.

The issue is very old, the threads related to the topic are many pages long but I can't seem to find a solution that works in 2024.
 
Maybe you can try to download the nVidia Control Panel Appx and provision it in the image via "Add-AppxProvisionedPackage"?
 
garlin
Thank you, I wasn't aware of that possibility. <3 However, seeing winget within the updates I could have figured that out.
Does that mean I can drop other AppX Packages like e.g. Windows Terminal in there?
 
Yes. NTLite will accept any Appx or MSIX packages as Updates.

v2024.8.10014 added the ability to force install an older package version in the image, but you should disable WU app updates to prevent your specific version from being overwritten.

Settings / Windows Update / Windows Store - Install updates automatically
 
Back
Top