Jump to content

Windows Güncellemelrini Update Pack Nasıl Yapılır?


Recommended Posts

auto it ile yapabilirsin yada basit bir cmd dosyası yapıp bunları içine atabilirsin:

@echo off

for /f "skip=1" %%A in ('dir /b *.msu') do (
echo Guncellemeler kuruluyor "%%A" ...
start /wait %%A /quiet /norestart > nul
)
echo.
echo ###########################################################
echo.
echo Guncellemeler kuruldu
echo Yeniden baslatmak icin bir tusa basin
pause >NUL
shutdown -r -t 0
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...