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.

how can I create 2 ( Admin )s

Featured Replies

hi everyone

need 2 create 2 Adiminstrators

haw can I do that by using winnt.sif ? or need 2 change the Registry ?

somebody tell me please

thanks in Advanced


use a batch file that creates a user account

useraccounts.cmd

cmdow @ /HIDnet user "Username" password /addnet localgroup Administrators "Username" /addREGEDIT /S autologon.regEXIT

autologon.reg

Windows Registry Editor Version 5.00 
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"DefaultUserName"="Username""DefaultPassword"="password""AutoAdminLogon"="1"

you can run the batch file from cmdlines.txt (place all 3 of these files in your $OEM$ dir)

cmdlines.txt

[COMMANDS]"useraccounts.cmd"
  • Author

thanks [bM]Crusher

but this to ADD one Administrator

I want to ADD 2 Administrators

just add 2 users then :)

cmdow @ /HIDnet user "Username" password /addnet localgroup Administrators "Username" /addnet user "SecondUser" password /addnet localgroup Administrators "SecondUser" /addREGEDIT /S autologon.regEXIT

don't change the auto-logon because you can only have one autologon anyway

or, if you have 2 admins you might not want autologon at all, just remove the second last line from the above

Add in your winnt.sif file:

[GuiRunOnce]

AddAdmin.cmd

Change in your winnt.sif file:

[unattended]

OemPreinstall=Yes

Make a file AddAdmin.cmd and place it into $OEM$\$$\System32

@echo off

cls

TITLE Add admin

echo.

echo Create account "Admin2"

net user /add Admin2 /active:yes /passwordchg:no /passwordreq:yes

echo Add a Password to Admin2

net user Admin2 "Password"

echo make Admin2 administrator

net localgroup administrators /add Admin2

net accounts /maxpwage:unlimited

  • Author

thanks alot [bM]Crusher and Andries

I will try it soon

thanks again

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.