Jump to content

buletov

Member
  • Posts

    558
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Croatia

Everything posted by buletov

  1. lower timings - beter performance, more stress on the components this is the reason why everyone is suggesting a brand name memory check the default values for your memory, and the lower every value down by one step. this should give you better performace while retaining the overall stability of your computer, and pariculary memory.
  2. or that known line: "turn it off and then back on"
  3. what amd? 200Mhz? C'mon, Barton @ 3200+ on Asus NForce2 chipset with 1GB of brand memory wolud probably cost you less then that Intel of yours, and the performace would be similar...except the 1GB using DualChannel would mean a LOT for multimedia work...thus it WOULD BE FASTER in the end. And Barton does support both MMX and SSE, and the newer derivations of these, with an additional support for 3Dnow technology... but it's your loss..
  4. Hi there... Me was wondering if is there such a thing for Windows 98 or 98SE?
  5. well it looks the nicest when you turn the logo actually off
  6. it will make your computer even slower... like always with the new releases symantec products... me personaly uses avast!
  7. 80% of Norton code is useless resource hogging crap. Just like having a worm on your computer... Try some good antivirus for a change...
  8. DTM.inc, why don't you try some faster and higher quality antivirus product, for example avast... and it has a great support for unattended installs... you can configure it to the smalest detail and then create a "silent install files" from it's main menu with a single click...all described in help
  9. you can set it using the following registry settings: now this is my autoplay media studio 5 code, but you can figure it out your self... function CompConf(Arg1) local clname = Arg1; local cuname = String.Upper(Arg1); Registry.SetValue(HKEY_LOCAL_MACHINE, "SYSTEM\\ControlSet001\\Control\\Print\\Printers\\Fax\\DsSpooler", "serverName", clname, REG_SZ); Registry.SetValue(HKEY_LOCAL_MACHINE, "SYSTEM\\ControlSet001\\Control\\Print\\Printers\\Fax\\DsSpooler", "shortServerName", cuname, REG_SZ); Registry.SetValue(HKEY_LOCAL_MACHINE, "SYSTEM\\ControlSet001\\Control\\Print\\Printers\\Fax\\DsSpooler", "uNCName", "\\\\"..cuname.."\\fax", REG_SZ); Registry.SetValue(HKEY_LOCAL_MACHINE, "SYSTEM\\ControlSet002\\Control\\Print\\Printers\\Fax\\DsSpooler", "serverName", clname, REG_SZ); Registry.SetValue(HKEY_LOCAL_MACHINE, "SYSTEM\\ControlSet002\\Control\\Print\\Printers\\Fax\\DsSpooler", "shortServerName", cuname, REG_SZ); Registry.SetValue(HKEY_LOCAL_MACHINE, "SYSTEM\\ControlSet002\\Control\\Print\\Printers\\Fax\\DsSpooler", "uNCName", "\\\\"..cuname.."\\fax", REG_SZ); Registry.SetValue(HKEY_LOCAL_MACHINE, "SYSTEM\\CurrentControlSet\\Control\\Print\\Printers\\Fax\\DsSpooler", "serverName", clname, REG_SZ); Registry.SetValue(HKEY_LOCAL_MACHINE, "SYSTEM\\CurrentControlSet\\Control\\Print\\Printers\\Fax\\DsSpooler", "shortServerName", cuname, REG_SZ); Registry.SetValue(HKEY_LOCAL_MACHINE, "SYSTEM\\CurrentControlSet\\Control\\Print\\Printers\\Fax\\DsSpooler", "uNCName", "\\\\"..cuname.."\\fax", REG_SZ); --name Registry.SetValue(HKEY_LOCAL_MACHINE, "SYSTEM\\ControlSet001\\Control\\ComputerName\\ComputerName", "ComputerName", cuname, REG_SZ); Registry.SetValue(HKEY_LOCAL_MACHINE, "SYSTEM\\ControlSet001\\Control\\ComputerName\\ActiveComputerName", "ComputerName", cuname, REG_SZ); Registry.SetValue(HKEY_LOCAL_MACHINE, "SYSTEM\\ControlSet002\\Control\\ComputerName\\ComputerName", "ComputerName", cuname, REG_SZ); Registry.SetValue(HKEY_LOCAL_MACHINE, "SYSTEM\\ControlSet002\\Control\\ComputerName\\ActiveComputerName", "ComputerName", cuname, REG_SZ); Registry.SetValue(HKEY_LOCAL_MACHINE, "SYSTEM\\CurrentControlSet\\Control\\ComputerName\\ComputerName", "ComputerName", cuname, REG_SZ); Registry.SetValue(HKEY_LOCAL_MACHINE, "SYSTEM\\CurrentControlSet\\Control\\ComputerName\\ActiveComputerName", "ComputerName", cuname, REG_SZ); --tcpip Registry.SetValue(HKEY_LOCAL_MACHINE, "SYSTEM\\ControlSet001\\Services\\Tcpip\\Parameters", "Hostname", cuname, REG_SZ); Registry.SetValue(HKEY_LOCAL_MACHINE, "SYSTEM\\ControlSet001\\Services\\Tcpip\\Parameters", "NV Hostname", clname, REG_SZ); Registry.SetValue(HKEY_LOCAL_MACHINE, "SYSTEM\\ControlSet002\\Services\\Tcpip\\Parameters", "Hostname", cuname, REG_SZ); Registry.SetValue(HKEY_LOCAL_MACHINE, "SYSTEM\\ControlSet002\\Services\\Tcpip\\Parameters", "NV Hostname", clname, REG_SZ); Registry.SetValue(HKEY_LOCAL_MACHINE, "SYSTEM\\CurrentControlSet\\Services\\Tcpip\\Parameters", "Hostname", cuname, REG_SZ); Registry.SetValue(HKEY_LOCAL_MACHINE, "SYSTEM\\CurrentControlSet\\Services\\Tcpip\\Parameters", "NV Hostname", clname, REG_SZ); --eventlog Registry.SetValue(HKEY_LOCAL_MACHINE, "SYSTEM\\ControlSet001\\Services\\Eventlog", "ComputerName", cuname, REG_SZ); Registry.SetValue(HKEY_LOCAL_MACHINE, "SYSTEM\\ControlSet002\\Services\\Eventlog", "ComputerName", cuname, REG_SZ); Registry.SetValue(HKEY_LOCAL_MACHINE, "SYSTEM\\CurrentControlSet\\Services\\Eventlog", "ComputerName", cuname, REG_SZ); --wmp Registry.SetValue(HKEY_USERS, ".DEFAULT\\Software\\Microsoft\\Windows Media\\WMSDK\\General", "ComputerName", cuname, REG_SZ); Registry.SetValue(HKEY_CURRENT_USER, "Software\\Microsoft\\Windows Media\\WMSDK\\General", "ComputerName", cuname, REG_SZ); --users Registry.SetValue(HKEY_USERS, "S-1-5-19\\Software\\Microsoft\\Windows\\ShellNoRoam", "@", cuname, REG_SZ); Registry.SetValue(HKEY_USERS, "S-1-5-20\\Software\\Microsoft\\Windows\\ShellNoRoam", "@", cuname, REG_SZ); Registry.SetValue(HKEY_USERS, ".DEFAULT\\Software\\Microsoft\\Windows\\ShellNoRoam", "@", cuname, REG_SZ); end clname - computer name variable cuname - computer name variable in uppercase
  10. here: REGEDIT4 ;Disable SP2 warning messages for executables [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Download] "CheckExeSignatures"="no" "RunInvalidSignatures"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\{11D31951-7848-48E3-89C2-6762AF05C427}User\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments] "SaveZoneInformation"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Associations] "LowRiskFileTypes"=".exe;.bat;.com;.cmd;.reg;.msi;.htm;.html;.gif;.bmp;.jpg;.avi;.mpg;.mpeg;.mov;.mp3;.m3u;.wav;"
  11. well, you could have the key on cd next to the ordinary setup and copy it using the same batch you used to install winrar...much less hasle
  12. there is a reg hack for that.... imagine, i'm currently looking just for that...wait a minute
  13. well there isn't much use of that...
  14. i was wondering why you (or somebody) didn't delete his post...
  15. uhm....the reg file is optional, used only to custiomize contex menu and default archive format
  16. possible, but not in winrar options... the context menu type of archive depends on default in winrar settings
  17. well, regsnap made that reg file, and i have better things to do that removing a bunch of lines that can and don't have to be removed
  18. ..and it manifests only in unattended mode, not standard installation.
  19. silent install + reconfiguration to use ZIP as a default (in context menu), if anyone want to use this, here it is: start /wait Bin\WinRAR\wrar340.exe /s Removed by admin. Use file attachment for such a long file.
  20. try it like this: start /wait avwinsfx\Setup.exe /silent :kill taskkill.exe /F /IM AVWIN.EXE if errorlevel 1 GOTO kill taskkill.exe /F /IM AVGNT.EXE
  21. i'm talking about the pressing F6 and using floppy in unattended. it loads noramaly and do the partitioning, but afteward it can't find files which previously copied from floppy.
  22. am i the only one to whom it hangs? (not durring the 39min setup, but after reboot) please
  23. generic questions. there are anwers for all of those here. (except oracle and so on)
×
×
  • Create New...