enginbey8108

Uzman
Katılım
19 Mayıs 2024
Mesajlar
189
Beğeniler
13
Arkadaşlar ben bu koda NVIDIA ve Wi-Fi sürücü eklemek istiyorum katılımsız parametre nasıl bulacağım.

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
 
Arkadaşlar ben bu koda NVIDIA ve Wi-Fi sürücü eklemek istiyorum katılımsız parametre nasıl bulacağım.

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
 
Komut hata veriyor.

Kod:
Komut başarıyla tamamlandı.

The system cannot find the file C:\Windows\Setup\Scripts\Ninite123.exe.
The system cannot find the file C:\Windows\Setup\Scripts\1.bat.
The system cannot find the file C:\Windows\Setup\Scripts\2.bat.
Press any key to continue . . .

Olmuyor.
 
Komut hata veriyor.

Kod:
Komut başarıyla tamamlandı.

The system cannot find the file C:\Windows\Setup\Scripts\Ninite123.exe.
The system cannot find the file C:\Windows\Setup\Scripts\1.bat.
The system cannot find the file C:\Windows\Setup\Scripts\2.bat.
Press any key to continue . . .

Olmuyor.
Tırnak işareti kullanmayı dene.