toreach Posted March 25, 2004 Posted March 25, 2004 Before first installation (Nero right now), i have to choose the user to install the software to. And i can choose the user i created during setup and set it to install programs to this user by default. Or i can choose the admins account.How can i automate that, so the system will install software to the user i created during setup?Know what i mean? Pleaseeeeeeeee ! I guess thats the very last thing on my first unattended xp thats not automated.****, and hes telling me i need admin rights for installation? i thought i had given that to the account... grml ... through xcacls.exe...i have to check that but how to set my new user as default for installing progrmas during runonceex?PPPPlz... Anyone knows that?
Alanoll Posted March 25, 2004 Posted March 25, 2004 you would have to set the autologoncheck unattended.msfn.org for more details
toreach Posted March 25, 2004 Author Posted March 25, 2004 I did that!I`ve set the GuiRunOnce in winnt.sif to AdminPassword="00" and EncryptedAdminPassword=No.The User is set through commands.txt.I dont know what wrong, everything is exactly like in the Tutorials!
Alanoll Posted March 25, 2004 Posted March 25, 2004 you appear to have looked at the wrong section. http://unattended.msfn.org/xp/autologon.htm
toreach Posted March 25, 2004 Author Posted March 25, 2004 Well, thats exactly the site i looked at.Below is whats in my configs.----------------------------------------------------------------------WINNT.SIF...[GuiUnattended] AdminPassword="00" EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=110 OemSkipWelcome=1 ProfilesDir="C:\Profiles"...----------------------------------------------------------------------CMDLINES.TXT[COMMANDS]"useraccounts.cmd""REGEDIT /S regtweaks.reg""REGEDIT /S regupd.reg""REGEDIT /S divxvid.reg""divxvid.cmd""runonceex.cmd"----------------------------------------------------------------------USERACCOUNTS.CMD...net user JeyJey 00 /addnet localgroup Administrators JeyJey /addREGEDIT /S autologon.regxcacls.exe C:\Programs\Agent\Data /T /E /C /G JEYJEY:F /Y (<--- New input, not tested yet)EXIT----------------------------------------------------------------------AUTOLOGON.REGWindows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"DefaultUserName"="JeyJey""DefaultPassword"="00""AutoAdminLogon"="1"----------------------------------------------------------------------I guess everything is right here, isnt it?
Aaron Posted March 25, 2004 Posted March 25, 2004 If your OS isn't english, then "Administrators" may be named differently.Open up a command prompt in Windows XP and type out:net user JeyJey 00 /addnet localgroup Administrators JeyJey /addThen check lusrmgr.msc to see if your username was added with Admin priviledges.
toreach Posted March 25, 2004 Author Posted March 25, 2004 You are so **** right... -.-Thanks AaronXP, thanks Alanoll for support. Its not Administrators.Im running the german version and its administratoren what i have to use. Thats it, i guess the next version will work 100% fine
XtremeMaC Posted March 25, 2004 Posted March 25, 2004 u might also want to put the country in your profile they might have guessed the problem b4...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now