F5F Stay Refreshed Software Operating Systems Create a custom install image that includes several driver bundles.

Create a custom install image that includes several driver bundles.

Create a custom install image that includes several driver bundles.

C
ConstantinSin
Junior Member
3
10-19-2016, 06:50 PM
#1
Last year I had to rapidly assemble a Windows 10 install image for my organization and didn’t have much time. I was unfamiliar with best practices and had to resort to quick fixes. Now I’m seeking guidance on proper methods, especially regarding driver installation. I’m currently using a PowerShell script to pull the computer’s model from the BIOS and then installing drivers in a matching folder on the USB drive. It functions, but I feel there’s room for improvement. Additionally, as we plan to expand our product lineup—allowing users to select different screen sizes—I wonder if adding logic to replace the screen-size number with an X could streamline things.
C
ConstantinSin
10-19-2016, 06:50 PM #1

Last year I had to rapidly assemble a Windows 10 install image for my organization and didn’t have much time. I was unfamiliar with best practices and had to resort to quick fixes. Now I’m seeking guidance on proper methods, especially regarding driver installation. I’m currently using a PowerShell script to pull the computer’s model from the BIOS and then installing drivers in a matching folder on the USB drive. It functions, but I feel there’s room for improvement. Additionally, as we plan to expand our product lineup—allowing users to select different screen sizes—I wonder if adding logic to replace the screen-size number with an X could streamline things.