• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Recent content by Maglio

  1. M

    TigerDirect.com HOT DEALS! 4/5 - 4/11

    took the deal on the gtx 480. shipping in 7-21 days seems a bit long though. anyone know if it really takes that long to get stuff?
  2. M

    4890 Upgrade

    so i was looking at the hot deals thread and saw the gtx 480. from what i've seen, it should be a 60-100% increase depending on the game. is that about accurate? i figure i can sell my 4890 for ~$100 to put the end cost down to the ~$150 range. so my question is...is the performance really...
  3. M

    TigerDirect.com HOT DEALS! 4/5 - 4/11

    for the price, would the 480 be a good upgrade to my 4890? from what i've seen, it should be a 50-100% increase. does that sound about right? edit: the other options would be to get something like a 5870, or even wait for the 7000 series this year. opinions on the best options for...
  4. M

    Corsair Gaming Audio Series™ SP2500 High-power 2.1 PC Speaker System Drawing

    really need an upgrade to my 10 year old 2.1 logitech system. this would be perfect.
  5. M

    Corsair Vengeance™ 8GB Dual Channel DDR3 Memory Kit Drawing

    it's be great to add more RAM into my system, and Corsair would be a fantastic addition to my rig
  6. M

    Galaxy Final Week of Christmas Give-Aways!

    one please!
  7. M

    Corsair Vengeance RAM Giveaway! 5 12GB Kits!

    Corsair kicks ass because it's super fast, priced right, and looks fantastic in my rig
  8. M

    Corsair HS1 Gaming Headset Give-Away - 5 Sets!!!

    i need to be able to talk in vent for WoW, and so i can stop getting slaughtered in all the FPS LANs i go to. maybe if i can hear them coming, i won't suck as much?
  9. M

    Recursive issue in Powershell

    actually, just got it figured out. you can actually do if/then statement. here is what i found works for me: if (Get-ChildItem $source -force | Where-Object {$_.mode -match "d"}) {Get-ChildItem $source -Recurse -Exclude $exclude | Copy-Item -Destination {Join-Path $fnlDest...
  10. M

    Recursive issue in Powershell

    i'm pretty new to powershell, and haven't been able to figure out a solution to the following problem. the company i work for need to retain files from terminated workers for a certain amount of time. i am trying to automate the task through a powershell script. for the most part i have it...
  11. M

    Intel Core i7 Full System Drawing @ [H]

    man...i'd LOVE to win this thing. *crosses fingers*
  12. M

    Batch file Question

    we actually just got a work around going with the set command. i had heard that CHOICE is not supported in NT, but when we were working on the batch file in the Windows 7 RC, the CHOICE command is a valid and working command.
  13. M

    Batch file Question

    I am trying to set up a batch file with a menu. i have the menu listed, and am using the choice command. one option takes you to a second menu with a second choice command. for some reason, it is not taking the second input. it just skips over and doesn't seem to save the option anywhere...
  14. M

    Mapping Drives on Wireless

    it doesn't connect to wireless before authentication. that's the problem. we are trying to figure out a way to set wireless to activate first after log in and then run a batch file from AD.
  15. M

    Mapping Drives on Wireless

    the other issue is that the batch file is stored on a server. so the batch file doesn't even run when the person logs in. (I just found this out). the batch file is set in AD to run, not locally.
Back
Top