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

  1. B

    grub4dos tweaks?

    There is a menu.lst file in the downloaded package. Your own one can be based on it. I think it is enough.
  2. B

    reboot into the other OS

    I use GRUB4DOS, and edit the menu.lst file directly in both OS.
  3. B

    Context Menu Handler

    The DLL works as an OLE server, so I think it is impossible to call directly form command lines. Maybe you have to look for the answer in MSDN. I heard that Acrobat provided its functions for external programs through OLE, so about what the DLL is calling, you might need Acrobat SDK. Hope...
  4. B

    Random freezing of cursor and keyboard Please Help

    I think you should check whether it is a software problem first of all. Open the task manager with administrator privileges, sort the cpu column, and find the top process when the freezing happens. If the cpu usage of the top process is close to 100%, you should try to find out what the process...
  5. B

    Looking for good free image backup software

    Aha, I knew Seagate DiscWizard just today in another forum. It is powered by Acronis and is free! But at least one seagate or maxtor drive is required for this program to run.
  6. B

    Can't find files on bootable cd

    Testing your boot ISO on a virtual machine before burning it to a CD maybe will save some time and CD disks for you. I got the content of those two files in the ISO (http://www.infocellar.com/CD/Boot-CD.htm) on a virtual machine: autoexec.bat: ----------------------------------- @echo off...
  7. B

    Can't find files on bootable cd

    Is your CD-ROM a SATA device? I remember that many older motherboards needed special driver for SATA devices to install Windows XP.
  8. B

    Can't find files on bootable cd

    Excuse me. I understand what Demon10000 said. It's that the drive letter of the CD will be given on the screen when it is mounted on (when DOS is being loading), and you should use that letter as the parameter of the cd command. if you can't see the information, you can try "dir a:", "dir...
  9. B

    Firefox 7 Release Channel - Available for Download

    I care the memory usage of a browser after several pages has been opened , not just after it starts up. for google toolbar, maybe the answer is in this page: http://support.mozilla.com/en-US/questions/867098#answer-237065
  10. B

    PDF password remover

    try pdftk with the following command: pdftk Encrypted.pdf input_pw thepassword output Decrypted.pdf for multiple files, try to write a batch file. if you need to merge some of them in a GUI way after removing the passwords, you can try PDF Bind Proxy. (that is my program:D)
Back
Top