Jump to content

maxXPsoft

Developer
  • Posts

    3,080
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by maxXPsoft

  1. Tripredacus glad you joined in as I was about to msg you to see if you could see what is wrong, NetJoinDomain is not my thing but know you have done it
  2. Are you running this on a pre installed system? I see log file goes back to 2010-12-29 and in setuperr.log has 2 dates and some errors but I can't find that error on google Try wiping the disk and start over. Remember VM is better than it used to be but not all things will work the same as an actual run oops thunder have to get offline
  3. how far are you getting? I'm certainly no expert at domain join <Username>dom87\Administrator</Username> If you want to use Administrator then just use plain name <Username>Administrator</Username>
  4. Panther is a folder contains all the setup information as Win is installing. will run at almost any point after setup begins. The .cmd is really handy for figuring out exactly where you error at. usually the error will be in the $Panther\UnattendGC\setupact.log If you can't find it then post a link or attach the log and I or someone will take a look
  5. are you sure you have the word Administrator it's lowercase in your example Look at how to make the panther.cmd on a usb or floppy and then you can figure out error in the logs Capture it right at point it errors
  6. Think you may need this instead and can use that during Audit or OOBE <UserAccounts> <AdministratorPassword> <Value>cAB3AEEAZABtAGkAbgBpAHMAdAByAGEAdABvAHIAUABhAHMAcwB3AG8AcgBkAA==</Value> <PlainText>false</PlainText> </AdministratorPassword> </UserAccounts> <AutoLogon> <Domain>intra.ecu.edu</Domain> <Enabled>true</Enabled> <LogonCount>3</LogonCount> <Username>Administrator</Username> </AutoLogon> Edit: added autologon
  7. I use <RegisteredOrganization>Se7en_UA</RegisteredOrganization> which supports empty elements but haven't tried with blank spaces
  8. There may be permission problems with what you are trying to add and remember you can't add user tweaks with this. You need to do those maybe at Firstlogoncommands I see you posting about setacl in another post. Is that what you are tring to do? http://www.howtogeek.com/forum/topic/tutorial-setting-permissions-on-a-registry-key?replies=8
  9. perhaps you can try cmd /C Start /Wait Timeout 4 | cmd /C C:\Windows\Setup\scripts\MyTweaks.bat that should continue and call bat while timer is running experiment on the desktop first calling second file. I done on desk and it worked, make sure you put exit at end of .cmd files so they will close
  10. http://www.bios.net.cn/Files/soft/biosfile/qt/SLIC_ToolKit_V3.2.rar small utility extract and run the exe. look lower left. should have 2.1 like mine
  11. http://www.mydigitallife.info/differences-between-oem-channel-slp-nonslp-and-coa-license-product-keys/ explains better than me Yes takeownership and replace. Might check if your bios is 2.1 then you need the OEM\OEM.xrm-ms copied from original dvd
  12. The OEM\OEM.xrm-ms is different compared to other 2 files but before I got new PC with slic 2.1 I was using that method updating my oem disk with updates Setupcomplete runs before GUI so that should work. Trouble is all I see is flashes on the screen running cmd files so you don't know if anything goes wrong unless you pause them and look after desk loads
  13. I have OEM and that can be done, it is replicating the dvd I recieved from Dell. Actually in my case I have Slic 2.1 bios so all that is needed is plugin correct OEM key and it is activated. None of the other stuff is needed for any OEM if it is 2.1
  14. Since you are OEM with valid OEM key you can do that Not sure they will work SetupComplete.cmd I inject those into my .wim. Also by using $OEM$ this is also in place C:\Windows\System32\OEM\OEM.xrm-ms
  15. yes if you don't want to be able to stop it.
  16. could have used timeout and timer ticks down allowing you to go on if wanted CMD /C Start /Wait Timeout 300
  17. you can make a cmd wait but not the program you are calling CDVD-Switcher.exe. The things you call must be able to do that on their own. apparently Switcher.exe is calling other things that don't wait on initial cmd I don't use wpi so can't help with it
  18. SEARCH ricktendo64 gave link to post that has the links to install_wim_tweak and it is still on first page just a few posts down today. No it is not for lanuages This is the link Get the source code and it is easy to see what is being done. If you can't understand that then forget the source and use what is available No there is no 100% does all for removal, you Search and find the bits and pieces.
  19. look at <AdministratorPassword> and Computer name can be done also Yes can be placed at root of installation
  20. depends where you want to do things and if a User is loaded or not. Since I copy Install folder by using OEM this works I do most in FirstLogonCommands <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <Order>1</Order> <Description>Password Expires False</Description> <CommandLine>cmd /C wmic useraccount where "name='MYUSERNAME'" set PasswordExpires=FALSE</CommandLine> </SynchronousCommand> <SynchronousCommand wcm:action="add"> <Order>2</Order> <Description>Running FirstLog.cmd</Description> <CommandLine>cmd /C start /wait %systemdrive%\Install\FirstLog.cmd</CommandLine> </SynchronousCommand> </FirstLogonCommands>
  21. You will have to test that I have never tried. I call a cmd file and run everything from it one at a time in Synchronous covers 2 partitions. I think you want 2? If not extend 1 to end
  22. Don't think you can combine that but I haven't tried. Might do this. max length is 1024 characters. Notice the | <CommandLine>cmd /C start /wait c:\Install\windows-kb890830-v3.18.exe /Q | start /wait c:\Install\windows-kb890830-v3.18-delta.exe /Q</CommandLine> If you use Bitlocker you need the 100mb. You can wipe out part2 and extend the 100mb out. I'm guessing part3 is a backup location?
  23. I don't do it that early so not sure. I run mine in cleanup.cmd that run's very last.
  24. 'Se7en_UA.exe 6.5.5: April 25, 2011, 6:34:26 AM ' Add 7-Zip Command line version to Tools ' Cleanup old source makes it load faster ' Fix themepack not deleting 7zip added to extract SP1 files
  25. It don't like something. I don't know what you have added like exe reg tweaks and such Remove part of what you have done and try again. takes some debugging to figure out what is wrong
×
×
  • Create New...