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.

Creating another user having admin preveliges

Featured Replies

I have created two users in my unattended setup the Administrator and Ashraf using the NET USER method. Works fine but the 2nd user (Ashraf) is an ordinary user and has a limited account. I want it to be administrator too. How to fix this ?

This is my useraccounts.cmd file:

net user "Ashraf Zia" 123456 /add
net localgroup Administrators Ashraf Zia /add
net accounts /maxpwage:unlimited
REGEDIT /S autologon.reg
EXIT

and autologon.reg file:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DefaultUserName"="Ashraf Zia"
"DefaultPassword"="123456"
"AutoAdminLogon"="1"


net localgroup Administrators Ashraf Zia /add

the username should probably be in quotes, otherwise "Zia" would be interpreted as another switch or command:

net localgroup Administrators "Ashraf Zia" /add

Edited by redxii

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.