Jump to content

Recommended Posts

Posted

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? :huh:

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


Posted

Of course you can! it is even possible to launch the RunOnceEx process without rebooting

Here is an Example:

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

REG ADD %KEY% /V TITLE /D "Stop Picking your Nose!" /f

REG ADD %KEY%\001 /VE /D "Macromedia Flash Player" /f
REG ADD %KEY%\001 /V 1 /D "Install\Applications\Macromedia\mm_fl_sw_installer.msi /qn" /f

rundll32.exe iernonce.dll,RunOnceExProcess

Looking foward to your code!

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...