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.

Adding user problem

Featured Replies

In my install I use cmdline to set up users on the machine. All users show as administrators but also as users also. I want each user added to be admin only. Also even with the maxpwage line added, I still have to check Password never expires box on each user account. Any ideas??? Jim E.

net user jethredge xxxxxx /add

net localgroup Administrators jethredge /add

net accounts /maxpwage:unlimited

net user jwilkinson xxxxxx /add

net localgroup Administrators jwilkinson /add

net accounts /maxpwage:unlimited

net user jmason xxxxxx /add

net localgroup Administrators jmason /add

net accounts /maxpwage:unlimited

EXIT

To set the expiring of passwords globally use the following line:

net accounts /maxpwage:unlimited

Don't know, how to set this for a single user.

You only have to run this command once, cause it's set per machine, but you should take care to run this command before creating the new users.

The other users are members of the groups users and administrators, because when they are created, they are added to the users group and then you add them to the administrators group. So you just have to remove the new created administrators from the users group with the, so e.g.

net user jmason xxxxxx /add
net localgroup Administrators jmason /add
net localgroup users jmason /delete

Edited by Doc Symbiosis

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.