Jump to content

jcarle

Patron
  • Posts

    2,559
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by jcarle

  1. Be advised, this hack may break some applications that rely on the International settings for timestamp formatting.
  2. Please take time to search next time: http://docs.info.apple.com/article.html?artnum=61705
  3. It's spelt "one", not "1".
  4. PrtScn will only capture the Windows desktop and all it's windows. Unless the game is a windowed application (very unlikely), PrtScn is useless (unless the key is remapped by the game itself). For any Direct3D or OpenGL game, you'll need a third party application that can capture Direct3D or OpenGL frames directly.
  5. How to disable ClearType in Vista: http://itsvista.com/2007/01/itsvista-tip-2...find-it-blurry/
  6. At this time, there are no plans to rename the Intel processor lineup.
  7. I'd be much more concerned of this kind of "privacy invasion" coming from a new linux distro then coming from Microsoft. Microsoft wouldn't use any information they collect for anything other then new marketing schemes or product improvements. What's to say that some kid doesn't decide to recompile some of the linux source files while adding a password sniffer to the code and re-release as a brand new linux distro? At least Microsoft I trust. And let's face it, you're giving out a hell of a lot more information (and risker information too) every time you use a bank card, a debit card or a credit card then whatever it is Microsoft would be collecting from Vista.
  8. Anything's better then an integrated video card.
  9. IIS 7.0 is NOT backwards compatible. It is only available on Windows Server 2008 and Windows Vista. It uses API calls which are NOT available on any other OS.
  10. MX stands for Mail Exchanger and lists mail servers available for a domain. NS stands for Name Server and is needed for domain name resolution. You can find more information here: http://en.wikipedia.org/wiki/Domain_name_s..._of_DNS_records
  11. I posted the last version of the Vista UL to the WUD official download page.
  12. Not sure about the SoftwareDistribution folder, but when you download the files with WUD, you can then simply add them in nLite when you choose to integrate hotfixes.
  13. I also experience the same issue.
  14. Wait before you buy your new motherboard. The new P35 chipsets are about to go fully retail and the X38 chipset (the direct replacement for the 975X) will be launched in Q3 of this year.
  15. Just install AnyDVD and be done with it. It'll make your discs Region-Free.
  16. You need the support of the gnomes.
  17. Ahhhhhh macs!!!!! *curls up next to his PC* My precious... my precious pc...
  18. Not so, he's not one of few. I myself ALWAYS purchase motherboards using the consideration of how long I can upgrade using the same motherboard. Using the same motherboard I have now, I've changed CPUs twice, video cards three times, hard drives three times and memory twice. All because I took the time to research and the cost needed to buy the best motherboard available for future upgradeability support available at the time I bought it.
  19. MCE IS XP Pro with a fancy media player slapped on top.
  20. <% Dim ReadStream Dim WriteStream Dim byteBuffer Const adTypeBinary = 1 Const adSaveCreateOverWrite = 2 Set ReadStream = Server.CreateObject("ADODB.Stream") ReadStream.Type = adTypeBinary ReadStream.Open ReadStream.LoadFromFile "infile.ext" Set WriteStream = CreateObject("ADODB.Stream") WriteStream.Type = adTypeBinary WriteStream.Open While Not ReadStream.EOS byteBuffer = ReadStream.Read(1) WriteStream.Write byteBuffer WEnd WriteStream.SaveToFile "outfile.ext", adSaveCreateOverWrite WriteStream.Close Set WriteStream = Nothing ReadStream.Close Set ReadStream = Nothing %>I suggest that you look up DevGuru in the future for further reference.
  21. You can download Maxtor's disk repair tools from their website.
  22. There are usually dates of manufacturer which you can find on the individual parts.
  23. OMG OMG OMG!
  24. The new generation of Intel motherboards comes out in a couple of weeks and you're going to buy that? What a waste.
×
×
  • Create New...