(09-20-2023, 07:14 AM)AngelKing Wrote: ../Hi all.
I already tried it with WinInjection but without solution.
/...
I met the same issue, and solved it with WinInjection :
- Copied the VTOYPE.BAT script in the injector tree
- Modified the copy for ping : replaced "-n 1" by "-n 2" (with ping -n 1, there's no timeout, and as the -w timeout is 2000ms, with -n 2, we'll wait at least 2 seconds)
- Modified the Autorun script to copy the modified VTOYPE.BAT over the standard one (be sure to use absolute path in the copy ...)
- Created the Wininjection file and attached it to the Windows 10 iso.
I verified after execution, the Y: drive is present and it takes only one iteration to make the network OK (the second ping of the first iteration is OK).
As a short term solution, WinInjection works, for long term, it should be better to change "ping -n 1" by "ping -n 2" in the original VTOYPE.BAT script