Jump to content

CmdrX3

Member
  • Posts

    6
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

About CmdrX3

CmdrX3's Achievements

0

Reputation

  1. Well I got this from this site somewhere, and have used it ever since with no problems. Save this code in a file called install.cmd or whatever else you want in the $OEM$ folder set _USER=Username net user %_USER% "" /add >nul net localgroup administrators "%_USER%" /add>nul %SystemRoot%\system32\reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v "DefaultUserName" /d "%_USER%" /f %SystemRoot%\system32\reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v "DefaultUserPassword" /d "" /f %SystemRoot%\system32\reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v "AutoAdminLogon" /d "1" /f If you haven't already, create a file called cmdlines.txt also in the $OEM$ folder containing this code [COMMANDS] ".\install.cmd" Just make sure the filename you specify in cmdlines.txt is the same as the filename you save the first section of code as. This will create the username that you use as administrator and automatically login with it. Hope this helps
  2. Haven't found anything on the forums about this Anyone know if it's possible to silently install a few games (namely Call of Duty, Return to castle wolfenstein and Battlefield Vietnam) Call of Duty "may" work with a /silent switch, but I get the CD Key screen, which I would like inserted automatically. I would also like to avoid it asking for CD2. If anyone has got this working - Let us know.
  3. Looking at the switches available - It doesn't look like you can bypass it, which is a bit of a bummer. Hopefully someone will tell me I'm wrong. Anyway going to email Ahead and ask if its possible, and to request it in an update if it's not.
×
×
  • Create New...