Jump to content

MCT

Member
  • Posts

    3,244
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by MCT

  1. MCT

    virus help!

    hi.. u NEED service pack 2 .. or download SASSER & Blaster Patch from Microsoft that will fix the problem.. also u need a firewall & u need 2 not use norton but for other things, as suggested above, u NEED a spyware program (or several) i use: Spyware Blaster (using this GREATLY improves your security against spyware) Adaware Spybot Search & Destroy
  2. just incase anyone hasnt seen yet.. in light of the previous discussion ive decided 2 make the intent more clear as what i wanted 4 this thread.. please look @ my first post
  3. ya, run it, extract the *.msi from %tmp% & run the msi with appropriate switches
  4. install visualbasic runtime files (i think thats where comctl32.dll is located) & extract the msgina.dll from your cd/i386 directory it will probly be called MSGINA.DL_ use winrar 2 extract it put it in the system32 folder of your problematic OS
  5. try lowering your ram 2 128 for vmware.. should work ok tho.. & ya, install vmware tools after your OS is installed
  6. looks good.. but u should try 2 customize the buttons
  7. http://search.microsoft.com/search/results...stop+0x0000007e look there b4 playing games, i would suggest u use ccleaner (http://ccleaner.com) & clear pagefile & defrag with O&O Defrag it would get the stuff running better IMO
  8. i havent clicked your links.. but memory optimizers dont work.. waste of time IMO
  9. yep, do as blinkdt said.. or just put an entry in runonce 2 remove the file on next reboot also.. if u plan 2 get better help, u should follow this..
  10. yep , vmware works fine on my 2 pcs.. PC-1 P4 3.0E GHz 512 Ram (128 for vmware) 80GB HDD PC-2 AMD 1600+ 512 Ram (128 for vmware) 80GB HDD
  11. try a different program, im guessing nero wont allow u 2 do this cuz they are a big company & dont wanna have 2 deal with gates
  12. its not thats not normal lol what do u have on the host pc for hardware? CPU/Ram/ works fine here
  13. i dont know about virtual pc , but its not normal for vmware use it instead lol
  14. yep , pskill works, & taskkill works 4 some things but not others @ t-12 i find
  15. also.. theres patchmaker @ clickteam.com i dont think it supports silent mode either
  16. huh? themexp has a logon section that allows u 2 download modified logonui.exe files
  17. try this? Patch Wise: http://www.softpedia.com/public/cat/5/3/5-3-9.shtml its free for personal/commercial use i havent tried it
  18. huh i dont think u can via regedit
  19. i'd like to start a thread where people post wallpapers of good lookin celebs/models heres 1 to start it off i think i got this wallpaper from deviantart Please Dont Post Full Sized Images (link 2 the images) Also, abide by MSFN's COC ie. no Porn This Isnt a porn thread
  20. for foobar2000, once u get it setup how u want it, copy the foobar2000.cfg file to $OEM$\$Progs\Foobar2000
  21. yep, its better IMO too
  22. run everything @ t-12 thats what i do, everything works 4 current & default user
  23. wow.. i must kick a** then i got 2.8 seconds on opera lol
  24. haha... thats a great video!
  25. Disclaimer: i dont know where i picked these up, they arent mine, i didnt take the time 2 find them & by using them u are giving me no credit Show pictures as they load user_pref("browser.display.show_image_placeholders", false); Quick and Dirty Settings user_pref("network.http.pipelining", true); user_pref("network.http.pipelining.firstrequest", true); user_pref("network.http.pipelining.maxrequests", 8); user_pref("nglayout.initialpaint.delay", 0); Common to all configurations These are the settings that seem to be common to all configuration files regardless of connection speed or computer speed with a couple of additions - plugin paths can be found with about:plugins and the bookmark menu delay is turned off. user_pref("network.http.pipelining", true); user_pref("network.http.proxy.pipelining", true); user_pref("network.http.pipelining.maxrequests", 8); user_pref("content.notify.backoffcount", 5); user_pref("plugin.expose_full_path", true); user_pref("ui.submenuDelay", 0); Fast Computer Fast Connection user_pref("content.interrupt.parsing", true); user_pref("content.max.tokenizing.time", 2250000); user_pref("content.notify.interval", 750000); user_pref("content.notify.ontimer", true); user_pref("content.switch.threshold", 750000); user_pref("nglayout.initialpaint.delay", 0); user_pref("network.http.max-connections", 48); user_pref("network.http.max-connections-per-server", 16); user_pref("network.http.max-persistent-connections-per-proxy", 16); user_pref("network.http.max-persistent-connections-per-server", 8); user_pref("browser.cache.memory.capacity", 65536); A couple settings of note - Firefox is allocated 4096 KB of memory by default and in this configuration we give it roughly 65MB as denoted by the last line. This can be changed according to what is used. Fast Computer, Slower Connection This configuration is more suited to people without ultra fast connections. We are not talking about dial up connections but slower DSL / Cable connections. user_pref("content.max.tokenizing.time", 2250000); user_pref("content.notify.interval", 750000); user_pref("content.notify.ontimer", true); user_pref("content.switch.threshold", 750000); user_pref("network.http.max-connections", 48); user_pref("network.http.max-connections-per-server", 16); user_pref("network.http.max-persistent-connections-per-proxy", 16); user_pref("network.http.max-persistent-connections-per-server", 8); user_pref("nglayout.initialpaint.delay", 0); user_pref("browser.cache.memory.capacity", 65536); Fast Computer, Slow Connection user_pref("browser.xul.error_pages.enabled", true); user_pref("content.interrupt.parsing", true); user_pref("content.max.tokenizing.time", 3000000); user_pref("content.maxtextrun", 8191); user_pref("content.notify.interval", 750000); user_pref("content.notify.ontimer", true); user_pref("content.switch.threshold", 750000); user_pref("network.http.max-connections", 32); user_pref("network.http.max-connections-per-server", 8); user_pref("network.http.max-persistent-connections-per-proxy", 8); user_pref("network.http.max-persistent-connections-per-server", 4); user_pref("nglayout.initialpaint.delay", 0); user_pref("browser.cache.memory.capacity", 65536); Slow Computer, Fast Connection user_pref("content.max.tokenizing.time", 3000000); user_pref("content.notify.backoffcount", 5); user_pref("content.notify.interval", 1000000); user_pref("content.notify.ontimer", true); user_pref("content.switch.threshold", 1000000); user_pref("content.maxtextrun", 4095); user_pref("nglayout.initialpaint.delay", 1000); user_pref("network.http.max-connections", 48); user_pref("network.http.max-connections-per-server", 16); user_pref("network.http.max-persistent-connections-per-proxy", 16); user_pref("network.http.max-persistent-connections-per-server", 8); user_pref("dom.disable_window_status_change", true); One of the changes made for this particular configuration is the final line where the status bar is disabled for changing web pages to save processor time. Slow Computer, Slow Connection We have entered the doldrums of the dial-up user user_pref("content.max.tokenizing.time", 2250000); user_pref("content.notify.interval", 750000); user_pref("content.notify.ontimer", true); user_pref("content.switch.threshold", 750000); user_pref("nglayout.initialpaint.delay", 750); user_pref("network.http.max-connections", 32); user_pref("network.http.max-connections-per-server", 8); user_pref("network.http.max-persistent-connections-per-proxy", 8); user_pref("network.http.max-persistent-connections-per-server", 4); user_pref("dom.disable_window_status_change", true); Some of the options we chose not to include as opposed to sus-per-server", 8);
×
×
  • Create New...