Sunday, November 09, 2014

Using Google Voice on Chrome with Multiple Sessions

If you share a windows login with someone else in your house, managing account logins in browsers can be tricky. I think I just figured out how to get a secondary account session to work with the Google Chrome Google Voice extension.

- Log in as the second session in Google Chrome.
  https://support.google.com/accounts/answer/1721977?hl=en&rd=1
- Tell the GV extension to use the second account session.
  chrome-extension://kcnhkahnjcbndmmehfkdnkjomaanaooo/options.html

Disable Firefox Close Other Tabs Warning

In Firefox there is not a "Don't ask again" check box on the Close Other Tabs warning dialog. Here is how you disable the dialog

    - Type about:config into the location bar and press enter
    - Accept the warning message that appears, you will be taken to a list of preferences
    - Locate the preference browser.tabs.warnOnClose, if its value is set to true, double-click on it to change its value to false
    - Repeat this for these 3 preferences browser.warnOnQuit, browser.warnOnRestart and browser.showQuitWarning

H/T to https://support.mozilla.org/en-US/questions/753984#answer-302390

Saturday, October 25, 2014

Space on Solid State C Drive

Adding a SSD for a C drive does make a system faster but they are much smaller than regular hard drives. 

I found this article that said that you can safely delete old files in the windows temp folder. It freed up over 25 GB of space for me.

Run "Disk Cleanup" and get rid of Windows Update files.

Use WinDirStat to find files to delete

- Delete the contents of C:\WINDOWS\Installer\$PatchCache$\Managed. See also this.  This folder was 4.6 GB for my in June 2015!
- Also try this "
Is it safe to delete files Under C:\WINDOWS\SoftwareDistribution\Download" this was 1.6 GB
- Delete *.dmp files.
Delete Acrobat Setup Files

Uninstall Microsoft Windows SDK

Tuesday, October 07, 2014

Add Facebook Like Button Below Post Titles

Here is a great article that will add a Facebook like button to your blog posts.

Thursday, September 04, 2014

How to edit a scanned PDF file

How to edit a scanned PDF file

"In this tutorial, learn the easiest way to edit a PDF file that originated from a scanned document. This multi-step process involves running Text Recognition (OCR) on your scanned document first and then using the new Content Editing panel tools in Acrobat XI."

Wednesday, August 13, 2014

Moving an Outlook offline data file

If you are running out of space on your C drive you might try moving your Outlook offline data file to a secondary drive.

http://www.slipstick.com/exchange/moving-outlook-ost-file/

Tuesday, July 15, 2014

Notepad++ Missing Context-menu

For some reason the right-click menu item "Edit with Notepad++" has gone missing on several computers. The following from stack overflow worked for me.

- uninstall Notpad++
- Download and install "Microsoft Visual C++ 2008 Service Pack 1"
- Re-install Notepad++