Jump to content

Arablover

Member
  • Posts

    81
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Arablover

  1. I am also eagerly waiting for the new release as my PC has an Intel 875P chipset with the Intel RAID SATA. This driver always seems to have had problems! Cheers. Jeremy
  2. Via the /silent command. ECHO Installing Visual effects... ECHO Please wait... start /wait %systemdrive%\install\SetVisualEffects.exe /silent Cheers. Jeremy
  3. It did not work! Everything was selected EXCEPT 'smoothing of screen fonts'. Here are the contents of the settings file. [effects] 1=0 2=0 3=0 4=0 5=0 6=0 7=0 8=1 9=0 10=0 11=1 12=0 13=0 14=0 15=0 16=0 Any ideas why?
  4. Quick question.......... What exactly does 'use common tasks in folders' actually mean? Cheers. Jeremy
  5. Thank you smc1979! I love to have my Windows installation lean and mean when it comes to the graphical effects. Btw, does enabling the smoothing of screen fonts make any real difference in XP at 800 x 600 screen resolution? Or is the smoothing of screen fonts a hangover from Windows 9x days? Cheers. Jeremy
  6. I tried this and sadly it did not work. All I need is the registry settings to disable ALL of the visual effects. Surely someone has done this? Cheers. Jeremy
  7. I have tried changing the various entries in the following section. ;----------------------------------------------------------Visual Effects-------------------------------------------------------------------- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects] "VisualFXSetting"=dword:00000003 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\AnimateMinMax] "DefaultApplied"=dword:00000000 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ComboBoxAnimation] "DefaultApplied"=dword:00000000 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\CursorShadow] "DefaultApplied"=dword:00000000 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DragFullWindows] "DefaultApplied"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DropShadow] "DefaultValue"=dword:00000000 "DefaultApplied"=dword:00000000 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\FontSmoothing] "DefaultValue"=dword:00000001 "DefaultApplied"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListBoxSmoothScrolling] "DefaultApplied"=dword:00000000 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewAlphaSelect] "DefaultValue"=dword:00000000 "DefaultApplied"=dword:00000000 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewShadow] "DefaultValue"=dword:00000000 "DefaultApplied"=dword:00000000 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewWatermark] "DefaultValue"=dword:00000000 "DefaultApplied"=dword:00000000 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\MenuAnimation] "DefaultValue"=dword:00000000 "DefaultApplied"=dword:00000000 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\SelectionFade] "DefaultValue"=dword:00000000 "DefaultApplied"=dword:00000000 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\TaskbarAnimations] "DefaultValue"=dword:00000000 "DefaultApplied"=dword:00000000 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\Themes] [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\TooltipAnimation] "DefaultValue"=dword:00000000 "DefaultApplied"=dword:00000000 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\WebView] "DefaultApplied"=dword:00000000 BUT IT DOES NOT MAKE ANY DIFFERENCE! So............ Has anyone ACTUALLY managed to disable ALL of the visual effects? If so, PLEASE post your registry settings. Jeremy
  8. Maybe I did not explain myself clearly. I want ALL of the effects disabled EXCEPT for the two effects mentioned above. I have searched the forum, but it all seems very confusing Could you please post the registry entries that will disable all of the standard effects. Cheers. Jeremy
  9. I want to set my visual effects to have ONLY two components selected. 1) Smooth edge of screen fonts. 2) Show windows content when dragging. Can someone PLEASE post the registry settings for me. Cheers. Jeremy
  10. Brilliant! I wonder why they changed the setup.exe? Cheers. Jeremy
  11. I have been installing AvPersonal using the following entry in my main.batch: ECHO Installing AV Personal... start /wait %systemdrive%\install\Antivir\setup.exe /INF%systemdrive%\install\Antivir\setup.inf /PATH%systemdrive%\install\Antivir\ ECHO. Here are the contents of setup.inf: ;******************************************************************** ; Setup using AntiVir script file ; ; Sample script file ; ; To force Setup doing its job without any user interaction you have ; to start it with the option /INF<name>. ; with <name> being the full qualified path of the script file. ; ; Example: SETUP /INFe:\disks\setup.inf ; ;******************************************************************** [DATA] ; Show README.NEW (if present) ; 0 = Disabled, 1 = Enabled ReadmeNew=0 ; Scan all local disks or only the windows system directory ; for viruses before starting the installation ; 0 = only windows system directory, 1 = all local disks Scan=2 ; Scan process may be cancelled by the user: ; 0 = Cancelling not allowed, 1 = Canceling allowed CancelScanAllowed=1 ; Source path of the first installation disk. ; This path has to end with the '1'; all other directories should ; use the same name with a directory number added. Best to do is ; simply to copy the program directories (DISK_1, DISK_2 ... DISK_n) ; from your product CD-Rom. Any valid (UNC-) pathname is allowed. ; E.g. \\SERVERNAME\Vol\INST\AVWIN\DISK_1 or ; D:\INST\AVWIN\DISK_1 ;SourcePathDisk1=D:\INST\DISK_1 ; Destination directory (At least the first disk should exist) ; it is also possible to use environment variables like ; %programfiles% DestinationPath="C:\Program Files\AVWIN" ; Copy only new files. ; If Setup detects an older version of a file in the destination ; directory, it will be overwritten automatically. If the file in ; the destination directory is of the same version or newer the ; file will not be copied from the source dir. ; If the option is disabled, Setup will ask the user to select wether ; to install the file or not.ert. ; Ist diese Funktion ausgesch ; 0 = Disabled, 1 = Enabled OnlyNewFiles=1 ; Create AntiVir program group ; 0 = Disabled, 1 = Enabled AVGroup=1 ; Overwrite SETUP.LOG. ; Disabled means that Setup will work in appending mode. ; 0 = Disabled, 1 = Enabled OverwriteLog=1 ; The shell extension of AntiVir has to be registere in the ; registry. This extension is only valid on NT 4.0 or greater. ; 0 = Do not register shell extensions, 1 = Register shell extension ShellExtension=1 ; Install the resident virus guard: ; 0 = Do not install the AVGuard, 1 = Install the AVGuard Guard=1 ; Allow cancelling of file copy procedure ; 0 = Do not allow cancelling, 1 = Allow cancelling CancelCopyAllowed=0 ; Copy a new license key file ; 0 = Disabled, 1 = Enabled CopyKeyFile=1 ; Path (without filename) to the license key file KeyFilePath=D:\INST\LICENSE\ ; Create a proram icon on the desktop ; This function is only valid on NT 4.0 or greater! ; 0 = Disabled, 1 = Enabled DesktopIcon=1 ; Name of the desktop icon to create ; The following characters must not be included in the icon's name: ; \/:*?"<>| ; This function is only valid on NT 4.0 or greater! NameOfDesktopIcon=AntiVir ; Display README after installtion ; 0 = Do not display README, 1 = Display README ShowReadMe=0 ; This file will be executed after a successful installation. It ; may be used to copy a pre-defined configuration file to the ; destination directory: ; ExeName1=c:\winnt40\system32\command.com /c copy c:\avwin.ini "C:\Program Files\AVWIN" ; or it may be used to set the path for the Update-Wizard: ; (The program PATCHINI.EXE can be found in \DISK_1\ADMIN) ;ExeName1=PatchINI /A c:\avwin\avwin.ini [update] UpdatePath=... /C ; If needed, Windows will be restarted after a successfull ; installation (recommended) ; 0 = Disabled, 1 = Enabled RestartWindows=0 ; Path and filename to an optional, pre-defined INI-file to be used ; by the desktop program and the guard. ; IniFileName=\\SERVERNAME\DATA\AVWIN\AVWIN.INI ; The following parameter defines if Setup has to care about the old ; installed components or not. With '1', Setup checks the installed ; software and replaces it by new modules, regardless what is defined ; in SETUP.INF. With '0', only the settings of SETUP.INF are executed. KeepOldSettings=0 ; Install the InternetUpdater or not ; install = 1 ; do not install = 0 InternetUpdater=1 ; Install Pop3-Scanner ; Pop3=1 -> The Pop3-scanner will be installed ; Pop3=0 -> The Pop3-scanner will NOT be installed Pop3=1 ;You can also attain protection against cost incurring dial-up programs. ;Would you also like to extend the recognition routines on so called dial-up ;programs? Dialer=0 Previously it installed unattended, but it now runs through the usual installation routine. Has anyone else experienced this problem? Cheers. Jeremy
  12. MHz, both of your postings were really helpful! Cheers. Jeremy
  13. So how do I slipstream these patches into my XP SP3 disk? Cheers. Jeremy
  14. I am having problems installing two hotfixes for Office XP. ECHO. ECHO Installing kb832332... start /wait officexp-kb832332-fullfile-enu.exe /Q:A /R:N ECHO. ECHO Installing kb833858... start /wait officexp-kb833858-client-enu.exe /Q:A /R:N ECHO. kb832332 asks me to enter the location where I want to place the extracted files. kb833858 updates, but then asks me to click OK. Can anyone help me install these two Office hotfixes from a batch file. Cheers. Jeremy
  15. Thank you! Arablover
  16. I am doing a tidy up of my unattended CD and I noticed this program in my main.bat. js56nen.exe It is the Windows script 5.6 Should I continue to install this program, or is it a security risk? What does it actually do? Cheers. Jeremy
  17. No, it was a registry setting that removed the wizard.
  18. I remember seeing this ages ago, but I just cannot find it again! What is the registry entry to disable the unsigned driver wizard? Cheers. Jeremy
  19. Has anyone managed to get Avpersonal to install unattended? I have searched as far back as I can and I cannot find anything! Cheers. Jeremy
  20. Yes, it is now working! Thank you so much for solving the problem! Cheers. Jeremy
  21. I am using XP Pro SP1. I get the error: "The entry 3waregsm.sys in the [sourceDisksFiles] section of the inf is corrupt or missing" on ALL of my systems. Intel 875 and other various computers. Am I the only person experiencing this error? Cheers. Jeremy
  22. The entry 3waregsm.sys in the [sourceDisksFiles] section of the inf is corrupt or missing. I downloaded the latest version of the drivers TODAY and started with a clean txtsetup.sif file. Ideas? Cheers. Jeremy
  23. Just remove the references to idebusdr from your txtsetup.sif. Does this mean that all of the SATA controllers will work EXCEPT the Intel Intel 82801BA Ultra ATA Controller? Cheers. Jeremy
  24. I used the set from the 17th of April. I went through txtsetup.sif and added and removed as necessary. Would you like me to send you a copy of my txtsetup.sif? Cheers. Jeremy
  25. I finally managed to install XP unattended on my Intel 875p notherboard. Everything worked as normal. But................. When I use the same unattended XP CD on a older PC (Intel 815 chipset), it will load in textmode all the drivers and then say that "setup is starting Windows" and then blue screen! This is JUST before the partitioning stage. On another even older computer (Pentium 166) it will go past this stage, complete the Windows section (39 minutes) and on reboot blue screen and reboot and blue screen again non stop until I turn the bloody thing off! Has anyone else experienced these problems? Do I have to have two separate unattended XP CD's? One for older computers and one for SATA computers? Please advise! Cheers. Jeremy
×
×
  • Create New...