- Katılım
- 3 Aralık 2016
- Mesajlar
- 1.654
- Çözümler
- 1
Daha fazla
- Cinsiyet
- Erkek
Selamünaleyküm ustalarım, nasılsınız? Bu kodlar çalışıyor mu, test eder misin? ISO'da test etsen ustam. Format sırasında kurmasını istiyorum ilk açılışda otomatik kurması için.
Kod:
@echo off.
net accounts /maxpwage:unlimited
start /wait %WINDIR%\Setup\Scripts\Ninite.exe
start /wait %WINDIR%\Setup\Scripts\1.bat
start /wait %WINDIR%\Setup\Scripts\2.bat
rd /q /s "%WINDIR%\Setup\Scripts"
cd /d "%SystemRoot%\Setup\"
if exist "%SystemRoot%\Setup\Scripts\" @RD /S /Q "%SystemRoot%\Setup\Scripts\"
exit /b