Jump to content

yoz7120

Member
  • Posts

    72
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by yoz7120

  1. As MCT said 1 and 3 are already covered. The 2nd to get the patch to work is a bit harder. Anyway, what I have done is install MSN Messenger 7 and then apply the patch. Go to C:\Program Files\MSN Messenger and then create an SFX Rar of msnmsgs.exe and have it extract to %programfiles%\MSN Messenger and over write the original exe. Hope this helps.
  2. You could try this. create a folder called coverXP in $OEM$\$Pogs and copy the test.txt file in there. The $Progs will be automatically copied to Program Files when windows is installed. Hope this helps
  3. Boot with original XP Cd and select Repair option. When the recovery console opens type in :- FIXBOOT /MBR (not case sensitive) and reboot.
  4. Not sure about Norton, but I do know that Symantec Client Security does with with x64
  5. Coca Cola Internet Explorer or Firebird
  6. Wouldn't it be easier just to right click the Picture and click on Set As Desktop Background.
  7. Heres the code for you BritishBulldog ;Disable higlighting of new applications in start menu [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Start_NotifyNewApps"=dword:00000000 If you need any more registry tweaks take a look at the Sticky in the Unattended Forum
  8. @DLF download the ISOBuster autoIT from and use AutoIt to edit the au3 file and put in your name and serial number. This works for me and thanks to Nologic for creating the auto script.@chyronn taskkill works fine from RunOnceEx
  9. wedge1, for CDex go to CDex info and get the AutoIT file. For Spybot I use the following in my RunOnceEx. REG ADD %KEY%\016 /VE /D "Spybot Search and Destroy v1.3" /f REG ADD %KEY%\016 /V 1 /D "%CDROM%\Software\Spybot\Spybotsearch.exe /LOADINF=%CDROM%\Software\Spybot\Spybot.inf /VERYSILENT /SP-" /f If you get stuck use the Search facility for hunting down the switches
  10. Heres what I use to install DAP7.2 REG ADD %KEY%\028 /VE /D "Download Accelerator v7.2" /f REG ADD %KEY%\028 /V 1 /D "%CDROM%\Software\Dap\DAP7.2.exe /s" /f REG ADD %KEY%\028 /V 2 /D "TASKKILL.exe /F /IM iexplore.exe" /f REG ADD %KEY%\028 /V 3 /D "PSKILL.exe dap.exe" /f This installs DAP silently and then kills IE and DAP.
  11. Try this start /wait msiexec /i "%CDROM%\Software\TMPGEnc\TMPGEnc DVD Author 1.6.msi" SERIALNUMBER=XXXX-XXXX-XXXX-XXXX-XXXX REBOOT=ReallySuppress /qn
  12. I use RunOnceEx to install VMware v4.5.1, Heres the code REG ADD %KEY%\019 /VE /D "VMware v4.5.1" /f REG ADD %KEY%\019 /V 1 /D "msiexec -i \"%CDROM%\Software\VMware4\VMwareWorkstation.msi\" INSTALLDIR=\"C:\Program Files\VMware\VMware Workstation\" ADDLOCAL=ALL USERNAME="Your Name" SERIALNUMBER=XXXXX-XXXXX-XXXXX-XXXXX REBOOT=ReallySuppress /qn" /f Where XXXXX_XXXXX is your serial number
  13. You could always try bin2iso, small free program that will convert a .bin to .iso. Use google to search for it
  14. Think this is what you want a06lp ;Remove Shortcut to....... [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "link"=hex:00,00,00,00
  15. To stop TagRename from starting after being installed add the following line REG ADD %KEY%\004 /V 2 /D "TASKKILL.exe /F /IM TagRename.exe" /f
  16. Heres how I install VMWare REG ADD %KEY%\017 /VE /D "Installing VMware 4" /f REG ADD %KEY%\017 /V 1 /D "msiexec -i \"%CDROM%\Software\VMware4\VMwareWorkstation.msi\" INSTALLDIR=\"C:\Program Files\VMware\VMware Workstation\" ADDLOCAL=ALL USERNAME=Yoz SERIALNUMBER=xxxxx-xxxxx-xxxxx-xxxxx REBOOT=ReallySuppress /qn" /f Hope this helps
  17. Thanks rustycaps for pointing this out, been wondering why I was getting the same problem.
  18. Does anyone know what the switches are for installing Symantech Client Security v2.0, or would I be better off installing SAV 9.0 and Symantec Personal Firewall using the posted instructions.
  19. Heres what I use to install **** Info view REG ADD %KEY%\016 /VE /D "Installing **** Info Viewer" /f REG ADD %KEY%\016 /V 1 /D "%CDROM%\Software\****\****.msi /qb" /f
  20. for Spybot use these switches /VERYSILENT and /SP- this will install without showing the progress bar.
  21. Try this BigDaddy right click your desktop and select properties - Screen Saver then click the power option then the Advanced tab and dedelect Prompt for Password when computer goes off standby This should cure ur problem
  22. I passed all tests.... all ports in Stealth....
×
×
  • Create New...