Jump to content

mikejd1

Member
  • Posts

    8
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by mikejd1

  1. this didnt help much as the stuff i posted prior to your answer is everything exactly from that page. anyone else have any ideas? thanks Mike
  2. ok all i came across something weird with this... it seems as though when the PC logs in automatically, its loggin in under the name i set it to which is "mike". when the system logs in as mike, it does not install the programs, however when i log off mike and log on as administrator, the programs start to install automatically using the guirunonce any thoughts?? here is my setup in my $oem$ folder i have "autologon.reg" Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "DefaultUserName"="Mike" "DefaultPassword"="XXXXXX" "AutoAdminLogon"="1" then "cmdlines" [COMMANDS] "useraccounts.cmd" "REGEDIT /S regtweaks.reg" then "useraccounts.cmd" net user Mike xxxxxx /add net localgroup Administrators Mike /add net accounts /maxpwage:unlimited REGEDIT /S autologon.reg EXIT Then my second question is this, why is Mike not log in with admin privileges? Thanks all Mike
  3. yes, this is selected, here is my entire .sif file, any can help? ;SetupMgrTag [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" AutomaticUpdates=yes [unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=yes TargetPath=\WINDOWS UnattendSwitch="yes" FileSystem=* WaitForReboot="No" AutoActivate = Yes DriverSigningPolicy=Ignore [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=35 OemSkipWelcome=0 [userData] ProductKey=xxxx-xxxx-xxxx-xxxx-xxxx FullName="Mike" OrgName="" ComputerName=MIKE [Display] BitsPerPel=32 Xresolution=1600 YResolution=1200 [TapiLocation] CountryCode=1 AreaCode=508 [identification] JoinWorkgroup=mshome [Networking] InstallDefaultComponents=Yes [branding] BrandIEUsingUnattended=Yes Home_Page=about:blank [WindowsFirewall] Profiles = WindowsFirewall.TurnOffFirewall [Components] msnexplr=off msmsgs=off freecell=off hearts=off minesweeper=off pinball=off solitaire=off spider=off zonegames=off [shell] DefaultStartPanelOff = no DefaultThemesOff = no [GuiRunOnce] %systemdrive%\install\start.cmd
  4. ok, i did this, now the unattended install doesnt work correctly. Now it ask me select "next" during the very first GUI windows XP setup piece. Then, it automates the rest of the process and once windows loads it does not run the setup.cmd file i designed automatically any thoughts?
  5. it is, any other options?? wait, not it wasnt, me tries again
  6. Hi all, my first time posting here. was wondering if someone could help me out, i've been working with the unatended install all night, and im at the frustrated point with the batch i have setup for the applications i have. i followed the directions 100% as stated on the website. here is my config. I386 and $OEM$ in the same folder $1 under $OEM$ Install under $1 APplications under install etc... My batch file is located in $1 install folder and the winnt.sif file states: [GuiRunOnce] %systemdrive%\install\start.cmd but nothing is copying over when i test the iso in Virtual PC. anyone can help me out id appreciate it! Thanks Mike
×
×
  • Create New...