มาร่วมเป็นกำลังใจให้เว็บด้วยการสมัครสมาชิกวีไอพี ~~ เลือกปีที่ท่านต้องการได้โดยไม่ต้องเรียงปี ~~ ปีละ 350 บาท สมัคร 2 ปีลดเหลือ 600 บาท ~~ มีไลน์กลุ่ม VIP จำนวนหลายร้อยท่าน เอาไว้ปรึกษางานซ่อม ~~ เข้าถึงข้อมูลด้านเทคนิค ข้อมูลเชิงลึกมากมาย.....
0 สมาชิก และ 1 บุคคลทั่วไป กำลังดูหัวข้อนี้
@echo offCD /d %~dp0echo.echo Microsoft Visual C++ All-In-One Runtimes by W1zzard @ TechPowerUpecho https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/echo.echo Installing runtime packages...set IS_X64=0if "%PROCESSOR_ARCHITECTURE%"=="AMD64" set IS_X64=1if "%PROCESSOR_ARCHITEW6432%"=="AMD64" set IS_X64=1if "%PROCESSOR_ARCHITECTURE%"=="ARM64" set IS_X64=1if "%IS_X64%" == "1" goto X64echo 2005...start /wait vcredist2005_x86.exe /qecho 2008...start /wait vcredist2008_x86.exe /qbecho 2010...start /wait vcredist2010_x86.exe /passive /norestartecho 2012...start /wait vcredist2012_x86.exe /passive /norestartecho 2013...start /wait vcredist2013_x86.exe /passive /norestartecho v14 (2015-2026) ...start /wait vcredist_v14.x86.exe /passive /norestartgoto END:X64echo 2005...start /wait vcredist2005_x86.exe /qstart /wait vcredist2005_x64.exe /qecho 2008...start /wait vcredist2008_x86.exe /qbstart /wait vcredist2008_x64.exe /qbecho 2010...start /wait vcredist2010_x86.exe /passive /norestartstart /wait vcredist2010_x64.exe /passive /norestartecho 2012...start /wait vcredist2012_x86.exe /passive /norestartstart /wait vcredist2012_x64.exe /passive /norestartecho 2013...start /wait vcredist2013_x86.exe /passive /norestartstart /wait vcredist2013_x64.exe /passive /norestartecho v14 (2015-2026) ...start /wait vcredist_v14.x86.exe /passive /norestartstart /wait vcredist_v14.x64.exe /passive /norestartgoto END:ENDecho.echo Installation completed successfullyexit