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.

i think i have it right but its not working....

Featured Replies

hi peoples,

1st of all thanks for all the hard work that has been put into building the guide and all the help that everyone seems to be on the boards :)

now to my problem...

i have been following the guide for building an unattended disk, and on the most part its going ok.. then i got to the runonceex.cmd and things started to go wrong

my script installs avg and firefox with no problem but doesnt manage to do thunderbird or adobe

heres my script anyone got any ideas?

thanks

cmdow @ /HID

@Echo Off

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

REG ADD %KEY% /V TITLE /D "Im working on it...sorry" /f

REG ADD %KEY%\005 /VE /D "adobe reader" /f

REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\adobe\Adobe Reader 7.0.5.msi -ms" /f

REG ADD %KEY%\015 /VE /D "AVG" /f

REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\avg71free_371a669.exe /HIDE /DONT_START_APPS /NO_WELCOME /NO_AVGW_STARTUP /QUIT_IF_INSTALLED" /f

REG ADD %KEY%\025 /VE /D "Firefox" /f

REG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\firefox.exe -ms" /f

REG ADD %KEY%\035 /VE /D "Thunderbird" /f

REG ADD %KEY%\035 /V 1 /D "%systemdrive%\install\Thunderbird.exe -ms" /f

EXIT

  • Author

bump, i really need some help here if ya can.... thunderbird being the important one... iv tryed searching the fora without any luck....

please please please help me!

As keytotime said, your switches for Adobe are wrong. I'd suggest getting RyanVM's version, which needs no switches, and has been tested time and time again.

Switches are dependant on the installer that you're using. It could also be that the switches for Thunderbird are not correct for the version that you're using. Check through the application switches thread and use the search engine to find the proper switches that you need.

Just FYI, anything that uses an .msi file to install, you can always find the switches very easily by running msiexec /? in a command window. You'll get all the generic switches there. Some installers have extra switches that you'll have to look up though.

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.