1. 將下列內容儲存為 Expand.cmd
@echo off
pushd "%~dp0"
set FOLDER=Windows10.0-KB4056891-x86-15063.850
if not exist %FOLDER% md %FOLDER%
%WinDir%\System32\expand -R "%FOLDER%.cab" -F:* "%FOLDER%"
if exist "%FOLDER%\*.cab" %WinDir%\System ...
↧






