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.

REG file addition

Featured Replies

Is this Correct?

REG ADD %KEY%\085 /VE /D "Corel Draw Suite 12" /f
REG ADD %KEY%\085 /V 1 /D "%PP%\corel12\setup.exe /S /v/qn" /f
REG ADD %KEY%\085 /v 2 /D regedit /s "%PP%\corel12\corel.reg"

Edited by Paradox Me

Should be in this format....

@echo off

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

REG ADD %KEY% /V TITLE /D "Final Applications and Hotfixes" /f

REG ADD %KEY%\010 /VE /D "Oem Logo Files" /f
REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\oemlogo.cmd" /f

REG ADD %KEY%\015 /VE /D "Installing .Net SP 1.1" /f
REG ADD %KEY%\015 /V 1 /D "%systemdrive%\Install\DOTNET\netfxsp1.exe" /f

REG ADD %KEY%\020 /VE /D "Installing .Net 2" /f
REG ADD %KEY%\020 /V 1 /D "%systemdrive%\Install\DOTNET\dotNET20.exe" /f

REG ADD %KEY%\025 /VE /D "Installing Adobe Reader 707" /f
REG ADD %KEY%\025 /V 1 /D "%systemdrive%\Install\ADOBEREADER7\acroread707.exe" /f

REG ADD %KEY%\030 /VE /D "Installing XPize" /f
REG ADD %KEY%\030 /V 1 /D "%systemdrive%\install\XPize.exe /S /express" /f

REG ADD %KEY%\035 /VE /D "Importing Registry Tweaks" /f
REG ADD %KEY%\035 /V 1 /D "REGEDIT /S %systemdrive%\install\regtweaks.reg" /f

Also windows needs to know what %PP% is...

Edited by Ghostrider

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.