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.

unattended user

Featured Replies

when i use unattended setup to greate a user for myzelf i dont cat admin right`s

but low user right`s by defauld.

i use this useraccounts.cmd:

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

and this autologon.reg

Windows Registry Editor Version 5.00

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

and this is my winnt.sif

;SetupMgrTag
[Data]
   AutoPartition=0
   MsDosInitiated="0"
   UnattendedInstall="Yes"
   AutomaticUpdates=yes

[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=Yes
   TargetPath=\WINDOWS
   UnattendSwitch="yes"
   WaitForReboot="No"
   OemPnPDriversPath="Drivers\000_graphics"
   DriverSigningPolicy=Ignore
   ProgramFilesDir="E:\Program Files"
   CommonProgramFilesDir="E:\Program Files\Common Files"

[GuiUnattended]
   AdminPassword=*
   EncryptedAdminPassword=NO
   OEMSkipRegional=1
   TimeZone=110
   OemSkipWelcome=1
   ProfilesDir="D:\Documents and Settings\"

[UserData]
   ProductKey=XXXX-XXXX-XXXX-XXXX-XXXX
   FullName="Laurens"
   OrgName=""
   ComputerName=Laurens

[TapiLocation]
   CountryCode=31

[Branding]
   BrandIEUsingUnattended=Yes

[URL]
   Home_Page=www.zdnet.nl

[Proxy]
   Proxy_Enable=0
   Use_Same_Proxy=1

[Identification]
   JoinWorkgroup=MSHOME

[Networking]
   InstallDefaultComponents=Yes

[Components]
   msmsgs=off
   freecell=off
   hearts=off
   minesweeper=off
   pinball=off
   solitaire=off
   spider=off
   zonegames=off
   Mswordpad =off

[Shell]
   CustomDefaultThemeFile = "%WinDir%\Resources\Themes\mce.theme"

[Display]
  ConfigureAtLogon=0
  AutoConfirm=1
  BitsPerPel=32
  Xresolution=1024
  Yresolution=768
  Vrefresh=85


The only thing I see that might be a problem is that the passward in your useraccounts and autologon are different.

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.