Wednesday, September 3, 2014

Office Direct Downloads

Here are some direct download links for office.

2007 Direct Download Links

Office 2013 Outlook 2013 Word 2013 Excel 2013 Stopped Working

Office 2013 Stopped Working Solution Worked

Office 2013 would start but would throw an error stopped working when a document was open or when Outlook 2013 would receive email.
The problem was a third party program called Abby Fine Reader. Uninstall Abby Fine Reader to resolve the problem.

Thanks,
See us at hhicomputerguys.com

Wednesday, July 9, 2014

Windows Update Services Not Running - Fix

To start the Windows Update service, follow these steps for your version of Windows.

Windows 8
  1. On the Start screen, type cmd. Alternatively, swipe in from the right, tap or click Search, and then type c.
  2. Tap or click cmd in the search results.
  3. At the command prompt, type the following commands, and press Enter after each command:
    1. net start bits
    2. net start wuauserv
Windows 7 and earlier versions
  1. Click Start, and then click Run.
  2. In the Open box, type cmd, and then press Enter.
  3. At the command prompt, type the following commands, and press Enter after each command:
    1. net start bits
    2. net start wuauserv

Wednesday, March 19, 2014

Office 2010 Install Downloads

• Office 2010 Home and Student x86 (English) - X17-75058
• Office 2010 Home and Student x64 (English) - X17-75161
• Office 2010 Professional x86 (English) - X17-75058
• Office 2010 Professional x64 (English) - X17-75161
• Office 2010 Professional Plus x86 (English) - X17-75238
• Office 2010 Professional Plus x64 (English) - X17-75612
• Office 2010 Visio x86 (English) - X17-75515
• Office 2010 Visio x64 (English) - X17-75542

Wednesday, January 15, 2014

Time Capsule Printer Setup Windows 7

 Time Capsule Printer Setup Windows 7

Try this first:
Download and install Bonjour Print Services for Windows.

Once installed, simply run Bonjour and it’ll detect and install the printer that’s connected to your Time Capsule.



If that doesn't work for some reason try this:

 To setup a printer on a Windows 7 PC to a Mac shared printer:
  1. Install the printer locally first on the Windows PC, to make sure your PC has the proper print drivers on it.
  2. Connect to via USB cable to the Time Capsule. In the Devices and Printers folder, click on Add printer to begin the printer installation process
  3. Click on Add a local printer
  4. Pick Create a new port, and then choose Standard TCP/IP Port
  5. Enter the IP Address of your Time Capsule in the Hostname or IP address field (Note: Use the Airport Utility app – get it here – to find out the IP address used by your Time Capsule). Click Next
  6. Pick Custom and then Next
  7. Find your Printer in the list then click Next
  8. Give the printer a name, then decide whether to share it or not, and that’s it! You’re done.

Wednesday, November 20, 2013

Fix for Adobe Flash Player application error 0x710

So you open your browser and an error pops up indicating that adobe flash plugin application failed with 0x710 at location 0x777fa389 .


This is what worked to fix my problem.

See https://support.mozilla.org/en-US/kb/adobe-flash-plugin-has-crashed 

Disable hardware acceleration in Flash

Many Flash problems can be resolved by disabling hardware acceleration in your Flash Player settings (Adobe's Flash Player Help - Display Settings page has details). To disable hardware acceleration in Flash:
  1. Go to this Adobe Flash Player Help page
  2. Right-click on the Flash Player logo on that page.
  3. Click on Settings in the context menu. The Adobe Flash Player Settings screen will open.
  4. Click on the icon at the bottom-left of the Adobe Flash Player Settings window to open the Display panel.

    fpSettings1.PNG
  5. Remove the check mark from Enable hardware acceleration.
  6. Click Close to close the Adobe Flash Player Settings Window.
  7. Restart Firefox. 


 IF that doesnt work then try this... 

Disabling Protected Mode in Flash 11.3

You can disable Protected Mode in Flash 11.3 and above by adding the line ProtectedMode=0 to the Flash "mms.cfg" file located in one of these locations: [44]
(Windows 32bit) C:\Windows\System32\Macromed\Flash
(Windows 64bit) C:\Windows\SysWOW64\Macromed\Flash
For example, on a Windows 7 64-bit system, open the C:\Windows\SysWOW64\Macromed\Flash folder, copy the file "mms.cfg" to the desktop, open it in Notepad, add a new line ProtectedMode=0 and then close Notepad, saving your changes. Next, go back to the C:\Windows\SysWOW64\Macromed\Flash folder, rename the original file to "mms.cfgBAK" (to save it as a backup) and then drag and drop in the modified "mms.cfg" file from the desktop. [45] [46] [47]

Note: To re-enable Flash Protected Mode, either restore a backup of the original mms.cfg file, if you saved one, or else re-edit the mms.cfg file to remove the ProtectedMode=0 line you added. Updating Flash Player or installing a newer version does not automatically re-enable Protected Mode. [48] [49]

If you try to save this and it doesnt allow it.. change the permissions on the mms.cfg file to allow you to have full access to it.

To change file permissions in Windows 7:
    Folder and file permissions
 Here are the steps to modify ownership and permissions of folders and files:
  1.       Right-click the file or folder, click Properties, and then click the Security tab.
  2.       Click Advanced, and then click the Owner tab.
  3.       Click Edit, and then do one of the following:
 ·         To change the owner to a user or group that is not listed, click Other users and groups and, in Enter the object name to select (examples), type the name of the user or group, and then click OK.
  ·         To change the owner to a user or group that is listed, in the Change owner to box, click the new owner.
  4.       If you want to take ownership of the contents of the folder, select the Replace owner on sub containers and objects check box.
  5.       Click OK, and then click Yes when you receive the following message:
          You do not have permission to read the contents of directory folder name. Do you want to replace the directory permissions with permissions granting you Full Control?
          All permissions will be replaced if you click Yes.

Wednesday, August 21, 2013

Macbook new disk and unable to resize partition to take advantage of new space

I ran into a problem with a macbook after cloning a hard drive and the partition would not resize to take advantage of new space.The following blog helped me solve the issue.

Thanks to:

http://blog.kyodium.net/2010/11/increase-disk-and-partition-size-in.html?showComment=1376667624476

This is because the GUID partition table (GPT) is built for the size of the drive it's created on. And that's a pretty logical assumption... until you consider RAID, or virtual disks.

All we need to do is remove the GPT and rebuild it. We're not deleting the actual partition, so as long as you remember the start and size information for the partition you should be able to back-track if things get messy. I have been successful with this technique, but as always when dealing with important data - try to back up before you proceed!

Boot from your Leopard DVD

Open Utilities - Terminal...

Find the disk you want to expand (mine was /dev/disk1s1, we'll use this as an example from now on):
df




Unmount the disk
umount /dev/disk1s1

Display GPT info for the disk:
gpt show /dev/disk1
NOTE: we remove the slice number from the name (disk1s1 becomes disk1)


Note down the numbers for start and size for your partition.

Unmount the disk again.
umount /dev/disk1s1

Remove the GPT:
gpt destroy /dev/disk1

Create a new (empty) GPT:
gpt create -f /dev/disk1

Add a new entry for our disk to the GPT:
gpt add -b -s /dev/disk1

so in my case the command would be:
gpt add -b 409640 -s 41009112 /dev/disk1



Reboot. Now you can use Disk Utility to resize your partition without errors.