Jump to content

warrior1109

Member
  • Posts

    66
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by warrior1109

  1. Start - Run, type in cmd, then ipconfig /flushdns. Then ipconfig /release. Then ipconfig /renew. then restart. Hope that helps
  2. This looks like the sasser worm to me, download this from microsoft, KB890830. Run it with this syntax /f
  3. This looks like a Malware attack, does it stop you from accessing any secure connection? try something like spybot S&D.
  4. Why not keep the important stuff, My Documents, Cookies, Favourites and any others you want permanently on say D:\ ? Copy these folders to the destination drive, then edit these registry keys to point the system to them; [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders] [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders] [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders] Once you have done that, restart the system, then, simply export those keys, and apply them during T12 (cmd). Hope that helps.
  5. Is there any error message? or does it just skip the boot from cdrom? also, is this drive you are trying to boot from set as the master drive?
  6. Add this line to your winnt.sif under the [unattended] header UnattendSwitch="yes" and under [Data] add AutomaticUpdates=Yes or No And to add user's unattended, read here; click here
  7. REG ADD %KEY%\055 /VE /D "MSN Messenger 7.5.0299, Msgr Plus 3.54.132" /f REG ADD %KEY%\055 /V 1 /D "%CDROM%\Software\MSN\MsnMsgs.msi /passive" /f REG ADD %KEY%\055 /V 2 /D "%CDROM%\Software\MSN\Extras\MsgPlus-354.exe /SilentInstallNoSponsor" /f REG ADD %KEY%\055 /V 3 /D "taskkill /F /IM MsgPlus.exe" /f REG ADD %KEY%\055 /V 4 /D "taskkill /F /IM msnmsgr.exe" /f This works for me, no pop ups, no windows.
  8. When you run the .exe, it extracts the .msi to \Program Files\Adobe\ in there you will find a folder with the msi in.
  9. Hi, I have encountered similar problem some time ago, it turned out to be a stickey keyboard key? worth checking out.
  10. I use a similar cmd file, and run it right at the end, after the defrag, before reboot, works a treat.
  11. Don't know if it makes a difference, but when I slipstream a service pack, I use this syntax -s, so it looks something like; C:\WindowsXP-KB835935-SP2-ENU -s:C:\XPCD As is in the guide, here
  12. I have had this problem on server 2003, but without any software, a clean install, I haven't figured it out yet.
  13. I did the same and it worked without any problems.
  14. This is how mine looks, perhaps the quotations are wot make it work? [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" AutomaticUpdates=Yes [Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS UnattendSwitch="yes" WaitForReboot="No" The useraccounts.cmd net user your_user_name your_password /add net localgroup Administrators your_user_name /add net accounts /maxpwage:unlimited REGEDIT /S autologon.reg Then the autologon.reg file Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "DefaultUserName"="your_user_name" "DefaultPassword"="your_password" "AutoAdminLogon"="1" Hope it helps, try looking here; click here
  15. Try removing the spaces; [Components] msmsgs= off msnexplr= off OEAccess= off Becomes; [Components] msmsgs=off msnexplr=off OEAccess=off
  16. You need to enter a password for the auto logon to work, and for the account to have admin rights.
  17. Witout any doubt, build your own! i've always built mine, and just about everyone I know also runs a machine i've built too.
  18. True Image Server Edition is the best I have used, just load the boot disc and away you go!
  19. This is how I install MSN Messenger, never had a problem with it at all, hope it helps you.
  20. ECHO. ECHO Installing Office 2003 Professional ECHO Please wait... start /wait %systemdrive%\install\Applications\Office2003\setuppro.exe TRANSFORMS=Unattended.MST /qb- try changing it to; ECHO. ECHO Installing Office 2003 Professional ECHO Please wait... start /wait %systemdrive%\install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-
  21. The best way I found to avoid this issue is to install from svcpack.inf http://unattended.msfn.org/beginner/hotfix/svcpack.htm
  22. I use the switch /QB, and import the registration in the form of a .reg file; Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\O&O\O&O Defrag\6.0\Pro\licenses] "User"="XXXXX" "Company"="XXXXX" "SerialNo"="XXXX-XXXX-XXXX-XXXX-XXXX" This works for me without need to alter the setup.ini
×
×
  • Create New...