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.

auto logon as administrator

Featured Replies

hi all

i made an Unattended Windows XP CD but i found that the user account is limited

i want it administrator

what can i do ?????????????

this is the autologon.reg

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]

"DefaultUserName"="mermaid"

"DefaultPassword"=""

"AutoAdminLogon"="1"

and useraccounts.cmd

net user "mermaid" /add

net localgroup Administrators WindowsDalia /add

net accounts /maxpwage:unlimited

REGEDIT /S autologon.reg

EXIT

and useraccounts.cmd

[...]

net localgroup Administrators WindowsDalia /add

[...]

You define admin-rights to non-existing user 'WindowsDalia' instead of the user 'mermaid' which you have setup to autologon(in autologon.reg)...

Change to :

net localgroup Administrators mermaid /add

  • Author

i did it but nothing happen

it still limited user

  • 2 weeks later...
  • Author

i found this one is it right & where can i put it

[user]

users="Dalia;new user"

Dalia.localgroup="Administrators"

new user.localgroup="Administrators"

Autologin=Dalia

Edited by mermaid

  • 2 weeks later...

Mermaid you need 3 files as follows:

autologon.reg:

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

cmdlines.txt:

[COMMANDS]"useraccounts.cmd"

useraccounts.cmd:

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

You should have all three files in the $OEM$ folder.

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.