網友王先生通知:
"您好關於 Mega 流量 2G限制的問題
應該可以用MegaDownloader(免安裝版本)
測試過應該可以不限流量2GB下載...
還請其他網友一起試看看 感溫"
MegaDownloader v1.7
Important: MegaDownloader requires .NET 4.0
檔案全刪了,
無法再測
速度不快但沒2G限制
還是用google雲端硬碟比較快。隨時都有2~3M的水平(我的網路)。
-----------------------------------------------
請注意 ISO檔內
source目錄下的$oem$,一直找下去,就是$oem$\$$\Setup\Scripts內的內容
setupcomplete.cmd的內容
@echo off
: Install Update
echo Installing Windows Update
start /wait wusa.exe %WINDIR%\Setup\Scripts\windows6.1-kb3020369-x64.msu /quiet /norestart /nobackup
start /wait wusa.exe %WINDIR%\Setup\Scripts\windows6.1-kb3125574-v4-x64.msu /quiet /norestart /nobackup
: Install ie11
echo Installing Windows ie11
%WINDIR%\Setup\Scripts\ie11\IE11-Windows6.1-x64-zh-tw.exe
start /wait wusa.exe %WINDIR%\Setup\Scripts\ie11\Windows6.1-KB2670838-x64.msu /quiet /norestart /nobackup
:DirectX
echo Updating DirectX
start /wait %WINDIR%\Setup\Scripts\DirectX\DXSETUP.exe /silent
:NET Framework 4.5
echo Installing .NET 4.6.1 Framework
start /wait %WINDIR%\Setup\Scripts\NDP461-KB3102436-x86-x64-AllOS-ENU /passive /norestart
start /wait %WINDIR%\Setup\Scripts\NDP461-KB3102436-x86-x64-AllOS-CHT /quiet /norestart
:Windows Loader 2.2.2.0
echo Installing Windows Loader 2.2.2.0
start /wait %WINDIR%\Setup\Scripts\WindowsLoader.exe /silent /preactivate
:CLEANUP
rd /S /Q "%WINDIR%\Setup\Scripts"
-------------------------------
如何適用於 x86與x64(11in1與9in1)
reg Query "HKLM\Hardware\Description\System\CentralProcessor\0" | find /i "x32" > NUL && set OS=32BIT || set OS=64BIT
if %OS%==64BIT (GOTO 64BIT) ELSE (GOTO 32BIT)
:64BIT
echo 64-bit...
GOTO END
:32BIT
echo 32-bit...
GOTO END
:END
-------------------------------