Jump to content

MarcoTulio

Member
  • Posts

    11
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Mexico

Everything posted by MarcoTulio

  1. I have a slipstremed win xp sp 1a cd, if I use this cd to install win xp in a computer with no os it works fine, but if i try to install win xp by using this cd inside any windows(98 , me, or xp) the key a type is not valid, but this is the same key I type when I install windows xp in a computer with no OS. Any idea about it? 55274
  2. mmmm....what can i do about it?
  3. I have a slipstremed win xp sp 1a cd, if I use this cd to install win xp in a computer with no os it works fine, but if i try to install win xp by using this cd inside any windows(98 , me, or xp) the key a type is not valid, but this is the same key I type when I install windows xp in a computer with no OS. Any idea about it?
  4. I thougt it was neccesary to create another user by using the files useraccounts.cmd and autologon.reg that´s why I create that user
  5. Well, i want to modify the registry after I have completly installed windows to avoid the problem i described in the start of this topic. I found that if I delete "DefaultPassword" and "AutoAdminLogon" , I avoid that problem, so I want to add a .reg at the end of "start.cmd" file to delete that values, which were created with "autologon.reg" file. I just read in a microsoft page about editing the registry with a .reg file how to do it: http://support.microsoft.com/default.aspx?...kb;EN-US;310516 thanx anyway for your help, and sorry about my english
  6. What command can I use in a batch file to delete a registry key for example if I want the following file: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "DefaultUserName"="usuario1" "DefaultPassword"="" "AutoAdminLogon"="1" to delete in the registry DefaultPassword and AutoAdminLogon, how should I write the file above?
  7. AHHH, sorry about the product key, I didn´t realize when Jono told me to remove it, I thougt i should remove it from my winnt.sif file, lol
  8. Why should I remove that product key?
  9. THIS IS MY WINNT.SIF FILE ;SetupMgrTag [Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes" [unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS UnattendSwitch="yes" WaitForReboot="No" DriverSigningPolicy=Ignore OemPnPDriversPath="Drivers\001_graphics;Drivers\002_sound" [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=30 OemSkipWelcome=1 [userData] ProductKey=removed FullName="oem user" OrgName="oem user" ComputerName=* [RegionalSettings] LanguageGroup=1 Language=0000080a [identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes Home_Page=http://www.google.com [Components] msmsgs=off freecell=off hearts=off minesweeper=off pinball=off solitaire=off spider=off [GuiRunOnce] %systemdrive%\install\start.cmd ======MY CMDLINES.TXT FILE========== [COMMANDS] "useraccounts.cmd" ======MY USERACCOUNTS.CMD FILE======== net user usuario1 /add net localgroup Administradores usuario1 /add net accounts /maxpwage:unlimited REGEDIT /S autologon.reg EXIT =====MY AUTOLOGON.REG FILE====== Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "DefaultUserName"="usuario1" "DefaultPassword"="" "AutoAdminLogon"="1" =========================== Well, i have the following problem, my unattended disc executes all fine, i get windows xp and aplications installed, and user account created, but I go to control panel and change o create the "usuario1" password, next time when i boot, a windows pops up telling me that wrong password and blaaa; some times gives me the chance to type the new password and some times it just stays in "loading windows" or something like that but nothing happends, so i have to push reset. I found that if a go to registry and delete "AutoAdminLogon" and "DefaultPassword" it works fine again, but i would like to kwon how to avoid this since my unattended cd.
  10. thnx guys, I´ve written my .cmd file by using EDIT and it worked, anyway I´ll try the others recommendations
  11. I have the following trouble: when start.cmd executes, the entries: DEL "%systemdrive%\Documents and Settings\All Users\Menú Inicio\Windows Update.lnk" always says system can´t find that files, but they are in that folder, as you can see i´m using a spanish distribution of xp pro. I copied that shortcuts to the folder "all users" and make a .cmd file where a use DEL to delete them and it worked fine, I dont know why they can´t be deleted when they are in "Menú Inicio" folder I tried something else, I added this cammand to a .cmd file: cd %systemdrive%\Documents and Settings\All Users\Menú Inicio\ and it didnt change to that folder, instead it changed to \Documents and Settings\Administrador\Mis documentos Any help is wellcome
×
×
  • Create New...