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.

mrclunk

Member
  • Joined

  • Last visited

  • Country

    United Kingdom

Everything posted by mrclunk

  1. cheers guys that sorted it. office was in %CDROM%\office_2003\setup... respect
  2. Hi ankap , Thanks for the script, just what i was after but.. im not sure if ive implemented it right. (NOob) it asks for the cd, put it in , click ok and the i get this error My batch files CLS @echo off TITLE Windows XP SP2 - Unattended Installation ECHO Applying Registry Tweaks... REGEDIT /S %systemdrive%\install\RegTweaks.reg ECHO Starting installation of Applications ECHO Installing Opera v7.54 ECHO Please wait... start /wait %systemdrive%\install\opera\o754_3869.exe /s ECHO Please wait... start /wait %systemdrive%\install\install.exe "Applications_CD" \setup_office2003.cmd %SystemDrive%\install\cleanup.cmd ECHO Restarting the PC in 4 minutes... shutdown.exe -r -f -t 240 -c "Windows XP will now restart in 4 minute, this will give enough time for the shortcuts to update and for the shell to fully load before its ready to restart!" ECHO. ECHO Deleting Temp Installation Files... RD /S /Q %systemdrive%\Drivers RD /S /Q %systemdrive%\install EXIT On The Applications_CD.iso CD ive the following @echo off TITLE Windows XP SP2 - Unattended Installation (office cd) ECHO. ECHO. ECHO Installing Office ECHO Please wait... start /wait %1\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb- ECHO Restarting the PC in 4 minutes... shutdown.exe -r -f -t 240 -c "Windows XP will now restart in 4 minute, this will give enough time for the shortcuts to update and for the shell to fully load before its ready to restart!" ECHO. ECHO Deleting Temp Installation Files... RD /S /Q %systemdrive%\Drivers RD /S /Q %systemdrive%\install EXIT ive also a cleanup.cmd file too. This is really bugging me, my first attempt at batch files. Big up too all the MSFN massive, great site.

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.