Recent content by saywhut

  1. saywhut

    Core i9-7900x vs Ryzen ThreadRipper 1950x

    Why would anybody get the Core i9-7900x which costs $999, over ThreadRipper which both variants coming in at $700 (1920x) and $999 (1950x) respectively. These processors are obviously not meant for the gamer but for people with heavy workloads. Both ThreadRipper chips beat the 7900x in the...
  2. saywhut

    Partner GPU cards

    I have a question I have always been curious about. Why don't GPU partners such as Sapphire and EVGA make cards for both AMD and Nvidia like ASUS and Gigabyte do? Are they trying to stay exclusive? I remember XFX was strictly Nvidia until they made the switch to AMD only with the introduction...
  3. saywhut

    Useing virtualization to to get rid of all viruses

    If you transfer files to the USB key that are infected with viruses, and you move them to the host, then yes, you are risking for the host to get infected.
  4. saywhut

    4790k over heating

    What is the CPU cooler you have on there? If it's stock, I can see why it's overheating.
  5. saywhut

    Can't delete a file that's stuck on my desktop

    Mission accomplished!
  6. saywhut

    $200 budget PC upgrades

    The Dell one is better, that one is older and supports lower end procs.
  7. saywhut

    144hz monitor 1080p

    If you've never experienced 144mhz, I can tell you that it looks amazing. If you get used to 144mhz, you're going to notice. I wouldn't say mess up your game experience, you'll just be spoiled. This is the one I have, and I've been so happy with it...
  8. saywhut

    Can't delete a file that's stuck on my desktop

    Message me.
  9. saywhut

    Can't delete a file that's stuck on my desktop

    At this point I'd have to look at it personally unless someone has other ideas.
  10. saywhut

    Can't delete a file that's stuck on my desktop

    Open up a command line and type in "dir <path>" Do the path up to the desktop only, not the folder. Does the folder show up there?
  11. saywhut

    Can't delete a file that's stuck on my desktop

    Is it the c: or s: drive? Make sure you're using the appropriate drive letter. I think we missed "users" in the path. Try the same command with the following path: Remove-Item C:\users\Kasparas\Desktop\asd If it doesn't work, try: Remove-Item C:\users\Kasparas\Desktop\asd\* Remove-Item...
  12. saywhut

    Windows 10 INACCESSABLE_BOOT_DEVICE

    INACCESSABLE_BOOT_DEVICE: Is that a blue screen you're getting? What's the SATA operation in the BIOS of the machine you're trying to get it to work? Make sure it's AHCI.
  13. saywhut

    Can't delete a file that's stuck on my desktop

    Open up a PowerShell command window with Admin privileges and type in: Remove-Item C:\Kasparas\Desktop\asd If that doesn't work, type in: Remove-Item C:\Kasparas\Desktop\asd\* Remove-Item C:\Kasparas\Desktop\asd