• 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 KCONTI

  1. K

    Powershell Script to set DSS 2013 Auditing

    I was able to get this working for Windows 10 by making the following corrections: 1) In the checkFiles function in the line beginning with "Else {Write-Host INCORRECT"...near the end of the line I appended a delimter to "$badFiles += $path" so it now reads $badFiles += $path + "|"...
  2. K

    Powershell Script to set DSS 2013 Auditing

    It checks the entire list of files OK (doesn't produce an error at least) when there is more than 1 file/folder. Strange I know.. since its working in one place, I'm hoping this could possibly be a quick fix. I'm running out of time and will soon have to resort to the manual update of all the...
  3. K

    Powershell Script to set DSS 2013 Auditing

    Mr. Bates, thank you for updating this over time. Much appreciated. I also used this on Windows XP, and now I'm trying to get this to work on Windows 10. I have been given the green light to use the Windows 7 baseline as there currently isn't a DSS Windows 10 baseline. Anyways, your script...
Back
Top