Search results

  1. L

    Encrypting network drives protect against attackers?

    If a user with access to the encrypted data is infected then data can be stolen...
  2. L

    antikeylogger?

    Stars, if your keylogger manages to get attention, it will take the antimalwarepeople approx 10 seconds to flag it.
  3. L

    Random PIN Generator

    But it seems you are doing something very heavy in it :-)
  4. L

    Random PIN Generator

    Would it take that long? I think you just have to re-think how you code your inner loop. On a modern computer it should only take seconds to spit out those numbers.
  5. L

    Random PIN Generator

    In my head that doesn't sound like much. Is there no room for optimization?
  6. L

    Problem installing 3TB hdd

    You don't need a raid setup. where did you read that?
  7. L

    Problem installing 3TB hdd

    You might want to update your RST driver. It's a known problem.
  8. L

    32 bit software on 64 bit os?

    Not if we are talking system ram. If it shows 3.25 usable (not taking vram into account) then the rest is wasted.
  9. L

    How to Allow a Game to use more RAM?

    The adjustable part is mostly about 32bit OSes. Here the user can adjust how the address space is divided among user and kernel.
  10. L

    How to Allow a Game to use more RAM?

    He is too busy bashing me that he doesn't see his error. I came by the thread. I saw something I thought I wanted to comment on. I wrote a keyword in my initial post that can easily be googled, if you want more information on the subject. The only straying here that I can see is on his part.
  11. L

    Ram on a 32bit so

    You need to understand how memory addressing works. That statement is not valid. I don't think the OP has had any doubts since post #2. Please keep telling yourself that all of yours posts are to clear things up for him.
  12. L

    Ram on a 32bit so

    I already agreed with you that each process is limited to 4 GB. I can mention a couple of things: The OS is caching stuff. That can quickly use up much ram. If you run multiple applications that can also use up a lot of ram. Multiple applications are not restricted to a total of 4 GB. But the...
  13. L

    Can't Defrag with Win7 tools

    You want me to quote the post for you? So I wondered about his crap statement. Now go bug someone else.
  14. L

    Ram on a 32bit so

    As said previously, unless you have a server edition of Windows, you are limited. It is a common mistake to think that it applies to all 32bit operating systems.
  15. L

    How to Allow a Game to use more RAM?

    You are going to be very busy, if you are going to uphold that rule in every thread on this forum. Good luck.
  16. L

    Ram on a 32bit so

    Of course the OS has to address the space. That goes without saying. And it is true that PAE does not change the size of the virtual address space. And in the context of memory remapping it doesn't matter.
  17. L

    Can't Defrag with Win7 tools

    Go back and re-read the thread.
  18. L

    How to Allow a Game to use more RAM?

    This is an IT forum, right?
  19. L

    Ram on a 32bit so

    I'm not sure what you are arguing. You seem to have misunderstood something about memory remapping. It is not about committing memory at the OS level. It is something that happens at the hardware level. Some BIOSes let you enable/disable it. PAE lets a 32bit OS address more than 4 GB, if you...
  20. L

    Can't Defrag with Win7 tools

    I didn't say it.
Back
Top