Jump to content

a.k.a.

Member
  • Posts

    10
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Romania

Everything posted by a.k.a.

  1. I found the problem You should also change some other key in [HKLM\System\CurrentControlSet\Services\Tcpip\Parameter] NV Hostname Hostname -is the current name NV Hostname -is the hostname that the computer will take after a reboot
  2. well I tried to change the computer name in cmdlines.txt with a reg file and it seems to be working (It gave me at the first screen an error that there is a duplicate name on the network -- that would be my computer as i run it in vmware) The name of the computer is aka indeed, but in my computer it doesn't show as such... I will investigate computername.reg
  3. that is how I do it manually. This is because I don't know in what stage setup assigns the name
  4. try renaming the computer to your username - it should work I mean first add the username then rename the computer....
  5. 10x it works now. I didn't think too much about this because IT CREATED the user aka, and it put a random name for the computer. And as a matter a fact it works having both the username and the computername the same.
  6. And I did a net localgroup to see what groups I have, It seems I don't have a logon session ??????
  7. I told you the Problem Exists Between Keyboard And Chair but it still doesn't add the user aka to Administrators group More on this.
  8. I am using the english version, there is no version in romanian, and even if it existed I wouldn't use it because it most surely would suck "net localgroup Users aka /add" because if that user is not a member of Users then it won't have a picture in the start menu. (I don't know if this applies also to administrators) (anyway it is redundant, it doesn't do any harm being there) And the first screen is that when windows shows that video and asks to turn on automatic updates and asks for a username.
  9. I have the same problem on 4083 64bit after it boots it shows a popup windows on which it reads: You must be an administrator to run this program ***FIX*** After seeing your post I realized that I installed 4074 from a dvd and 4083 from a cd. Try burning the image on a dvd it should work (at least it did for me)
  10. First problem is that it doesn't add the user aka to administrators nor to users group. It only adds the user. (this is what I use) [COMMANDS] "net user aka PASS /add" "net localgroup Users aka /add" "net localgroup Administrators aka /add" "net accounts /maxpwage:unlimited" "REGEDIT /S autologon.reg" "REGEDIT /S regtweaks.reg" Second problem is that it doesn't skip the first screen this is what I do: ;SetupMgrTag [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" AutomaticUpdates=yes [Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS UnattedSwitch=Yes FileSystem=* WaitForReboot="No" OemPnPDriversPath="Drivers\000_nvidia_inf;Drivers\001_nvidia_sound;Drivers\002_nvidia_eth;Drivers\003_nvidia_vga;Drivers\004_hp_scanner;" [GuiUnattended] AdminPassword=bla EncryptedAdminPassword=Yes OEMSkipRegional=1 TimeZone=115 OemSkipWelcome=1 [UserData] ProductKey=BLA FullName="aka" OrgName="bla" ComputerName=aka [Display] BitsPerPel=32 Xresolution=1024 YResolution=768 Vrefresh=72 [RegionalSettings] LanguageGroup=2 [Identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes [Branding] BrandIEUsingUnattended=Yes [URL] Home_Page=http://www.google.com [IEPopupBlocker] BlockPopups=Yes FilterLevel=Med ShowInformationBar=Yes [Components] msmsgs=off msnexplr=off zonegames=off [WindowsFirewall] Profiles = WindowsFirewall.TurnOffFirewall [WindowsFirewall.TurnOffFirewall] Mode = 0 [GuiRunOnce] %systemdrive%\Install\RunOnceEx.cmd autologon.reg Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon] "DefaultUserName"="aka" "DefaultPassword"="bla" "AutoAdminLogon"="1" Can anybody help me? (i'm sure it's a PEBKAC) regtweaks.reg
×
×
  • Create New...