Acrobat 9 Runtime Error with Roaming Profiles

http://kb2.adobe.com/cps/404/kb404597.html Microsoft Visual C++ Debug Library Runtime Error! Program: C:Program FilesAdobeAcrobat 9.0AcrobatAcrobat.exe The application has requested the Runtime to terminate it in an unusual way. Please contact the application’s support team for more information. [stextbox id=info caption=Additional Information collapsing=true collapsed=true]The Acrobat family of products doesn’t support Roaming Profiles. However, certain workflows and configurations can work…

Bulk Application Uninstaller/Remover

Searched for a tool to bulk remove applications that I choose… I found this: http://www.glarysoft.com/products/utilities/absolute-uninstaller/ On the flip-side, there are many bulk application installers with Ninite’s being one of the better. Pros: You can select multiple applications to uninstall and it will process them in order. Cons: It’s not silent, so you are prompted during…

Microsoft Windows UserAssist

I first learned about the UserAssist registry key from a PDF article on Computer Forensics (link). What is the UserAssist registry key? UserAssist key contains information about the exe files and links that you open frequently.This key gives you information about all the applications, webpages, searches, and some more info that where executed in your…

mailto handling

First, backup the registry entry we’ll hack up. HKEY_CLASSES_ROOTmailto Save the following text to a file and give it a name (whatever you desire) and make the extension .cmd or .bat. [codesyntax lang=”dos” title=”mailto_handle.cmd”] @echo off set email_to=%1 : strip mailto: set email_to=%email_to:~7% : ### GMAIL ### start iexplore “https://mail.google.com/mail/?ui=1&view=cm&fs=1&to=%email_to%#compose” : ### YAHOO ### :start…