NvidiaPacks (MultiOS)

To create the NvidiaPacks that I need for my other Operating Systems, I use the following commands. Again, this will take a while. When this is complete, I will have drivers for every Nvidia Video card in my Enterprise for Windows 7 and Windows 10, for both x86 and x64

Save-NvidiaPack -WorkspacePath D:\OSDDrivers -OsArch x64 -OsVersion 6.1 -Pack -SkipGridView
Save-NvidiaPack -WorkspacePath D:\OSDDrivers -OsArch x86 -OsVersion 6.1 -Pack -SkipGridView
Save-NvidiaPack -WorkspacePath D:\OSDDrivers -OsArch x86 -OsVersion 10.0 -Pack -SkipGridView

Last updated