Jump to content

MCT

Member
  • Posts

    3,244
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by MCT

  1. post a link 2 the download?
  2. http://support.microsoft.com/default.aspx?...kb;en-us;317189 sounds like your bsod
  3. ya, so many ppl i cant even get on warp2search.net lol
  4. the problem is how do i install it ive looked @ the wsftp forums.. & on here.. nothing for version 9 anyone care 2 enlighten me? EDIT: version 9 doesnt create a setup.iss file thanks
  5. hi search the forum.. many threads on this subject
  6. i thought xp home had bootcfg? but heres the code u use if u do have bootcfg bootcfg /Timeout 3 did u type it correctly? also.. its in %windir%\System32
  7. thats why i like it saves on resource & u still have all functionality here is a program DaemonScript.exe that u can setup 2 run during your unattended cd install to add 1-4 virtual drives extract the .msi file.. install it.. do the appropriate things then save your config & 2 run it.. just make sure u install the daemonscript.msi file b4 u execute your script.. start /wait myfile.daemonscript no switches needed
  8. goto start > run > cmd bootcfg /? i think thats what u want
  9. xcopy "%systemdrive%\Install\Sounds\sound.wav" "%windir%\Media" /Y of course change the directories if it isnt what u use
  10. hi HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default i assume u can figure it out from there Tip: dont delete the key.. just delete the value regards
  11. 20 mins for me on vmware.. a bit less on my actual pc.. 16 reg tweaks 42 programs latest windows updates
  12. whats the bsod say? regards
  13. the xpboot.img is the same 1 that comes with the CDImage Pro from http://unattended.msfn.org regards
  14. MCT

    Noob needs Help

    http://autopatcher.com all u need is sp1 & that will do the rest regards
  15. hi.. sorry i didnt post back lastnight, i went 2 sleep heres what i have.. [Version] Signature=$CHICAGO$ [DefaultInstall] AddReg = Mount DelReg = Daemon [Mount] HKCR,".ISO",,,"ISO_Image" HKCR,".CUE",,,"ISO_Image" HKCR,".CCD",,,"ISO_Image" HKCR,".BIN",,,"ISO_Image" HKCR,"ISO_Image\Shell\Mount\Command",,,%16422%\D-Tools\"daemon.exe -mount 0,%1 [Daemon] HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Run","DAEMON Tools-1033" this will look for daemon.exe to be in default location.. %programfiles%\d-tools\daemon.exe & u can rightclick ANY iso or .cue or .bin or .ccd & mount them.. 2 unmount just use the "eject" option on the virtual cd.. my code also removes daemon tools from starting up if u wanna add more extensions just use same format as i have Note: this is an inf so save it as an inf regards
  16. thanks ya its ok 2 link 2 other sites ill try what u said
  17. MCT

    Quick Q

    hi.. the difference between the 2 is VERY minimal .. as im sure u know.. the way amd measures its cpu's isnt the same way as intel does.. example: Intel = 2.0GHz = 2.0Ghz AMD = 2000+ = about 1.8Ghz i think
  18. anyone know the command to mount ISO's in a virtual drive.. i wanna make it a right click entry thanks
  19. awesome i was just gonna search the forum for this particular thing
  20. MCT

    Major Flaw SP2

    @mcardlej keep in mind sp2 is still beta.. so it may not be 100% completly stable when u said rebuild i thought u meant take the computer apart regards
  21. with the above inf code i posted.. anyway 2 make the title of the ISO the name of the folder?
  22. i fixed it by using pskill instead
  23. notice they say "can" this is because i believe they are refering 2 the express download.. sp1 is 125MB & sp2 ads way more stuff.. so it will be bigger
  24. i converted what mhz said to an inf.. [Version] Signature=$CHICAGO$ [DefaultInstall] AddReg = CDImage [CDImage] HKCR,"Folder\shell\MakeBootISO\command",,,"CDIMAGE.EXE -LWINDOWS -YD -N -H -X -B%11%\\xpBoot.img -OCI -M -D %here% %24%\\BootImage.iso" HKCR,"Folder\shell\MakeDataISO\command",,,"CDIMAGE.EXE -LDATA -YD -N -H -X -O -M -D %here% %24%\DataImage.iso" [Strings] here = ""%1"" this will put the iso on your %systemdrive% regards
×
×
  • Create New...