well thx ghettofreeryder for the OEM, but I'm getting the same results. but I have come to the conclusion, that this behavior is correct.
I'm assuming that AutoRun.exe, is launching config_operator.txt which contains:
Code:
LOCK:Enabled
CFG: \WINDOWS\config_PT.txt
So it runs config_PT.txt, which contains:
Code:
EXEC:\Windows\RUN_SPRINT_TSK.lnk
EXEC:\Windows\AddContacts.exe
CAB: \Windows\GetGL.CAB
CAB: \Windows\GroveMobile_pulgIn.sa.CAB
CAB: \Windows\SPCS GetOZ.CAB
CAB: \Windows\getmail.ppcwm5.Release.sprintmail_uninstall.CAB
CAB: \Windows\SprintTV_1_5_PPC_V_9-04-07RC7(wo setup).cab
CAB: \Windows\ondemand_6900_boot.arm.CAB
XML: \Windows\RemovePrograms.xml
EXEC:\Windows\ChgScutAttri.exe
CAB: \Windows\LiveSearch.cab
CAB: \Windows\SPCS_Mvsrt.CAB
CAB: \Windows\Today_pluginitem.CAB
CFG: \Windows\config.txt
so it loads all the sprint crap, then the last line points to the config.txt, which after being modified, contains:
Code:
LOCK:Enabled
LOCK:Disabled
EXEC: \Windows\SDAutoRun.exe
So really it's doing what it's suppose to do, but I do not want to run the config_PT.txt which has all the sprint crap. So I edited config_operator.txt to bypass the config_PT.txt & go straight to config.txt:
Code:
LOCK:Enabled
CFG: \Windows\config.txt
I could go straight to SDAutoRun.exe from the config_operator.txt but I wanted to test the config.txt setup......it's working as it should.
So for those of you that are not modifying the config_operator.txt, are you loading the sprint crap?