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.

setupcomplete

Featured Replies

Hello everyone, I would write the file setupcomplete.cmd, so it runs a system restart, but the next reboot, install the remaining programs are always included in the file setupcomplete

my setupcomplete:

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:\sources\install.wim SET CDROM=%%i:

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

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

REG ADD %KEY%\01 /VE /D "messenger" /f

REG ADD %KEY%\01 /V 1 /D "%systemdrive%\Software\Live2011_setup.exe" /f

REG ADD %KEY%\02 /VE /D "adobeflash" /f

REG ADD %KEY%\02 /V 1 /D "%systemdrive%\Software\adoflash.exe" /f

REG ADD %KEY%\03 /VE /D "framework" /f

REG ADD %KEY%\03 /V 1 /D "%systemdrive%\Software\Net4.exe" /f

REG ADD %KEY%\04 /VE /D "micro office" /f

REG ADD %KEY%\04 /V 1 /D "%systemdrive%\Software\Office14\SETUP.EXE /config %systemdrive%\Software\office14\proplus.WW\CONFIG.XML" /f

REG ADD %KEY%\05 /VE /D "riavvio sistema" /f

REG ADD %KEY%\05 /V 1 /D "%systemdrive%\Software\reboot.exe" /f

REG ADD %KEY%\06 /VE /D "avast" /f

REG ADD %KEY%\06 /V 1 /D "%systemdrive%\Software\avastfree.exe" /f

REG ADD %KEY%\07 /VE /D "bootskin" /f

REG ADD %KEY%\07 /V 1 /D "%systemdrive%\Software\boot.exe" /f

EXIT

sorry my bad english

Edited by djpatch

you have written "reboot.exe.exe" two .exe, i don´t know if it is an error or you have put this name yourself?

do you want to run a restart in the middle of app install and then after continue the remaining app install?.

  • Author

do you want to run a restart in the middle of app install and then after continue the remaining app install?.

yes

do you want to run a restart in the middle of app install and then after continue the remaining app install?.

yes

you can make a batch file to run the remaining app.

Example:

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:\sources\install.wim SET CDROM=%%i:

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

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

REG ADD %KEY%\01 /VE /D "messenger" /f

REG ADD %KEY%\01 /V 1 /D "%systemdrive%\Software\Live2011_setup.exe" /f

REG ADD %KEY%\02 /VE /D "adobeflash" /f

REG ADD %KEY%\02 /V 1 /D "%systemdrive%\Software\adoflash.exe" /f

REG ADD %KEY%\03 /VE /D "framework" /f

REG ADD %KEY%\03 /V 1 /D "%systemdrive%\Software\Net4.exe" /f

REG ADD %KEY%\04 /VE /D "micro office" /f

REG ADD %KEY%\04 /V 1 /D "%systemdrive%\Software\Office14\SETUP.EXE /config %systemdrive%\Software\office14\proplus.WW\CONFIG.XML" /f

REG ADD %KEY%\05 /VE /D "Remaining APP" /f

REG ADD %KEY%\05 /V 1 /D "%systemdrive%\Software\REMAPP.cmd" /f

REG ADD %KEY%\06 /VE /D "riavvio sistema" /f

REG ADD %KEY%\06 /V 1 /D "%systemdrive%\Software\reboot.exe" /f

EXIT

BATCH FILE "REMAPP.cmd"

@Echo Off

SetLocal enableextensions

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

REG ADD %KEY%\08 /VE /D "avast" /f

REG ADD %KEY%\08 /V 1 /D "%systemdrive%\Software\avastfree.exe" /f

REG ADD %KEY%\09 /VE /D "bootskin" /f

REG ADD %KEY%\09 /V 1 /D "%systemdrive%\Software\boot.exe" /f

EndLocal

EXIT

the bash file will load the keys into runonceex reg key and install after restart like setupcomplete does.

also you dont need this line "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:\sources\install.wim SET CDROM=%%i:" if you're not installing app from CD/DVD Drive.

Edited by RTK999

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.