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.

Last few integration issues

Featured Replies

please post your runonce.cmd again in its current state, the nlite line should be of no consequence.

what happens when you double the .cmd? do the items end up in the registry as they should?

  • Author

This is my cmdlines.txt

[Commands]

"rundll32 advpack.dll,LaunchINFSection nLite.inf,U"

"./RunOnceEx.cmd"

and this is my RunOnceEx.cmd

SetLocal enableextensions

FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CD.TXT SET CDROM=%%i:

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

REG ADD %REGKEY% /V TITLE /D "Windows Setup" /f

REG ADD %REGKEY%\001 /VE /D "Updating" /f

REG ADD %REGKEY%\001 /V 1 /D "%CDROM%\UPDATES\kb892130wgav.exe /Q" /f

REG ADD %REGKEY%\001 /V 2 /D "%CDROM%\UPDATES\kb905474wgan.exe /passive /norestart" /f

REG ADD %REGKEY%\001 /V 3 /D "%CDROM%\UPDATES\kb940157search.exe /passive /norestart" /f

REG ADD %REGKEY%\001 /V 4 /D "%CDROM%\UPDATES\KB957938silverlight.exe /passive /norestart" /f

REG ADD %REGKEY%\001 /V 5 /D "%CDROM%\UPDATES\kb890830maltool.exe /passive /norestart" /f

REG ADD %REGKEY%\001 /V 6 /D "%CDROM%\UPDATES\kb956391killbitsactivex.exe /passive /norestart" /f

EndLocal

EXIT

I am beginning to wonder if it is my directory structure as well... is this the proper layout?

CD Root---->$OEM$---->$$, cmdlines.txt, RunOnceEx.cmd

Also one quick question from reading, what is the difference between GUIRunOnce and RunOnceEx?

cmmcnamara, the cmdlines.txt goes in the $OEM$ folder. The things in the $$ folder are placed in the C:\Windows folder. See here for a description of the $OEM$ folder. Enjoy, John.

  • Author

Sorry I wasn't very good at showing that tree. The folder $$ is in the $OEM$ folder and the cmdlines.txt and RunOnceEx.cmd is in the $OEM$ folder as well but not inside $$.

Is that a "./runonceex"? how about some backslash action :thumbup

  • Author

Ok thanks for all the help guys, I just cleared it up. I just changed all the REGKEY to KEY and it works. Also the CD method suggested didn't work, I went back to my original method and it ran smoothly.

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.