drcreek Posted January 7, 2005 Posted January 7, 2005 could i run this at a later time? say in the cmd and then reboot? i'm plannig on making a small vb program that rights the RunOnceEX file for you from your own choice (it'll be using tick boxs or something) and then once it's been written it could be run, added to the registry, then a reboot and i'm guessing it would run it? if none of that makes sence please tell me to stfu get some sleep and ask the question again later p.s if this work i'll submit the source on here for all to customize
Incroyable HULK Posted January 7, 2005 Posted January 7, 2005 Of course you can! it is even possible to launch the RunOnceEx process without rebootingHere is an Example:SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Stop Picking your Nose!" /fREG ADD %KEY%\001 /VE /D "Macromedia Flash Player" /fREG ADD %KEY%\001 /V 1 /D "Install\Applications\Macromedia\mm_fl_sw_installer.msi /qn" /frundll32.exe iernonce.dll,RunOnceExProcessLooking foward to your code!
drcreek Posted January 7, 2005 Author Posted January 7, 2005 thanks a lot for the quick reply now to pester my college mates who passed VB lol
Incroyable HULK Posted January 7, 2005 Posted January 7, 2005 Are you planning to use this with a HTML front end?it'll be using tick boxs or something
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