- Codice: Seleziona tutto
net user "Utente" "password" /add
net localgroup "Administrators" "Utente" /add
net accounts /maxpwage:unlimited
REGEDIT /S autologon.reg
Pause
- Codice: Seleziona tutto
net user "Utente" "password" /add
Esecuzione comando riuscita.
net localgroup "Administrators" "Utente" /add
Errore di Sistema 1317.
L'utente specificato non esiste.
net accounts /maxpwage:unlimited
Esecuzione comando riuscita.
REGEDIT /S autologon.reg
Winnt.sif:
- Codice: Seleziona tutto
;SetupMgrTag
[Data]
AutoPartition=0
MsDosInitiated="0"
UnattendedInstall="Yes"
[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=\WINDOWS
UnattendSwitch=Yes
AutoActive=Yes
FileSystem=*
Repartition=No
[GuiUnattended]
AdminPassword=c1389a9f2ea805f5399cf05912431f05106407b56a8b656d3976f98
EncryptedAdminPassword=Yes
OEMSkipRegional=1
TimeZone=110
OemSkipWelcome=1
[UserData]
ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
FullName="xxxxxxxxxxx"
OrgName="xxxxx"
ComputerName=Pippo
[Display]
BitsPerPel=32
Xresolution=1024
YResolution=768
Vrefresh=85
[RegionalSettings]
LanguageGroup=2,1,4
SystemLocale=00000410
UserLocale=00000410
InputLocale=0410:00000410
[Branding]
BrandIEUsingUnattended=Yes
[URL]
Home_Page=http://it.yahoo.com
[Proxy]
Proxy_Enable=0
Use_Same_Proxy=1
[Identification]
JoinWorkgroup=WORKGROUP
[Networking]
; InstallDefaultComponents=No
[NetAdapters]
Adapter1=params.Adapter1
[params.Adapter1]
INFID=*
[NetClients]
MS_MSClient=params.MS_MSClient
[NetServices]
MS_SERVER=params.MS_SERVER
[NetProtocols]
MS_TCPIP=params.MS_TCPIP
[params.MS_TCPIP]
DNS=No
UseDomainNameDevolution=No
EnableLMHosts=Yes
AdapterSections=params.MS_TCPIP.Adapter1
[params.MS_TCPIP.Adapter1]
SpecificTo=Adapter1
DHCP=No
IPAddress=192.168.1.4
SubnetMask=255.255.255.0
DefaultGateway=192.168.1.1
DNSServerSearchOrder=
WINS=No
NetBIOSOptions=1
[Components]
msmsgs=off
msnexplr=off
zonegames=off
[GuiRunOnce]
%systemdrive%\install\mainbatch.cmd
Ho seguito questa guida e non capisco dove sto sbagliando.... male che vada aggiungo il mio user a mano durante l'installazione, ma voglio capire perchè non riesco in automatico...
Andrea