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.

Go To First User After First Reboot?

Featured Replies

Hi

I dont andestand whay not working registry key after first reboot without login screen and typeing password.

I try many diferent way but after first login to the admin account and finishing install i cant autologon to the first account.

I useing fallowing metod:

Last row in to the RunOnceEx run Reg.cmd

::Reg.cmd
SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce
REG ADD %KEY% /V 1 /D "%systemdrive%\Install\Start2.cmd" /f
::Start2.cmd run one time if i login to the first user

start /wait %systemdrive%\Install\regedit /s %systemdrive%\Install\autologon2.reg

::autologon2.reg (this row not exist in reg file)
Windows Registry Editor Version 5.00

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

Now my pc reboot and stop in login screen and not enter to the "FirstUser"

but if i run same cmd same way now in FirstUser login all works and pc login always to the same user without login screen.

What wrong???


I think your command should read:

start /wait "REGEDIT /S %systemdrive%\Install\autologon2.reg"

REGEDIT is a program residing in the system folder and not in the Install folder you are creating.

Hope this helps.

~SIMON~

Regedit are in the Windows folder....

So you just need to call it like

Regedit /s c:\blablabla.reg

Just that!

This is mine

REG ADD %KEY%\060 /V 1 /D "REGEDIT /S %systemdrive%\SUPPORT\APPS\INSTALL\MODIFS.REG" /f

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.