I need help about remove IRST driver in NTLite

dinhbach318

New Member
Messages
1
Reaction score
0
I added the irst driver to windows 11 using NTLITE, but maybe due to driver conflict, the computer cannot boot to Desktop on intel gen 11 Laptop, now I want to delete the added driver, how? Can you help me?
 

Attachments

  • Screenshot (2).png
    Screenshot (2).png
    504.4 KB
  • 512937286_9948816665229312_1938252484955666386_n.jpg
    512937286_9948816665229312_1938252484955666386_n.jpg
    168.5 KB
Depending on your Intel RST controller, adding all the different RST driver versions (17.x, 18.x, 19.x, 20.x) in the same image may not work. Windows uses a ranking system to pick which driver is the "best fit", and it might choose the wrong driver to load.

1. Find the right RST driver for your motherboard (or based on the Intel CPU model).
2. Download the Intel driver installer EXE.

3. Run the installer to extract the driver files to a local folder.
Code:
SetupRST.exe -extractdrivers Driver_Folder

4. Load the image.
5. Delete all the Intel Storage controller drivers.
6. Add drivers from the local folder.
7. Apply changes.
 
Back
Top