yong2579 Posted September 15, 2004 Posted September 15, 2004 Hey guys, I got a really weird problem, I ask the computer to run "RUNONCE.CMD" at [GUIRUNONCE] and as expected, the computer runs the file "RUNONCE.CMD" during the 1st logon as administrator after installation. Then the problem comes in.All the codes in "RUNONCE.CMD" was executed until the partCMDOW @ /HIDREG ADD codes A...REG ADD codes B...rundll32.exe iernonce.dll,RunOnceExProcessREG ADD codes C...REG ADD codes D...Codes C and Codes D will not be executed at all.. is it because windows will not execute anything after command "rundll32.exe iernonce.dll,RunOnceExProcess"? However i try to run this file again when i have loaded windows completely and it works... i'm really kinda freak out, can anyone help?
sleepnmojo Posted September 16, 2004 Posted September 16, 2004 You need to have it wait for runonceex to finish before adding the next group of keys. easiest way, add a start /waitstart /wait rundll32.exe iernonce.dll,RunOnceExProcess
yong2579 Posted September 17, 2004 Author Posted September 17, 2004 hey thanks! I try it out when i get back to my office on monday! Thanks dude!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now