@Tom-Elliott My script run because my others lines works without the three “pnputil.exe”.
But when i have this lines, my windows work undefinitely
Latest posts made by IT-MAN
- 
RE: My drivers can't installposted in FOG Problems
- 
My drivers can't installposted in FOG ProblemsHello, I follow this tutorial : https://forums.fogproject.org/topic/11126/using-fog-postinstall-scripts-for-windows-driver-injection-2017-ed/4 with this information : - 
I don’t have fog.updateunattend 
- 
I download my HP drivers with HPImageAssistant 
- 
The HP drivers download on computer but Windows loads ad infinitum 
 I don’t have Unattend.xml (I’ve tried it with it and the result is always the same) My setupcomplete.cmd : REM INSTALLATION DES DRIVERS 
 pnputil.exe /add-driver “C:\Drivers*.inf” /subdirs /install
 pnputil.exe /add-driver “C:\Drivers*.inf” /subdirs /install
 pnputil.exe /add-driver “C:\Drivers*.inf” /subdirs /install
 shutdown -t 0 -r
 @echo offI try with/without shutdown, with one or two “pnputil.exe” When I remove “pnputil.exe”, my other lines run smoothly Please I’m lost 
-