[NTLite] Printer driver error (ntprint.inf) during integration – Win 11 25H2 Pro (DE) + NTLite Free

BlackThornWolf26

New Member
Messages
1
Reaction score
0
Hi everyone,

I created an up-to-date Windows 11 USB drive (25H2, Build 26200.8653, German, Pro edition) using the Media Creation Tool and then prepared my own customized ISO.
My workflow is as follows:

Copied the USB drive contents to the hard drive

Code
robocopy D:\ C:\deutschtestiso /E /COPYALL /R:0
Exported all drivers from my system

DISM:

Code
dism /online /export-driver /destination:"C:\TreiberBackup"
or PowerShell:

Code
Export-WindowsDriver -Online -Destination "C:\TreiberBackup"
Mounted the Windows image (copied from the USB drive) in NTLite (Free Version).

Added all the exported drivers.

However, during the merge/compilation process, several error messages regarding Microsoft printer drivers appear—specifically:

Microsoft | ntprint.inf – Error 0x80070002 – The system cannot find the file specified.

Now I’m wondering:

Is my workflow incorrect, or

is this behavior normal for the NTLite Free Edition because certain Windows components (e.g., printer drivers) aren't fully processed?

Perhaps someone has encountered this same issue or knows whether these ntprint.inf errors are non-critical or if they only occur in the Free version.

Thanks for any tips!
 

Attachments

  • 390.jpg
    390.jpg
    1.7 MB
Do you have any 3rd-party security products? Error [2] is File Not Found, which can be triggered by security software blocking access to the mounted image.
 
Back
Top