Jump to content

Tokyudo

Member
  • Posts

    28
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Tokyudo

  1. I've made many successful unattended DVDs and this is something that's not a big issue but it's starting to bug me. I unattendedly create my default user via a batch file that's run from [GUIRunOnce]. Example of my code: net user Owner /add /comment:"Administrator" /FullName:"Owner" NET LOCALGROUP /add administrators Owner Maybe this is a totally stupid question but how do I set Owner to never have the password expire? When I work with domains, I typically use cusrmgr.exe to set passwords to never expire. For example: cusrmgr -u owner +s passwordneverexpires I tried to incorporate that method into my DVD. I created a batch containing the above code and I made sure cusrmgr.exe was in the right location. I called the batch from the original [GUIRunOnce] batch file. However, it doesn't work. Am I going about the wrong way? It's probably something simple that I'm overlooking. Well, any help would be greatly appreciated. Thanks.
  2. Just use Hitman Pro. It's a completely free program made by some Dutch programmers. Essentially, it's an automated program (I think it's made with AutoIT) that uses 6 of the most popular Anti-Spyware programs out there today. Spy-Bot Ad-Aware CWShredder SpySweeper Spyware Doctor Spyware Blaster Not only does it download and installs all of these programs for you, it will apply all updates and automate the spyware removal process. You literally just click one button and you're done. The con, however, would be the length of time it take to run all of those scans. You can customize the scans though and only allow certain programs to run. BTW, if you have NOD32 anti-virus, turn it off during the initial install of the programs. NOD32 flags one of the files needed to install SpySweeper as a potential virus. Once installed, NOD32 has no problems. Here's a link to the Dutch site. The executable is in english. http://www.hitmanpro.nl/
  3. Works for me. Try this link: http://www.whatcounter.com/dlcount.php?id=...tePack1.3.1.cab
  4. I've used it and all I have to say is: Bad a**! Excellent prog. Please keep up the good work and I look forward to future updates.
  5. I think I waited approximately 2 1/2 months.
  6. I can't say that the project is dead but I can say that I have indeed finally received my 'permission to download' email and that the latest version of the software is dated February 2005.
  7. Back to the subject at hand.... I have found one problem with the active x block list. It renders a certain online virus/spyware scan useless. http://www.pandasoftware.com/activescan/co...n_principal.htm I use this free scan all the time when I working on customer's infected PCs, very handy.
  8. Not to get off the subject, but did anyone notice that Astalavista has been banned?
  9. Did you put the output files from the drivers in your FILESCD\I386 folder? I did that and it wouldn't work. I wouldn't think you would put the files into CDSOURCE\I386. I have received two errors/symptons - 1. It won't make a finished ISO (it says it finishes making an ISO but the ISO files has no bytes) and 2. It finishes the ISO but the after it's burned and initially installed, Windows does nothing but stay at a black screen.
  10. First off, I want to personally thank Bâshrat the Sneaky for making this awesome utility. Now my question, is possible to use the DriverPack and XPCREATE? I think XPCREATE may overwrite too many things. Just curious if anyone has tried this. I'm experimenting with one disc now - call me bored.
  11. Anyone ever try combining Bâshrat the Sneaky's Driver Pack and XPCREATE? I'm testing it out to see if it's possible without a lot of leg work. I will let everyone know.
  12. BTW, what's the last XPCREATE version dated? Mine's dated Feb 11, 2005.
  13. Here's an example of mine: CLS @echo off TITLE Unattended Applications Installation [EYEPATCH] ARRRRRRRRGH! [/EYEPATCH] ECHO. ECHO Removing useless shortcuts... DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Set Program Access and Defaults.lnk" DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Catalog.lnk" ECHO. ECHO Applying Registry Tweaks... REGEDIT /S %systemdrive%\install\RegTweaks.reg ECHO. ECHO Deleting ASP.NET User Account created by .NET Framework 1.1... net user aspnet /delete ECHO. ECHO Starting installation of Applications ECHO. ECHO Installing JavaRuntime 1.5.0_03 ECHO Please wait... Start /wait %systemdrive%\install\Applications\Java\jre503.exe ECHO. ECHO Installing K-Lite Video Codec Pack 2.46b ECHO Please Wait... start /wait %systemdrive%\Install\Applications\K-Lite\klcodec246b.exe /silent DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Programs\K-Lite Codec Pack\Uninstall K-Lite Codec Pack.lnk" DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Programs\K-Lite Codec Pack\Tools\GSpot Codec Information.lnk" ECHO. ECHO Installing DirectX 9.0c ECHO Please wait... start /wait %systemdrive%\Install\Applications\DirectX\dxsetup.exe /Silent ECHO. ECHO Installing Flash (IE) and Shockwave Player (IE, Mozilla) ECHO Please Wait... start /wait %systemdrive%\Install\Applications\FlashShockwave\Flashshockwavefull.exe /s ECHO. ECHO Installing Microsoft .NET Framework 1.1 SP1 ECHO Please wait... start /wait %systemdrive%\Install\Applications\NET\netfxsp1.exe ECHO. ECHO Installing Adobe Reader 7.0.1 (Custom Version - Auto Update Turned Off) ECHO Please wait... start /wait %systemdrive%\install\Applications\AdobeReader7\acroread7s.exe ECHO. ECHO Installing WinRar 3.20 Corporate ECHO Please wait... Start /wait %systemdrive%\install\Applications\WinRar\WinRAR3.20.exe /s ECHO. ECHO Installing Lavasoft AdAware 1.05 SE Professional ECHO Please Wait... start /wait %systemdrive%\Install\Applications\AdAware\aawsepro.exe /s taskkill /IM hh.exe /F taskkill /IM Ad-Aware.exe /F ECHO. ECHO Installing Nero Ultra 6.6.0.12 ECHO Please wait... start /wait %systemdrive%\Install\Applications\Nero\Nero6.exe ECHO. ECHO Installing Office 2003 (Full Install without FrontPage) ECHO Please wait... start /wait %systemdrive%\install\Applications\Office2003\setuppro.exe TRANSFORMS=Unattended.MST /qb- EXIT
  14. Open Notepad copy and paste code below Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc] "Start"=dword:00000004 Save as Change 'Save as type' to 'All' Name it "whatever".reg (ex. I saved mine as DisableSecurityCenter.reg) Enjoy.
  15. XPCREATE does work with Win2K. It doesn't slipstream all of the hotfixes however, but it works just fine. I've made a few Win2K discs using XPCREATE.
  16. NOD32, hands down. If you haven't tried this AV, you need to immediately. Reviews don't lie, it destroys the competition. The only AV that can come close to it is SOPHOS, which is what I would rate as #2. I have used EVERY AV out there and I can say NOD32 is the best.
  17. Try running your unattended applications install using: [GuiRunOnce] "%systemdrive%\install\batch_file1.cmd" (example) I don't think cmdlines.txt was meant to run so many apps like that. If you want to use cmdlines.txt, try cleaning things up little and have it call a batch file that will install your apps. Hope this helps.
  18. Thank you sir. That's exactly what I needed.
  19. Ok, I'm not sure what just happened with my other post. I did a search for this topic but didn't find anything related to it. If I have missed an obvious faq about, I apologize ahead of time. Is there a way to stop the stupid Security Center in SP2 from starting up without having to manually check the boxes in the "Change the way Security Center alerts me" link? Yes, I am working on an unattended XP dvd (if this is considered posted in the wrong forum, I apologize - however, I'm not asking for someone to show me how to incorporate this into my unattended install, I'm trying to see if such a tweak exists). Any input or suggestions would be greatly appreciated. Thanks ahead of time.
  20. Why would it be sales? In the read me instructions, it specifically states to send it to requests. The only reason I say this is because I know some developers can get extremely peeved at people not following the direction (ex. Wraith and his XPLODE prog). Do you have some inside info we don't know about @M1thrandir? I just don't want to make anyone angry. I may try both addresses.
  21. I've never had a problem with mine. BTW, I didn't use nLite for anything on my unattended dvd.
×
×
  • Create New...