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.

Unable do load RunonceEX.cmd

Featured Replies

Hi there.

I´m not beying able to run this command. As i understand it, after running it, there should be something stored in memory that should run after restart. The problem is nothing happens...

Have already tried to install windows with my unnented install but this step went missing... No software got installed (located at folders inside $OEM$\install\)

I have cmdlines.txt and RunOnceEX.cmd both in the $OEM$ folder.

Here they are:

cmdline.txt

[COMMANDS]
"RunOnceEx.cmd"

RunOnceEX.cmd

cmdow @ /HID
@echo off

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

REG ADD %KEY% /V TITLE /D "A Instalar Aplicações" /f

REG ADD %KEY%\005 /VE /D "Adobe Acrobat Reader 6" /f
REG ADD %KEY%\005 /V 1 /D %systemdrive%\install\Adobe\AdbeRdr60_ptb_full.exe -p"-s /v\"/qn\"" /f

REG ADD %KEY%\005 /VE /D "Sygate Personal Firewall 5.5.2710" /f
REG ADD %KEY%\005 /V 1 /D %systemdrive%\install\Sygate\pspf.exe /QN Reboot=Supress /f

REG ADD %KEY%\015 /VE /D "MSN Messenger 6.2" /f
REG ADD %KEY%\015 /V 1 /D %systemdrive%\install\MSN\MsnMsgs.msi /QB /f

REG ADD %KEY%\020 /VE /D "Nero 6.6.00" /f
REG ADD %KEY%\020 /V 1 /D %systemdrive%\install\Nero\nero6600.exe /SN=1A23-0009-6030-1312-0769-4067 /WRITE_SN /SILENT /NO_UI /NOREBOOT /NOLICENSE /NOCANCEL /f

REG ADD %KEY%\025 /VE /D "Winrar 3.4" /f
REG ADD %KEY%\025 /V 1 /D %systemdrive%\install\WinRAR\wrar340.exe /s /f

REG ADD %KEY%\035 /VE /D "A importar alterações do registo" /f
REG ADD %KEY%\035 /V 1 /D "REGEDIT /S %systemdrive%\install\regtweaks.reg" /f

REG ADD %KEY%\040 /VE /D "A limpar e reiniciar..." /f
REG ADD %KEY%\040 /V 1 /D %systemdrive%\install\cleanup.cmd /f

Is there something messing? some earlier step from msfn´s guide i missed?

Thanks in advance

Yes, you have a big issue. You are missing quotes

IE:

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

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REG ADD %KEY%\015 /VE /D "SpyBot 1.3" /f
REG ADD %KEY%\015 /V 1 /D "%systemdrive%\Install\spybot\SpyBot(v.1.3).exe /SILENT" /f

  • Author

Hmmm...

Ok, the quotes are missing, but my qyestion is, should the quotes be only within the location of the file, or end only after the parameters?

1

REG ADD %KEY%\005 /VE /D "Sygate Personal Firewall 5.5.2710" /f
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\Sygate\pspf.exe /QN Reboot=Supress" /f

or 2

REG ADD %KEY%\005 /VE /D "Sygate Personal Firewall 5.5.2710" /f
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\Sygate\pspf.exe" /QN Reboot=Supress /f

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.