Category Archives: Tips

Here are random tips I find along the way. I hope they help, enjoy!

How to disable Chrome’s “Origin chip” to reveal website’s URL

I use Chrome beta for a browser. I was quite annoyed to see that a recent update to my browser took away the URL string. See below:

This is what the Chrome address bar normally looks like.

Google Chrome URL 2

This is the new Chrome-beta update they are trying on some users. Take notice of the address bar. Even though I had clicked on a couple links, the address bar says the website address instead of the URL string.

Google Chrome URL

 

I found an article that talked about this update. I learned that you can disable this feature. Here are the steps.

Step One: Open Chrome and type Chrome://flags

Step Two: Hit Ctrl + F on your keyboard and search for origin chip. You should get a couple options.  “Enable Origin chip” should be set to default. “Enable origin chip in Omnibox” should be set to disabled.

origin chip

Relaunch your browser. You should be back to the default URL string now.

One thing that really annoyed me with this update. When I want to copy a URL ,I need to click the origin chip. Then it would display the URL string. Then I could copy the URL. In my opinion, that is one step too many. I hope this helps you out.

This was posted by techspeeder.

 

How to fix Printer Properties that are grayed out

Today I was at a customer doing an onsite visit. I was working with a new printer they had just installed. I went to the advanced tab to change some settings and all of the printer settings were grayed out. I couldn’t make any changes. Printer Properties Grayed Out

However, the fix is really simple just go back to the General tabChange Printer Properties

and click Change Properties in the bottom left corner. The printer properties box will close and will reopen with administrator privileges. Now click on the advanced or port tab and you will be able to make changes since it opened the dialogue box with administrator privileges.

Note: If you are trying to change the properties on a printer that was shared from another computer, this isn’t possible. You need to go to the computer that the printer was shared from to be able to change the properties.

I hope this helps. This was posted by techspeeder

How to Configure a Actiontec DSL Modem for Century Link

Here are the settings to configure you Actiontec DSL Modem with Century Link as your Internet provider. The modem I used for this blog post was a Actiontec  GT701D.

First off plug the power cable and DSL cable into the modem. Next plug one end of the Ethernet cable into the modem and the other end into your computer. Check to make sure the Power light, DSL light, and Ethernet light are all solid green. If the DSL light is not solid green call Century Link. Something is not right with your Internet connection and you will not be able to configure the modem without a good DSL signal.

Open your browser and type in the IP address of the modem. Normally the IP address of the modem will be 192.168.0.1 .  This should take you to a “Main Menu” screen. Normally I try the “Auto Configure Your Gateway” option, but most times it doesn’t find the settings for Century Link. If it doesn’t find the settings, click on the “Manual Setup” option.

Select the “RFC1483 via DHCP” option under Quick Setup and then Apply.

ISP

 

Next go under Advanced Setup and click DSL Settings.
Continue reading

Set up Office 365 Email Forwarding to External Email Addresses

Problem: A company split and they were using Office 365 for their email provider. Company A kept the domains. Company A kept all the existing user accounts and email addresses. Company B created a new Office 365 account with their own domain and new email addresses. We needed to be able to forward Company B’s emails to their new addresses, but Company A didn’t want to pay for their Office 365 licenses. Here is the resolution we came across. It worked quite well.

Resolution: I logged into Company A’s portal. I deleted the Company B’s user accounts that were no longer being used.

I then went into the Exchange admin center and clicked on Contacts.Contacts Tab

 

                                                       I then created a new mail user. Continue reading

Import a .NK2 Autocomplete file into Outlook 2013

Recently, I upgraded a user from Outlook 2007 to Outlook 2013. They used Microsoft’s Office 365 exchange service for their email. I set up the account without much of an issue until I got to the autocomplete file. Outlook 2007 stored the autocomplete file as an .NK2 file. Outlook 2013 saves the autocomplete file in a Stream_Autocomplete_***** .DAT file. When you start Microsoft Outlook 2013 for the first time it will try to automatically import your profilename.nk2 file into the new file format. In my situation it didn’t work correctly. It had imported a couple autocomplete files across but not nearly all of them. Here is how I manually imported the .NK2 file from Outlook 2007 into the new Outlook 2013 .Dat file.

Step One: Make sure your .nk2 file is in the following folder: %appdata%\Microsoft\Outlook. Make sure the .nk2 file doesn’t have a .old file (profilename.nk2.old) extension after it. If it has the .old file extension after it delete it.

Step Two: Your .NK2 file must have the same name as your current Outlook 2013 profile to import correctly. To check if the names match:

Click on the Start Menu > Control Panel then click on User Accounts> Mail > Show Profiles. If they match you are ready to go to the next step. If your autocomplete file doesn’t match the name of your profile simply rename it to your current profile name.

Step Three: Click the Start button and then click Run. 

Step Four: In the open box, type the following command: outlook.exe /importnk2  and then click OK. This should import the .nk2 file into the Outlook 2013 profile.

I then opened Outlook and all of the autocomplete addresses and contacts were there! I hope this works for you as well.

Source: Microsoft Support Article

This was posted by techspeeder.