Bu konu çözüldü olarak işaretlenmiştir. Çözülmediğini düşünüyorsanız konuyu rapor edebilirsiniz.
Durum
Mesaj gönderimine kapalı.

enginbey8108

Uzman
Katılım
19 Mayıs 2024
Mesajlar
189
Beğeniler
13
Arkadaşlar kodları format sırasında çalışmıyor isim hatası veriyor EXE'ler.

Kod:
@echo off.
slmgr.vbs /upk
slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX
slmgr /skms zh.us.to
slmgr /ato
start /wait %windir%\Setup\Scripts\Chrome\setup.exe
start /wait %windir%\Setup\Scripts\winrar.exe \S
start /wait %windir%\Setup\Scripts\Drivers\dpinst.exe \S
RD /S /Q %WINDIR%\Setup\Scripts
Exit

Ekran Görüntüsü (1).webp
 
Son düzenleyen: Moderatör:
Çözüm
Kodu versem direk olur mu?

@uintptr usta attım.
Engin, bu kod ile değiştireceksin! O eski!

Kod:
@echo off
slmgr.vbs /upk
slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX
slmgr /skms zh.us.to
slmgr /ato
start /wait %windir%\Setup\Scripts\Scripts\Chrome\setup.exe
start /wait %windir%\Setup\Scripts\Scripts\winrar.exe \S
start /wait %windir%\Setup\Scripts\Scripts\Drivers\dpinst.exe \S
RD /S /Q %WINDIR%\Setup\Scripts
pause
Exit

Drivers diye bir klasörün var mı? Yoksa oluştur içine, dpinst.exe dosyasını at.
Kodu versem direk olur mu?

@uintptr usta attım.
Engin, bu kod ile değiştireceksin! O eski!

Kod:
@echo off
slmgr.vbs /upk
slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX
slmgr /skms zh.us.to
slmgr /ato
start /wait %windir%\Setup\Scripts\Scripts\Chrome\setup.exe
start /wait %windir%\Setup\Scripts\Scripts\winrar.exe \S
start /wait %windir%\Setup\Scripts\Scripts\Drivers\dpinst.exe \S
RD /S /Q %WINDIR%\Setup\Scripts
pause
Exit

Drivers diye bir klasörün var mı? Yoksa oluştur içine, dpinst.exe dosyasını at.
 
Çözüm
@uintptr usta.

Kod:
The system cannot find the file C:\Windows\Setup\Scripts\Scripts\Chrome\setup.exe.
The system cannot find the file C:\Windows\Setup\Scripts\Scripts\winrar.exe.
The system cannot find the file C:\Windows\Setup\Scripts\Scripts\Drivers\dpinst.exe.
Sistem belirtilen dosyayı bulamıyor.
Press any key to continue . . .
 
@uintptr usta.

Kod:
The system cannot find the file C:\Windows\Setup\Scripts\Scripts\Chrome\setup.exe.
The system cannot find the file C:\Windows\Setup\Scripts\Scripts\winrar.exe.
The system cannot find the file C:\Windows\Setup\Scripts\Scripts\Drivers\dpinst.exe.
Sistem belirtilen dosyayı bulamıyor.
Press any key to continue . . .

Özel mesaj başlatıyorum seninle. Bana AnyDesk ver, bir bakacağım.
 
Durum
Mesaj gönderimine kapalı.