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.

Change Installation Parameters?

Featured Replies

Does slient install support changes of Installation shortcut, or destination?

If not any way go around it? ( I could manually move my short cut in start menum but then uninstall of a program would left the links in there....... )

For your 1st question, it alll depends on the installation package the program is bundled in (ie: installsheild, nsis, windows installer, etc), but most dont give an option to choose where you place your downloads...

As to your second, this is the easiest way that I know of to make sure your shortcuts are where you want them. I do this in my cleanup.cmd... move, copy and delete all of my start menu, desktop and quicklaunch shortcuts and folders all at once. Heres a snippet from my cleanup.cmd:

@echo off
cmdow @ /HID
shutdown.exe -r -f -t 60 -m "Windows XP will now restart in 1 minute..."

set AUStart=%AllUsersProfile%\Start Menu\Programs
set UserStart=%UserProfile%\Start Menu\Programs
set UserQL=%UserProfile%\Application Data\Microsoft\Internet Explorer\Quick Launch
set AUDesk=%AllUsersProfile%\Desktop
set UserDesk=%UserProfile%\Desktop

REM ::::::::::::::::::::
REM :::: User Admin ::::
REM ::::::::::::::::::::

REM :: Remove ASP User ::
net user aspnet /delete


REM ::::::::::::::::::::
REM :::: Start Menu ::::
REM ::::::::::::::::::::

REM :: Make New Folders ::
MD "%AUStart%\Entertainment"
MD "%AUStart%\Internet"
MD "%AUStart%\Multimedia"
MD "%AUStart%\Utilities"
MD "%AUStart%\Utilities\Windows System Tools"

REM :: Move Folders ::
MOVE /Y "%AUStart%\Administrative Tools" "%AUStart%\Utilities\Administrative Tools"
MOVE /Y "%AUStart%\Accessories\System Tools\*" "%AUStart%\Utilities\Windows System Tools"
MOVE /Y "%UserStart%\Multimedia" "%AUStart%"

REM :: Move Shortcuts ::
MOVE /Y "%AUStart%\Adobe Photoshop CS.lnk" "%AUStart%\Multimedia"
MOVE /Y "%AUStart%\Adobe ImageReady CS.lnk" "%AUStart%\Multimedia"
MOVE /Y "%AUStart%\Executive Software Diskeeper.lnk" "%AUStart%\Utilities"
MOVE /Y "%AUStart%\Adobe Reader 7.0.lnk" "%AUStart%\Accessories"
MOVE /Y "%AUStart%\Accessories\Communications\Remote Desktop Connection.lnk" "%AUStart%\Internet"
MOVE /Y "%AUStart%\Accessories\Communications\Wireless Network Setup Wizard.lnk" "%AUStart%\Utilities\Windows System Tools"
MOVE /Y "%AUStart%\Accessories\Entertainment\Sound Recorder.lnk" "%AUStart%\Accessories"
MOVE /Y "%AUStart%\Accessories\Entertainment\Volume Control.lnk" "%AUStart%\Utilities"
MOVE /Y "%AUStart%\AccountLogon\AccountLogon.lnk" "%AUStart%\Accessories"

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.