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.
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...
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...
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.
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...
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...
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
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)