Jump to content

Aaron

Patron
  • Posts

    5,640
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by Aaron

  1. This pdf details the silent install options: http://www.nod32.com/nod32network.pdf (see 4.3) For your second question: batch files are easier to make, but RunOnceEx looks a lot nicer visual-wise.
  2. site is back up. Link works for me. Using Opera. It was a 404 yesterday, MS decided to put the page back
  3. Windows Registry Editor Version 5.00 ;Disable Java Update Check on Startup [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] "SunJavaUpdateSched"=-
  4. It does the same thing. Jeff, what else do you have in your winnt.sif file, there's possibly something else preventing Windows from skipping the Help Protect your PC Page. Below is a winnt.sif file that works for skipping that and the Welcome to Windows XP pages: [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" AutomaticUpdates=yes [Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS Filesystem=* UnattendSwitch=Yes WaitForReboot=No KeyboardLayout="United Kingdom" OemPnPDriversPath="drivers\001_INF" DriverSigningPolicy=Ignore [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=85 OemSkipWelcome=1 [UserData] ProductKey=removed FullName="Aaron" OrgName="Home" ComputerName=TEST [Display] BitsPerPel=32 Xresolution=1280 YResolution=1024 Vrefresh=85 [RegionalSettings] LanguageGroup=1 Language=00000809 [Identification] JoinWorkgroup=PHOENIX [Networking] InstallDefaultComponents=Yes [Branding] BrandIEUsingUnattended=Yes [URL] Home_Page=http://www.google.co.uk Search_Page=http://www.google.co.uk [Components] msmsgs=off freecell=off hearts=off minesweeper=off pinball=off solitaire=off spider=off zonegames=off msnexplr=off [Shell] DefaultStartPanelOff=Yes DefaultThemesOff=Yes [IEPopupBlocker] BlockPopups=No FilterLevel=Low ShowInformationBar=Yes [WindowsFirewall] Profiles = WindowsFirewall.TurnOffFirewall [WindowsFirewall.TurnOffFirewall] Mode = 0
  5. I once made a script to do that (edited to fit yours): ECHO. ECHO Finding Windows CD... IF EXIST D:\CDPath.txt set CDROM=D: IF EXIST E:\CDPath.txt set CDROM=E: IF EXIST F:\CDPath.txt set CDROM=F: IF EXIST G:\CDPath.txt set CDROM=G: IF EXIST H:\CDPath.txt set CDROM=H: IF EXIST I:\CDPath.txt set CDROM=I: IF EXIST J:\CDPath.txt set CDROM=J: IF EXIST K:\CDPath.txt set CDROM=K: IF EXIST L:\CDPath.txt set CDROM=L: ECHO. ECHO Copying all files to C:\i386 xcopy /E /I /V /Q %CDROM% %systemdrive%\i386 Put all that in a CMD file and call it from RunOnceEx.cmd, don't put them all directly into the runonceex.cmd syntax.
  6. Why on earth did MS remove http://msdn.microsoft.com/library/default....eparameters.asp Anybody managed to save a copy to hdd?
  7. Continue @ http://www.msfn.org/board/index.php?showtopic=24895 Thread Closed
  8. Extracting it makes it a lot bigger (33MB). Using /Q:A /R:N on the original archive downloaded from Microsoft works fine
  9. As if we're going to help you with illegally obtained software. Thread Closed
  10. You obviously don't know what a Corporate edition is, did you obtain this by illegal means?
  11. That info is controlled by the oeminfo.ini file in the \Windows\System32\ folder, edit it with Notepad
  12. You should be able to by following the method explained here: http://unattended.msfn.org/xp/hacked_files.htm
  13. Learn from Trial & Error Its /S
  14. MSFN ThanksGiving: Every day Welcome to MSFN jb3rry
  15. Follow the instructions at http://unattended.msfn.org/xp/runonceex.htm
  16. Better to extract both service packs and run a "WinDiff" on both folders.
  17. You can do WindowsXP-KB835935-SP2-ENU.exe /? from either the Run box, or the Command Prompt for a list of switches.
  18. Can't really help, but can mention that ACDSee Classic 2.43 works on SP2 (its as fast as ACDSee 3)
  19. If you don't have a 64-bit CPU, Software DEP will take effect. DEP cannot be disabled completely but you can add applications to the exceptions list. The link in the DEP window will explain its features.
  20. There are no critical updates for SP2 Some people have chosen not to make the move to SP2 yet.
  21. Yes, got a LiteOn SOHW-1213S 12x, haven't had a chance to use it much yet!
  22. There is already a topic on this as mentioned in the URL above. Thread closed
  23. There won't be an updated SP2 PDF until the first critical security hotfix comes out, so I can rewrite the hotfix installation guide.
×
×
  • Create New...