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.

Merlink

Member
  • Joined

  • Last visited

  • Country

    Italy
  1. Well.. HL doesn't require so much attention. I just Zipped the whole hl directory in an SFX archive that I just unzip during the setup. Save the right Registry keys to restore your settings/key ^_^ See Ya
  2. Hello. Because i was unable to get the "copy the lnk files as is" working, i created this simple VBScript that can be used to create Real Link. Here the code: Dim WSHShell, fs, BaseMenuFolder, dPrograms Set WSHShell = WScript.CreateObject("WScript.Shell") Set fs = WScript.CreateObject("Scripting.FileSystemObject") 'Set this to the appropriate base folder - In this example, i use "Menu Avvio\Programmi" because I 'have a Localized Version of XP - ATTENTION: Remember not to put the final Slash here!!! BaseMenuFolder="\Documents and Settings\All Users\Menu Avvio\Programmi" Function ASHMakeShortcut( name, target ) Dim Shortcut,StartupPath Dim dPath dPath = mid(fs.GetSpecialFolder(WindowsFolder),1,2) & BaseMenuFolder Set Shortcut = WSHShell.CreateShortcut(dPath & "\" & name & ".lnk") Shortcut.TargetPath = target StartupPath = fs.GetParentFolderName( target ) If fs.FolderExists( StartupPath ) then Shortcut.WorkingDirectory = StartupPath End If Shortcut.Save End Function 'If you want to link some kind of file that goes to "Programs" Folder you have to customize this ' - Again remember the final slash! dPrograms = mid(fs.GetSpecialFolder(WindowsFolder),1,2) & "\Programmi" ASHMakeShortcut "Shortcut to Media Player Classic", dPrograms & "\Media Player Classic\mplayerc.exe" Ah: Save it as .vbs ! ^_^ All the things after the ' are intended to be comments. If you find any mistake, please report it to me. If you find any improvements... do the same Thanks and sorry for my bad english - I'm Italian ^_^ See Ya

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.