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.

beto0918

Member
  • Joined

  • Last visited

  • Country

    United States
  1. Do you have access to an active directory? If so the way i did was by creating a group called 2nd floor printers and added the users to this group. then i wrote a login script (push with a group policy under user config) the script look something like this On Error Resume Next Dim WshNetwork, WshShell Set objNetwork = CreateObject("Wscript.Network") strUser = objNetwork.UserName Set WshNetwork = WScript.CreateObject("WScript.Network") Set objFSO = CreateObject("Scripting.FileSystemObject") fComputername = WshShell.ExpandEnvironmentStrings("%COMPUTERNAME%") if isMember("2nd Floor Printers")then '******this creates a file so it won't reinstall the printers on next log on************* If objFSO.FileExists("C:\Documents and Settings\" & strUser & "\My Documents\2ndFloorPrinters.tst") then Set objFolder = objFSO.GetFile("C:\Documents and Settings\" & strUser & "\My Documents\2ndFloorPrinters.tst") Else objFSO.CopyFile "\\server001\PrintersScripts\2ndFloorPrinters.tst" , "C:\Documents and Settings\" & strUser & "\My Documents\", OverwriteExisting '*****This deletes all network printers already installed*************************** strComputer = "." Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2") Set colInstalledPrinters = objWMIService.ExecQuery _ ("Select * from Win32_Printer Where Network = TRUE") For Each objPrinter in colInstalledPrinters objPrinter.Delete_ Next AddPrinter "\\server001\printer001" AddPrinter "\\server001\printer002" End if End if Let me know if this help

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.