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.

Stopping the Add User Accounts screen

Featured Replies

Ive been trying to get my unattended install to auto setup a user for me, which it does fine. But when windows finished install it still asks me to enter User names.

Anyone know a reg tweak that stops Windows from starting this screen? Or am i missing something in Winnt.sif?

Heres my code:

UserAccount.cmd

net user NAME Pass /add

net localgroup NAME /add

net accounts /maxpwage:unlimited

REGEDIT /S Autologon.reg

EXIT

Autologon.reg

Windows Registry Editor Version 5.00

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

"DefaultUserName"="NAME"

"DefaultPassword"="Pass"

"AutoAdminLogon"="1"

Winnt.sif

[GuiUnattended]

AdminPassword="PASS"

EncryptedAdminPassword=NO

OEMSkipRegional=1

TimeZone=020

OemSkipWelcome=1

Thanks, Dan


I can't guarantee this will fix it, but you can try adding

[Unattended]
   UnattendSwitch=yes

to your WINNT.SIF file if it's not already there.

I found ref.chm to be a little confusing on the exact purpose of the two entries.

UnattendSwitch

Specifies whether Setup skips Windows Welcome or Mini-Setup when preinstalling Windows XP Home Edition or Windows XP Professional using the CD boot method.

Syntax UnattendSwitch = Yes | No

Values Yes

Instructs Setup to skip Windows Welcome.

No

Instructs Setup not to skip Windows Welcome.

Default Value No

OEMSkipWelcome

Enables unattended Setup to skip the Welcome page in GUI-mode Setup and Mini-Setup.

Syntax OEMSkipWelcome = 0 | 1

Values 0

Displays the Welcome page in GUI-mode Setup and Mini-Setup.

1

Skips the Welcome page in GUI-mode Setup and Mini-Setup.

I have both OEMSkipWelcome and UnattendSwitch in my WINNT.SIF, and it seems to work fine.

Hope this helps.

  • Author

@Cartoonite - Thanks, tried it and it worked like a charm.

Now I just need to find the thread about autologon for the administrator account and getting rid of the stupid Welcome screen.

Use a registry tweak to set the Administrator account as the default logon account.

Autologon.reg

Windows Registry Editor Version 5.00 

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

This is the exact file that I use to accomplish this on my own uA CD (with username and password removed, of course). I register these settings from cmdlines.txt which is run, if I remember correctly, at the end of GUI-mode setup (around T-12 or T-13).

Not sure what "Welcome screen" you are referring to. If you mean the annoying "Take a Tour of Windows XP" or whatever bubble that pops up in your system tray on a fresh install, that's a regtweak as well.

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Tour]
"RunCount"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Tour]
"RunCount"=dword:00000000

If that's not it, I also found this when I was looking for that last tweak, maybe it is the one you are looking for:

;-----
;----- Determines whether the Welcome to Windows splash screen, Welcome.exe,
;----- appears the next time the user logs on.
;-----
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\tips]
"Show"=dword:00000000

If that's not it either, I'm out of ideas for now. :D

Good luck.

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.