Имя пользователя:
Пароль:  
Помощь | Регистрация | Забыли пароль?  

Показать сообщение отдельно

Забанен


Сообщения: 453
Благодарности: 56

Профиль | Цитировать


club7001497,

Каким образом организовано ускорение, я не разбирался.
Наверное все нюансы, можно узнать разобрав этот код из батника.

Цитата:
ECHO.
ECHO ------------------------------[ UAS/UASP Driver ]------------------------------
ECHO.
ECHO Copying files into the temporary folder . . .
ping -n 3 localhost 1>NUL
PushD "Integrator Files\Patches\Microsoft USB 3.0 xHCI driver*"
XCOPY "uaspstor.inf" "%TempDir%\" /V /Y /Z 1>NUL
XCOPY "uaspstor.sys" "%TempDir%\" /V /Y /Z 1>NUL
XCOPY "usbd8.sys" "%TempDir%\" /V /Y /Z 1>NUL
XCOPY "wpprecor.sys" "%TempDir%\" /V /Y /Z 1>NUL
PushD "%~dp0"
XCOPY "compiling\I386\DOSNET.INF" "%TempDir%\" /V /Y /Z 1>NUL
XCOPY "compiling\I386\TXTSETUP.SIF" "%TempDir%\" /V /Y /Z 1>NUL
ECHO.
ECHO Adding entries to the Windows XP Setup source files . . .
ping -n 3 localhost 1>NUL
"Integrator Files\Tools\Fedit.exe" -add -f "%TempDir%\DOSNET.INF" -s "Files" -l "d1,uaspstor.inf" -once
"Integrator Files\Tools\Fedit.exe" -add -f "%TempDir%\DOSNET.INF" -s "Files" -l "d1,uaspstor.sys" -once
FindStr /i /e "usbd8.sys" "%TempDir%\DOSNET.INF" >NUL || "Integrator Files\Tools\Fedit.exe" -add -f "%TempDir%\DOSNET.INF" -s "Files" -l "d1,usbd8.sys" -once
FindStr /i /e "wpprecor.sys" "%TempDir%\DOSNET.INF" >NUL || "Integrator Files\Tools\Fedit.exe" -add -f "%TempDir%\DOSNET.INF" -s "Files" -l "d1,wpprecor.sys" -once
"Integrator Files\Tools\Fedit.exe" -add -f "%TempDir%\TXTSETUP.SIF" -s "SourceDisksFiles.x86" -l "uaspstor.inf = 1,,,,,,,20,0,0" -once
"Integrator Files\Tools\Fedit.exe" -add -f "%TempDir%\TXTSETUP.SIF" -s "SourceDisksFiles.x86" -l "uaspstor.sys = 1,,,,,,4_,4,1,,,1,4" -once
FindStr /i /r "usbd8.sys.*,." "%TempDir%\TXTSETUP.SIF" >NUL || "Integrator Files\Tools\Fedit.exe" -add -f "%TempDir%\TXTSETUP.SIF" -s "SourceDisksFiles.x86" -l "usbd8.sys = 1,,,,,,4_,4,1,,,1,4" -once
FindStr /i /r "wpprecor.sys.*,." "%TempDir%\TXTSETUP.SIF" >NUL || "Integrator Files\Tools\Fedit.exe" -add -f "%TempDir%\TXTSETUP.SIF" -s "SourceDisksFiles.x86" -l "wpprecor.sys = 1,,,,,,4_,4,1,,,1,4" -once
"Integrator Files\Tools\Fedit.exe" -add -f "%TempDir%\TXTSETUP.SIF" -s "FileFlags" -l "uaspstor.sys =16" -once
FindStr /i /r "usbd8.sys.*=*16$" "%TempDir%\TXTSETUP.SIF" >NUL || "Integrator Files\Tools\Fedit.exe" -add -f "%TempDir%\TXTSETUP.SIF" -s "FileFlags" -l "usbd8.sys =16" -once
FindStr /i /r "wpprecor.sys.*=*16$" "%TempDir%\TXTSETUP.SIF" >NUL || "Integrator Files\Tools\Fedit.exe" -add -f "%TempDir%\TXTSETUP.SIF" -s "FileFlags" -l "wpprecor.sys =16" -once
"Integrator Files\Tools\Fedit.exe" -add -f "%TempDir%\uaspstor.inf" -s "SourceDisksNames" -l "1=\"USB Attached SCSI (UAS) Compatible Device\",,,\"\I386\"" -once
ECHO.
ECHO Adding files into the Windows XP Setup source folder . . .
ping -n 3 localhost 1>NUL
"Integrator Files\Tools\makecab.exe" "%TempDir%\uaspstor.inf" /L "compiling\I386" 1>NUL
"Integrator Files\Tools\makecab.exe" "%TempDir%\uaspstor.sys" /L "compiling\I386" 1>NUL
"Integrator Files\Tools\makecab.exe" "%TempDir%\usbd8.sys" /L "compiling\I386" 1>NUL
"Integrator Files\Tools\makecab.exe" "%TempDir%\wpprecor.sys" /L "compiling\I386" 1>NUL
XCOPY "%TempDir%\DOSNET.INF" "compiling\I386\" /V /Y /Z 1>NUL
XCOPY "%TempDir%\TXTSETUP.SIF" "compiling\I386\" /V /Y /Z 1>NUL

Отправлено: 19:59, 16-09-2020 | #276