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.

Running an application install then importing a reg key

Featured Replies

Kind of doing this for the first time and can't find anything specific on the web. I can silently install my application with a simple batch file but I am not able to install the required registry information (or so it seems). My batch file is simply this:

systemupdate302-2007-9-21.exe -s -a /s /v" /qn"

and then I want the reg information to be installed. Is it as simple as adding the reg key details with a /s switch to the next line in the batch file??

Many thanks for any advice.

  • Author

LOL 3 topics in a row and not a single reply????????? Must.... change...... deoderant

Use a cmd file like this:

@echo off

start /wait systemupdate302-2007-9-21.exe -s -a /s /v" /qn"

regedit /s settings.reg

exit

  • Author

Thanks Radix!

Edited by ixy

Thanks Radix!

Better try this:

@echo off

start /wait systemupdate302-2007-9-21.exe -s -a /s /v" /qn"

start /wait regedit /s settings.reg

exit

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.