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.

Add key registry in autountttend.xml

Featured Replies

<FirstLogonCommands>

<SynchronousCommand wcm:action="add">

<CommandLine>"HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList","Administrator",0x00000001>

<Order>1</Order>

</SynchronousCommand>

</FirstLogonCommands>

It's possible ?


Raffa,

<FirstLogonCommands>
<SynchronousCommand wcm:action="add">
<CommandLine>\\servername\share\file.reg
<Order>1</Order>
</SynchronousCommand>
</FirstLogonCommands>

rather then trying to add just the single registry edit just add it through a .reg file. even if you are trying to add a single registry change you need to use a reg file

Think you may want to slap in an actual command with that

%SYSTEMROOT%\regedit.exe /s \\servername\share\file.reg

the /s will remove any warnings and make it run silent

Edited by ubernerd

  • Author

Thank....in fact my problem e' that one to make to execute rows, reg.

After to have created:

$oem$ -->$1-->myshare
the rows .reg come copied in myshare, but it does not come executed. Hour one what I have not understood:
%SYSTEMROOT%\regedit.exe /s \\servername\share\file.reg

My account it's Administrator, I must write:

%SYSTEMROOT%\regedit.exe /s \\Administrator\myshare\file.reg

Thanks many for your aid !!!

raffa

I see now what you're trying to do is add the Administrator to show at the logon screen

and this may do it but I haven't tried

<FirstLogonCommands>

<SynchronousCommand wcm:action="add">

<CommandLine>regedit /s A:\UserList.reg</CommandLine>

<Order>1</Order>

</SynchronousCommand>

</FirstLogonCommands>

FULL path to this reg file wherever it is. You don't need \\ unless its on a Network share. If its on a drive somewhere

or floppy then simply regedit /s A:\UserList.reg

Create this as UserList.reg

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList]
"Administrator"=dword:00000001

FirstLogonCommands are run after logon but prior to showing the desktop.
It won't show first time you get there because of this. This will NOT create this account with this. It only shows it if it does exist.

Edited by maxXPsoft

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.