Jump to content

Runonceex Hatası ?


 Share

Recommended Posts

arkadaşlar kendime katılımsız arşiv yaptım ve bunun xp kurulumundan sonra çalışmasını istiyorum.bir kez çalıştıra runonceex komutu ekledim ve katılımsız arşivide xp ana dizininde PRO adlı bi klasör oluşturup içine koydum.xp kurulumu bittikten sonra PRO/autorun.exe windows tarafından bulunamadı diye uyarı veriyo.daha önce boyle bi uyarı vermiyodu kullandığıum runonceexin içeriği aşağıda neden hata veriyo dersiniz .bu arada multixp de hata veriyor


[code]@Echo Off

FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\eLiTXP.TXT SET CDROM=%%i:

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "eLiT XP KATILIMSIZ" /f

REG ADD %KEY%\000 /VE /D "UYGULANIYOR..." /f
REG ADD %KEY%\000 /V 1 /D "%CDROM%\PRO\autorun.exe"
[/code]
Link to comment
Share on other sites

@whitedeath

Verdiğin MS-DOS komutunda eLiTXP.TXT dosyası tüm sürülerde aranıp, bulunduğu sürücü CDROM değişkenine veriliyor.
Eğer eLiTXP.TXT dosyası bulunmaz ise haliyle sorun yaşasın. eLiTXP.TXT yerine autorun.exe nin konumunu yazıp tekrar dene!

[codebox]@Echo Off

FOR %%i IN (C D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\PRO\autorun.exe SET CDROM=%%i:

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "eLiT XP KATILIMSIZ" /f
REG ADD %KEY%\000 /VE /D "UYGULANIYOR..." /f
REG ADD %KEY%\000 /V 1 /D "%CDROM%\PRO\autorun.exe"[/codebox]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...