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.

ajaymjoshi

Member
  • Joined

  • Last visited

  • Country

    United States

Everything posted by ajaymjoshi

  1. I would like to only add the user who is currently logging on, to the local administrators group. The user is only identified during the user logon phase of startup scripts not during the computer startup phase. Multiple users logon to the same PC at all times. e.g. in a Firestation. Only that particular user should be in the local administrators group.(in addition to Domain Admins) My biggest problem is not knowing the username if you use what Cluberti is recommending. ' // Configure to add a domain user to the Local Administrators Group strUser = "useraccounthere" The following script running during the user logon fails as the user does not have the permission to add him/herself to the local admin group. ========================= blnUserinAdmGroup = False Set objNetwork = CreateObject("Wscript.Network") strComputer = objNetwork.ComputerName strUser = objNetwork.UserName Set objGroup = GetObject("WinNT://" & strComputer & "/Administrators") For Each objUser in objGroup.Members If objUser.Name = "Domain Users" Then objGroup.Remove "WinNT://LAB/Domain Users" If objUser.Name = strUser Then blnUserinAdmGroup = True Next If NOT (blnUserinAdmGroup) Then objGroup.Add "WinNT://LAB/" & strUser

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.