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

  1. D

    Where my WoW-heads?!

    Hi fellow Mannorothian! Toons: Heap <Order of Thrones> - Gnome Blood Death Knight Deque <Order of Thrones> - Gnome Protection Warrior (hasn't seen too much love this expansion)
  2. D

    Microsoft Security Essentials - disadvantages?

    There is a checkbox on the screen where you setup the scan schedule to update the definitions before it does the scan.
  3. D

    Microsoft Security Essentials - disadvantages?

    I don't understand. Are you asking can a user just trigger a scan at any time? If so, the answer is yes. There is a "Scan now" button on the first screen that let's you do the quick, full, and custom scans. You can also change the schedule so that you can do daily scans (as opposed to the...
  4. D

    WoW players, which is your favorite Plate class ? W, P, or DK ?

    What about 20k DPS? http://www.worldoflogs.com/reports/rt-ld3wkloecvbui9sn/sum/damageDone/?s=10101&e=10414#Annihilus
  5. D

    Terminal Server 2008 Published Apps and interaction with remote desktops

    It refers to the remote server's desktop and My Documents. With our configuration, it automatically connects all of your drives to the computer, although I don't see where that was configured. Normally you can edit the RDP file and it will allow you to make some of the changes, but for RDP files...
  6. D

    Track user rights (database)

    We use SharePoint with InfoPath Form Libraries. It isn't the best approach, because we use separate InfoPath forms for each request (if they come on different days). Ideally, we'd use the same request form and it would be updated. That way you could see at a glance what a user has access to...
  7. D

    setting up a generic TS login

    Even though RemoteApp is not showing you the SysTray, it is still there and running. RemoteApp still opens up a full remote session, it just hides that fact. RemoteApp will still disconnect the session as long as none of the icons in the SysTray were explicitly started by the user. We...
  8. D

    setting up a generic TS login

    I believe it depends. There are a bunch of rules for what happens when you disconnect from a RemoteApp session and some of them can be found at http://blogs.msdn.com/rds/archive/2007/09/28/terminal-services-remoteapp-session-termination-logic.aspx. If you have a program that has a systray...
  9. D

    Windows DLL Search Order

    The DLL exists in one of the folders in the PATH. The application installs some of the DLLs to a "shared" location, but it's not in the same directory as where the program is launched. We actually did try that, but then the application crashed. The only thing I could think of was that the DLL...
  10. D

    Windows DLL Search Order

    Hey everyone, I apologize in advance if I won't be able to answer all of your questions, but I'll try my best. I'm not an Active Directory Administrator, but I know a little. Currently in our Windows Server 2003 environment, our users were experiencing slow response times on certain...
  11. D

    Seeking "Idiot Proof" C++ IDE installation

    I think you need to re-read what sickpuppy said. He did NOT say that he does not teach the students how to debug. He said that he does not teach them how to use the debugger.
  12. D

    Blackberry Enterprise Server Admins

    Using 167,828 outgoing messages a month seems a tad-bit above average. :)
  13. D

    Help on Microsoft Dynamics - Point of Sale

    Are you already a Dynamics customer? If so, do you have a CustomerSource account? You're probably best asking questions through Deluxe Support or their managed newsgroups if you are. You should be able to ask your questions at...
  14. D

    MySQL Query Help

    Does the following work? SELECT bug.bug_id, custom.value FROM bug LEFT OUTER JOIN custom ON bug.bug_id = custom.bug_id AND custom.field_id = '0001'
  15. D

    MySQL Query Help

    I think if people saw the query you were trying to run, someone would be able to provide an answer. For an example using the AdventureWorks database, Production.Product contains Product IDs and Product Names. Production.ProductReview contains Product Reviews for Products, but it doesn't...
Back
Top