Question code editing

Status
Not open for further replies.

eskeeske

BANNED
Jun 18, 2025
5
0
10
Friends, this code does not work in ISO and gives an error.https://resimlink.com/f2AcXv
Code:
@Echo off
SET CDROM=%~d0

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
REG ADD %KEY% /V TITLE /D "Programlar Yukleniyor" /f

REG ADD %KEY%\001 /VE /D "7Zip" /f  >NUL
REG ADD %KEY%\001 /V 1 /D "%CDROM%\Software\7Zip.exe" /f  >NUL

REG ADD %KEY%\002 /VE /D "AdobeAcrobatReader" /f  >NUL
REG ADD %KEY%\002 /V 1 /D "%CDROM%\Software\AdobeAcrobatReader.exe" /f  >NUL

REG ADD %KEY%\003 /VE /D "AktivasyonKMS" /f  >NUL
REG ADD %KEY%\003 /V 1 /D "%CDROM%\Software\AktivasyonKMS.exe" /f  >NUL

REG ADD %KEY%\004 /VE /D "DirectX" /f  >NUL
REG ADD %KEY%\004 /V 1 /D "%CDROM%\Software\DirectX.exe" /f  >NUL

REG ADD %KEY%\005 /VE /D "FlashPaketi" /f  >NUL
REG ADD %KEY%\005 /V 1 /D "%CDROM%\Software\FlashPaketi.exe" /f  >NUL

REG ADD %KEY%\006 /VE /D "Fotograf" /f  >NUL
REG ADD %KEY%\006 /V 1 /D "%CDROM%\Software\Fotograf.exe" /f  >NUL

REG ADD %KEY%\007 /VE /D "GoogleChrome" /f  >NUL
REG ADD %KEY%\007 /V 1 /D "%CDROM%\Software\GoogleChrome.exe" /f  >NUL

REG ADD %KEY%\008 /VE /D "HashTab" /f  >NUL
REG ADD %KEY%\008 /V 1 /D "%CDROM%\Software\HashTab.exe" /f  >NUL

REG ADD %KEY%\009 /VE /D "IrfanView" /f  >NUL
REG ADD %KEY%\009 /V 1 /D "%CDROM%\Software\IrfanView.exe" /f  >NUL

REG ADD %KEY%\010 /VE /D "Masaustu" /f  >NUL
REG ADD %KEY%\010 /V 1 /D "%CDROM%\Software\Masaustu.exe" /f  >NUL

REG ADD %KEY%\011 /VE /D "Movavi" /f  >NUL
REG ADD %KEY%\011 /V 1 /D "%CDROM%\Software\Movavi.exe" /f  >NUL

REG ADD %KEY%\012 /VE /D "NETDesktopRuntime" /f  >NUL
REG ADD %KEY%\012 /V 1 /D "%CDROM%\Software\NETDesktopRuntime.exe" /f  >NUL

REG ADD %KEY%\013 /VE /D "Office2016" /f  >NUL
REG ADD %KEY%\013 /V 1 /D "%CDROM%\Software\Office2016.exe" /f  >NUL

REG ADD %KEY%\014 /VE /D "PDFXChange" /f  >NUL
REG ADD %KEY%\014 /V 1 /D "%CDROM%\Software\PDFXChange.exe" /f  >NUL

REG ADD %KEY%\015 /VE /D "PowerISO" /f  >NUL
REG ADD %KEY%\015 /V 1 /D "%CDROM%\Software\PowerISO.exe" /f  >NUL

REG ADD %KEY%\016 /VE /D "SagTik" /f  >NUL
REG ADD %KEY%\016 /V 1 /D "%CDROM%\Software\SagTik..exe" /f  >NUL

REG ADD %KEY%\017 /VE /D "StartIsBack" /f  >NUL
REG ADD %KEY%\017 /V 1 /D "%CDROM%\Software\StartIsBack.exe" /f  >NUL

pause
 
What, exactly, doesn't work? You only included an incomplete fragment of a script here. What, for example, is the value of %key%? Don't just waltz in, plop down an incomplete script, and then expect us to do your work for you, all the while crying "it doesn't work".
 
Friends, this code does not work in ISO and gives an error.
1. You've posted this concept more than once.
This exact thing, at least twice.

2. The last time, you were advised about the KMS thing.
Do not do this again.

3. Actual troubleshooting code?
You are trying to do too many things at once.

Pare that down to ONE command.
Does it work? If yes, add another. If no, then figure it out.
 
  • Like
Reactions: cruisetung
Until you get it through your head what it is you're being asked to provide it will continue to "not work" as you have no idea how any of this works, and show no inclination toward learning.

And once again you reference ""%CDROM%\Software\AktivasyonKMS.exe" /f >NUL", and once again it leads to your thread being locked. We do NOT support software piracy in any form here.
 
Status
Not open for further replies.