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.

DanielM

Member
  • Joined

  • Last visited

  • Country

    Sweden

Everything posted by DanielM

  1. Hi. I'm quite new to this unattended stuff. I'm trying to get SO8 to install silently together with Windows using RunOnceEx. I've got the following file: cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installerar Applikationer" /f REG ADD %KEY%\005 /VE /D "Acrobat Reader 7" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\AdbeRdr70_sve_full.exe /S /v/qn" /f REG ADD %KEY%\015 /VE /D "Borttagning av skadlig programvara" /f REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\Windows-KB890830-V1.8-SVE.exe /Q" /f REG ADD %KEY%\025 /VE /D "Ad-Aware personal" /f REG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\aawsepersonal /S" /f REG ADD %KEY%\035 /VE /D "StarOffice 8" /f REG ADD %KEY%\035 /V 1 /D "%systemdrive%\install\StarOffice8\setup.exe /qn" /f REG ADD %KEY%\055 /VE /D "Rensar upp och startar om" /f REG ADD %KEY%\055 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f EXIT This works nice for the other programs on the list, but SO installation seems to do nothing at all. I've tried installing it manually using the same parameters from the shell and it works without a problem. Anyone can see what I'm doing wrong here? /Daniel
  2. Don't know if you solved this problem by now, but I just noticed that you have a dot too much. It should be [DiskConfig], not [Disk.Config]. Could this be the reason why you're having trouble? /Daniel - new to this stuff

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.