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.

How To Pause Runonceex ?

Featured Replies

Can anyone tell me how to pause runonceex ?

I have intellipoint and intellitype in my runonceex and they lanuch another process so only one successfully installs. I know there's sleep.exe on the MSFN's unattended site but that's for batch install.

I run a series of VBscripts in my runonceex, but you could just as easily run batch files I assume. You could stick that sleep command in the batch file.

i use a batch file to send ping commands during a minute.

@echo off
cmdow @ /HID
PING -n 61 127.0.0.1>nul
exit

you only need CMDOW to hide the batch window :)

or if you want to pause until you tell it to start again (as opposed to a pre-determind amount of time)... just create a batch file (open notepad, save as *.cmd) and put in the following:

@echo off
pause

This will bring up a command window that will say 'Press any key to continue' which of course means it will 'pause' until you 'Press any key'!

Looking into learning AutoIt. It is a nice scripting tool that can allow you to do many things rather easily. It has the ability to launch a program and not quit until another process is finished.

as was mentioned the sleep command does work, just add an entry in the runonce like this

REG ADD %KEY%\025 /VE /D "Sleep for 30 seconds" /f
REG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\sleep.cmd" /f

Then in the files sleep.cmd

sleep 30

That way you can adjust how long. It will not contiune running if you put it in the right spot. (make sure you modify the \025 to put it in the right spot in your runonce.

as was mentioned the sleep command does work, just add an entry in the runonce like this

However, its not a native windows command (at least not to XP), so youll have to download the program, which can be found on the Unattended Downloads page.

You are correct I forgot, also remember after downloading it to put it into the $OEM$\$$\System32 directory so that it will be available from where ever you wish to call it. sorry.

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.