Hello,
It seems none of the options for extracting the drivers are valid anymore.
I have downloaded the installer from https://www.intel.com/content/www/us/en/download/19512/intel-rapid-storage-technology-driver-installation-software-with-intel-optane-memory-10th-and-11th-gen-platforms.html and tried the following:
SetupRST.exe -extract <path>
SetupRST.exe -a -p <path>
But neither works. Does anyone know how to do it with the most recent version, or if an F6 floppy archive still exists?
Thanks!
連結已複製
Hi,
I had the same issue, and ended up going down a rabbit hole with Procmon to find where the exe extracted the files.
I then actually went back and checked the documentation, turns out that the extract function is listed in the README, however it does not show up when you run the /? flag.
Extract driver files from SetupRST.exe:
- Open terminal in the directory with SetupRST.exe by right-clicking the directory
and selecting "Open in Terminal" or "Open PowerShell here"
- Enter the following command:
./SetupRST.exe -extractdrivers SetupRST_extracted
Hopefully this helps someone new visiting the post, no discredit to the person who shared the extracted files previously - I'm always a little cautious downloading drivers for untrusted sources.
Cheers,
Ayden
Created an account just to say THANKS! I'm also cautious with downloads especially drivers....even more so when the goal is for a clean system install!
Thank you so much for doing the work and sharing so we can extract the drivers our selves! Much appreciated!