Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

RunOnceEx style without reboot

Featured Replies

Does anyone know if there is any way to get a RunOnceEx style dialog box without rebooting,

What I would like to do is create a set of silent installs for various prog's (not for my UACD) that would install from a batch. What I have so far is done by calling a reboot and RunOnceEx.cmd.

rundll32.exe iernonce.dll,RunOnceExProcess

Will execute the RunOnce keys without rebooting.

This is info i got from Maxxpsoft i use to test installs it will bring up the RunOnceEx just edit to suit yourself and call it whatever you like.

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
REG ADD %KEY% /V TITLE /D "UnattendXP - Installing Applications" /f
REM /////////////////////\\\\\\\\\\\\\\\\\\\\\\

REM REG ADD %KEY%\iAdd /VE /D "Symantic Antivirus Corp 9.1.400" /f
REM REG ADD %KEY%\iAdd /V 1 /D "%systemdrive%\Install\SAV\Symantec_AntiVirus.msi /QB RUNLIVEUPDATE=0 REBOOT=ReallySuppress" /f

REG ADD %KEY%\iAdd /VE /D "Installing PowerDVD6" /f
REG ADD %KEY%\iAdd /V 1 /D "%systemdrive%\Install\PowerDVD6.0\Setup.exe -s -f1\"%systemdrive%\Install\PowerDVD6.0\setup.iss\" /f
REG ADD %KEY%\1025 /V 2 /D "REGEDIT /S %systemdrive%\Install\PowerDVD6.0\CyberLink.reg" /f
REG ADD %KEY%\iAdd /V 3 /D "CMD /C DEL \"%systemdrive%\Program Files\CyberLink\PowerDVD\OLRSubmission\OLRSubmission.exe"" /f
REG ADD %KEY%\iAdd /V 4 /D "CMD /C DEL \"%systemdrive%\Documents and Settings\All Users\Start Menu\Programs\CyberLink PowerDVD\On-Line Registration.lnk"" /f


REM /////////////////////\\\\\\\\\\\\\\\\\\\\\\
pause
rundll32.exe iernonce.dll,RunOnceExProcess
EXIT


REM NOTE: Just make sure you change the /V Inum /D to the number's like /V 1 /D
REM What that does is run the reg install and you can see if each is sucessful , and then pause so you can check HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx key to make sure everything looks right. Then it executes the Install just like you in setup with the rundll32.exe iernonce.dll,RunOnceExProcess
REM Real Handy  

remember you could add

cmdow @ /HID
Color 0A
@echo off

to stop it displaying and remove the pause

  • Author

Thanks guys. I will try this out later tonight. Unfortunately I have a visit from the Outlaws looming right now!

Thanks Urie

I needed that PowerDVD6 and it's all setup for me to add. %KEY%\iAdd /V Inum /D

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.