TEXTO USADO EN EL VIDEOTUTORIAL
@echo off
pushd "%~dp0"
dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum >List.txt
dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum >>List.txt
for /f %%i in ('findstr /i . List.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i"
pause
VIDEOTUTORIAL
Support me thanks PayPal one coffe :)
https://www.paypal.me/truepayment
sigueme en facebook buscame como charlytecnol
ResponderEliminar