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.

batch

Featured Replies

if i have multiple batch files say in oem\install\applications

folders

firefox

office

nero

and in each folder i have a batch cmd, so for the guirunonce for all, or do i make one batchfile with all of the programs that i want to install

[GuiRunOnce]

%systemdrive%\install\applications\batch_file.cmd

You can make one batch file with a start cmd to each app. You will need the path to the app.

Here is a example

@Echo Off
CLS
Color F3
Mode 75, 7
Title XP Ua Install
Echo.
Echo Installing App 1
Start /W %systemdrive%\install\applications\App1\App1.exe /q

CLS
Echo.
Echo Installing App 2
Start /W %systemdrive%\install\applications\App2\App2.exe /s

CLS
Echo.
Echo Installing App 3
Start /W %systemdrive%\install\applications\App3\App3.exe /noreboot /s

CLS
Echo.
Echo Installing App 4
Start /W %systemdrive%\install\applications\App4.exe /noreboot /s /q

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.