Friday, June 20, 2008
Quick Launch Icons
Right click on your desktop background.
Select Properties.
Select Settings tab.
Change the color quality to something else.
Click Apply.
Click No.
Your icons should be back to normal.
More can be read here:
http://support.microsoft.com/kb/q132668/
Tuesday, June 17, 2008
"could not initialize the browser's security component" in Firefox
Note to get to your profile folder….
C:\Documents and Settings\user name\Application Data folder in Windows 2000 and XP or the C:\Users\user name\AppData\Roaming folder in Windows Vista
Hard drive capacity
Check your hard drive's remaining capacity. To do this on Windows machines:
1. Open My Computer
2. Right click on the C: drive
3. Choose Properties. A dialog will come up.
4. Go to the General tab
If it reports less than 1MB free space, you'll need to make more room.
File permissions
Check the file permissions in your profile folder. The file named cert8.db must not be read-only. To do this on Windows machines:
1. Open your profile folder in Windows Explorer.
2. Right click on the file named cert8.db.
3. Choose Properties. A dialog will come up.
4. Go to the General tab
5. Make sure the "Read-only" checkbox is not checked.
6. Press OK.
Corrupted file
The file cert8.db in your profile folder may have become corrupted. Delete this file while the application (Firefox, SeaMonkey, etc) is closed. To do this on Windows machines:
1. Close the application by choosing File -> Exit.
2. Open your profile folder in Windows Explorer.
3. Click on the file named cert8.db.
4. Press delete.
5. Restart the application. cert8.db will be recreated when you do so.
New profile
Create a new profile. Your current profile might be corrupted due to many reasons, such as changes in your system or lack of hard drive space at one point.
More can be read at:
http://kb.mozillazine.org/Could_not_initialize_the_browser_security_component
http://kb.mozillazine.org/Profile_folder
If you get an error message in Outlook that reads "Could not install the custom actions.”
1. Close Microsoft Outlook.
2. Make sure hidden files and folders are shown. This can be done in "Folder Options" within the "Control Panel" on the "View" tab.
3. Navigate to the following location:
Windows XP
C:\Documents and Settings\[User Name]\Local Settings\Application Data\Microsoft\Forms\
Windows Vista
C:\Users\[User Name]\AppData\Local\Microsoft\Form\
4. In there, there is a file called "FRMCACHE.dat". Delete this file.
5. Relaunch Microsoft Outlook.
More can be read about the fix at:
http://www.spencerkam.com/blog/2007/11/could-not-install-custom-actions.html
Thursday, June 05, 2008
Not Being Able to Log Into Windows Live Messenger Fix
I was able to login in the past on the computer but all of a sudden no longer. I tried uninstalling the program and installing the latest version but that didn't help. I research the internet for solutions but none worked until this simple fix...
Re-register the wups2.dll by going to the run line and typing the following and then clicking OK:
regsvr32 wups2.dll
Appearently the issue is releated to XP sp3.
Reference:
http://msn-errors.blogspot.com/2007/06/cant-install-windows-live-messenger.html
Thursday, May 29, 2008
Office 2007 opens slowly fixes
Some people have observed Office 2007 products taking longer than normal to open. Specifically Excel, PowerPoint and Word. The other issue is that attachments in Outlook 2007 can take a long time to open. Below are several things you can do to improve opening times.
Add-ins can make Office 2007 open very slowly.
Adobe Acrobat PDFMaker - The first thing to check for is Adobe Acrobat add-in PDFMaker. You can do a search on the c drive for “pdfmaker.dot, pdfmaker.xla, pdfmaker.ppa”. Search instructions based on what version of Windows you are running:
Windows XP, Windows Server 2003, and Microsoft Windows 2000:
1. Click Start, and then click Search.
2. Click All files and folders.
3. In the All or part of the file name box type: pdfmaker.dot, pdfmaker.xla, pdfmaker.ppa
4. Press ENTER.
5. Right-click the file, and then click Delete.
Windows Vista
1. Click Start , type pdfmaker.dot (for Microsoft Office Word), pdfmaker.xla (for Microsoft Office Excel), or pdfmaker.ppa (for
Microsoft Office PowerPoint), and then press ENTER.
2. Right-click the file, and then click Delete.
Outlook 2007 Add-Ins - Uninstall any unnecessary 3rd party ad-ins.
1. Open Outlook and go to Tools->Trust Center
2. Navigate to Add-Ins in the left column
3. Select COM Add-ins in the Manage drop down and click Go
4. Uncheck any unnecessary add-in like Norton or Symantec product and Click OK
Modify the Way Windows Opens and Shares Data
1. Launch Windows Explorer (explorer.exe) by double clicking My Computer.
2. Navigate to Tools->Folder options.
3. Click File Types tab
4. Select list item XLS (Microsoft Office Excel 97-2003 Worksheet) and click on Advanced. (hint, you can quickly type xls))
5. Select Open and click Edit
6. In the “Application used to perform action” box, scroll to the end. Add a space and then “%1” . Make sure to include the double quotes.
Example for Excel would be "C:\Program Files\Microsoft Office\Office12\EXCEL.EXE" /e "%1"
7. Uncheck Use DDE.
8. Click OK
9. Repeat steps for Read Only and then repeat steps 4 – 8 for the following file types:
xlsx
doc
docx
ppt
pptx
Or put the following in a text file and save as .bat. Double click the .bat file for it to automatically populate the registry for you.
# doc
[HKEY_CLASSES_ROOT\Word.Document.8\shell\Open\command]
@="\"C:\\Program Files\\Microsoft Office\\Office12\\WINWORD.EXE\" \"%1\""
# docx
[HKEY_CLASSES_ROOT\Word.Document.12\shell\Open\command]
@="\"C:\\Program Files\\Microsoft Office\\Office12\\WINWORD.EXE\" \"%1\""
#xls
[HKEY_CLASSES_ROOT\Excel.Sheet.8\shell\Open\command]
@="\"C:\\Program Files\\Microsoft Office\\Office12\\EXCEL.EXE\" /e \"%1\""
# xlsx
[HKEY_CLASSES_ROOT\Excel.Sheet.12\shell\Open\command]
@="\"C:\\Program Files\\Microsoft Office\\Office12\\EXCEL.EXE\" /e \"%1\""
#ppt
[HKEY_CLASSES_ROOT\PowerPoint.Addin.8\shell\Open\command]
@="\"C:\\Program Files\\Microsoft Office\\Office12\\POWERPNT.EXE\" \"%1\""
#pptx
[HKEY_CLASSES_ROOT\PowerPoint.Addin.12\shell\Open\command]
@="\"C:\\Program Files\\Microsoft Office\\Office12\\POWERPNT.EXE\" \"%1\""
The next time you open Office 2007 it should be faster. If not, unregister the products and reregister them. To do this Navigate to Start->Run and type each line in separately. Note that each time done it will open the product.
Excel /unregserver
Winword /unregserver
POWERPNT /unregserver
Excel /regserver
Winword /regserver
POWERPNT /regserver
Last but least, install Microsoft add-in, Lookup Wizard, to Excel 2007.
More can be read at
http://support.microsoft.com/kb/302596
http://kb.adobe.com/selfservice/viewContent.do?externalId=328399&sliceId=2
http://www.m3rlin.org/wordpress/slow-opening-excel-2003-files-in-excel-2007/
http://help.lockergnome.com/office/Excel-extremely-slow-opening-ftopict950153.html
Monday, January 14, 2008
Make new tab home page instead of blank in IE 7
In IE 7 navigate to Tools->Internet Options
In the Tab section , click Settings button
Check "Open Home page for new tabs instead of a blank page"
Click OK
Close IE
Open IE
Click New Tab (small tab next to current tab)
At the bottom of the page check the box that says "Don't show this page again"
Click Save
Close IE
Now everytime you open a new tab it will be your home page
Thursday, October 18, 2007
WSUS not syncing correctly in SonicWall environment
Event Type: Error
Event Source: Windows Server Update Services
Event Category: Synchronization
Event ID: 364
Description:Content file download failed.
Reason: The server does not support the necessary HTTP protocol. Background Intelligent Transfer Service (BITS) requires that the server support the Range protocol header. Source File: /msdownload/update/v3-19990518/cabpool/photolibrary_0da3b50e5b2cdad0a44d21f10d825d8be8d5be3b.cab Destination File: F:\WSUS\WsusContent\3B\0DA3B50E5B2CDAD0A44D21F10D825D8BE8D5BE3B.cab.
Microsoft KB 922330 resolution method 2 was to "Enable HTTP Byte-Range request with Gateway AV" on the SonicWall firewall.
To get to the Sonicwall setting log onto your firewall. After you have logged on, change the URL from /main.html to /diag.html. Click Internal Settings button. Check "Enable HTTP Byte-Range requests with Gateway AV". Click Apply button. Click Close button. Restart is not required.
Test WSUS by manually syncing. Sync should begin.
Thanks to this site for the info http://parkesy.wordpress.com/category/sonicwall/
Thursday, October 11, 2007
Excel 2007 Can't Save As 2003 Issue With Specific File
A fix that i found was to remove Windows Update KB908531. To do this go to Add/Remove Programs and check Show Updates. Scroll down until you fined KB908531 and delete it. Restart your computer.
iPhone demo
PROS
Aesthetically pleasing
Built apps like YouTube and Google Maps
Built in iTunes can use Wi-Fi
Some screens rotate when phone is rotated from portrait to landscape
8 GB HD.
CONS
Requires iTunes
Uses AT&T Edge network which is extremely slow
Only wireless synchs mail. Does not wirelessly synch calendar or contacts
Mail is synched every 15 minutes and not real time.
Does not have the ability to view MMS pictures.
Keys are very close on touch keyboard
No direct link to Exchange other than with MAPI – most IT departments will not turn this on for security reasons. Workaround is to use 3rd party solution like http://www.synchronica.com/
No OMA ability.
No remote administration options for IT. IT departments need a way to wipe phones and to deploy group policies like passwords.
Cannot install other applications or games.
Safari browser only. No IE, Firefox, or Opera.
Non standard headset jack.
No ability to copy and paste.
No instant messenger. But with a funky keyboard IM would be difficult.
Mail should rotate to landscape mode and allow a wider touch keyboard.
Next generation should have a slider keyboard like the AT&T Tilt has.
No video recording capability.
Short battery life.
Phone gets warm.
Phone is a tad heavy.
8 GB HD.
Thursday, September 13, 2007
Disable Vista User Account Control
You can disable UAC by going to Security Center in the control panel and unselect the "Use User Account Control (UAC) to help protect your computer".
If you don't have the option to unselect then you will need to open msconfig disable UAC there.
To do this navigate to Start->Run and type MSCONFIG. Click on the Tools tab. Scroll down till you find "Disable UAP". You may need to restart your computer.
More info can be found at http://www.petri.co.il/disable_uac_in_windows_vista.htm
Wednesday, May 16, 2007
Open in Regedit in Internet Explorer
The tool is an Internet Explorer add-in that will directly take you to the registry path when listed on a webpage. This comes in very handy when you are reading instructions on how to modify the registry. Instead of having to go to Start->Run->regedit and navigating to the path you simply highlight the path on the website, right-click and select Open in Regedit.
Here is a little tip. The program will only work in Internet Explorer. What about if the instructions that tell you the registry path is from a non-website source like an email or PDF. Copy the path and paste it in any textbox in Internet Explorer like Google search box and right-click. You now have the option to Open in Regedit.
This program is a time saver and error saver.
You can download the program here. A quick search found something similar for Firefox.
Thursday, March 15, 2007
How to watch NCAA March Madness blackout games on internet
One problem is that some of the games are blackedout because it is being offered on local TV. I started investigating how the website is able to know that the game is local for me. When I created my account the site ask you what zip code you live in. I created a second account with a Wyoming zip code which is not local to anything....I was still blocked from viewing games.
Then it dawned on me that the website is reading my IP address and to determine if the game is being shown on local TV or not. The solution to that is to use a service/program that hides your real IP address and uses one that is located somewhere else in the world.
I decided to use a trial version of Anonymizer http://www.anonymizer.com/. Once I installed the program and opened my browser and logged into http://www.ncaasports.com/mmod/ I was able to view my game. According to http://showmyip.com/ my IP address is 128.241.111.50 and I'm now located in San Diego, CA. I would assume this work-around isn't good for San Diago using Anonymizer.
Alternative is to go to a web based site like http://www.shadowbrowser.com or http://www.proxy7.com/
Tuesday, February 27, 2007
Daylight Saving Time (DST) 2007
DST will start March 11 and end November 4 which is 4 weeks longer than previous years. Unless updates are applied to your computer, your OS computer's clock may be incorrect during the 4 weeks. You will also need to update MS Outlook.
If your computer is running Windows follow these steps to determine the version you have:
Click Start, point to Settings, and then click Control Panel.
In Control Panel, double-click System.
Click the General tab. The name of the current version of your Windows software is displayed on this tab.
Follow the steps below based on your version:
Windows XP sp2
If you are running Windows XP sp2 then go Windows Update and choose Express update.
http://update.microsoft.com
Windows XP sp1 or plain Windows XP
You will need to update to sp2. Go to Windows Update and choose Express update. Install sp2 and do another Express update.
http://update.microsoft.com
Windows NT or 2000
IntelliAdmin.com created a patch for you.
NOTE: that this is not a Microsoft patch.
DOUBLE NOTE: This patch will work on all versions of XP and 2003 in case you don't want to install service packs.
http://www.intelliadmin.com/DaylightSavingFix.exe
Windows 98 or ME
IntelliAdmin.com created a patch for you. NOTE that this is not a Microsoft patch.
http://www.intelliadmin.com/DaylightSavingFix98.exe
If you have Windows 95 you will have to manually adjust your clock.
NOTE: Don't you think it is time to upgrade your computer?
DOUBLE NOTE: You really should get a new computer that is from this decade.
Microsoft has this site to help
http://support.microsoft.com/gp/cp_dst
If you have an Apple go to this site and follow instructions to update
http://docs.info.apple.com/article.html?artnum=305056
Wednesday, November 15, 2006
Major Bug in Outlook
I believe I have found a major bug in Outlook. I say major because when this issue involves sending emails as BCC. When you send an email as BCC you are sending it because you don’t want the recipient to be able to see who else it was sent to.
If you follow the steps below the recipient is able view the names of all the BCC recipients.
To reproduce the issue
Go to your ContactsRight click contact and select New Message to ContactMove the name from To field to the BCC field.
Click View->OptionsIn the Contacts field is the name of the BCC recipient which was originally the To recipient. The Contacts field should be empty instead.
This information is viewable to the recipient if they print it out or by making the message editable (forward, reply or reply to all) and clicking the message's option button. After clicking the option button the Contacts field will display the names of the BCC recipients. If the recipient prints the email out it will print the usual fields of From, Sent, To, and Subject. The print out will also display a Contacts field which contains all the BCC recipients names.
There are a couple of workarounds:
Clear the Contacts field prior to sending if using the steps above
Create a new email in Outlook by going to File->New Message and populate the BCC field by clicking the BCC button
It appears that Outlook is not correctly clearing the Contacts field after moving the name from To to BCC. This only happens when you right click a contact and select New Message to Contact.
I have researched this issue and have not found any information about it including Microsoft.
Lesson learned, be careful when you send an email BCC because it might not be blank.
Tuesday, July 11, 2006
Mac Ads
Here is a link to the Mac ads http://www.apple.com/getamac/ads/
Here is a great spoof
Windows 98 & ME
Microsoft planned to discontinue its support for Windows 98 on January 16, 2004. However, due to the continued popularity of the operating system (27% of Google's pageviews were on Windows 98 systems during October-November, 2003),[2] Microsoft decided to maintain support until July 11, 2006.
If you are still using Windows 98 or ME then please, for the love of God, please upgrade to Windows XP. Make sure your system meets the miniumum requirements. If it doesn't, then take advantage of buying a new system from Dell or HP that is pre-installed with Windows XP.
If you havent' upgraded because you are to cheap then maybe you can try a free OS like linux and wonder why your apps have limited functionality or don't work. But hey, you saved money!
Additional info
http://support.microsoft.com/gp/lifean18
http://www.pcworld.com/news/article/0,aid,114280,00.asp
http://www.neowin.net/index.php?act=view&id=34023
http://en.wikipedia.org/wiki/Windows_98
My New TV
- It must be HDTV
- It must be 1080p
- Must be big enough that it takes up the whole wall
- Must use obscene amounts of electricity
I think I have found it!
Panasonic is going to sell a 103” 1080p plasma TV in 2007.

If I start saving now I might have enough money for it unless I get the 20 years interest free financing plan :)
Monday, July 10, 2006
Place Calls Using Skype
Skype is a software program that allows you to talk to people using your computer. Skype originally was only capable of Skype to Skype calls meaning you could only talk to people from your computer to people on their computer. Skype grew and is now able to place calls to landlines and cell phones in addition to being able to receive calls from landlines and cell phones.
Starting May 2006 until December 2006 Skype announced that all calls from Skype to any US phone number is free. This makes placing long-distance calls great at home or work. All you need is the software and a headset with microphone like the one to the right.
I think Skype is great as a backup to a cell phone or landline but I wouldn’t use it for my main home line. There is no 911 and the call is only as good as your network. Some network providers actually try to block or degrade the quality if they provide a comparable service but I personally haven’t had any problems. You can also pay a little more and get wireless accessories that allow you not to be tethered to your computer.
I use Skype at work to place work and personal long distance calls. Work doesn’t mind since I’m saving them money. For personal calls I used to use either a calling card or my cell phone but the reception is limited. Skype has worked well.
Skype is promoting free calls from US to other countries this month
UK July 15-16
Mexico July 22-23
Japan July 29-30
My thoughts are that Skype has opened up their services to build its customer base which is currently at 100 million. Other companies are releasing similar products like Windows Live Messenger and Yahoo Messenger with Voice . This is going to be serious competition. Currently Skype is add-free but if they can build their user base, they will be able to receive more revenue from adds while providing a free service. Windows and Yahoo currently have ads and charge for the same service.
Download skype and give your mother a call…it’s been too long.
Cell Phone Insurance
Cingular has insurance. When you sign up for the insurance, the $50 deductible is paid on your first phone bill and then you pay a $3.99 monthly premium. The insurance will cover loss, liquid and physical damage, SIM, and accessory.
Upon further review I discovered that Cingular has a big exclusion list and makes me question what phone will they insure? The following are some of the wireless devices do not qualify for coverage for Cingular:·
Handspring Treo 180Treo 270Treo 600Treo 650Visor
iPAQ 6320 6325 6510 6515
Motorola A388Accompli A009E1 ROKR E680 MPx220 SLVR L7 V190 V235
RIM 7280 7290 8700c 7100G
http://www.cingular.com/media/wireless_phone_insurance
Cingular insurance is provided by lock\line
I have yet to find any other company that provides cell phone insurance. The only other option is to use your home owner’s / renter’s policy but usually purchasing a new phone is cheaper than the policy deductible.
In summery, be careful with your cell phone and get cell phone insurance if you can. If you don’t get insurance these are your options.
- Purchase a new replacement phone at full retail cost
- Upgrade phone at discount if eligible but then you are in a new contract
- Purchase a new phone with a new service provider but you loose your current phone number. Note, I do not advise this if you are still under contract.
If anyone knows a company that will provide cell phone insurance please let me know.