MoonPoint Support Logo

 

Click here for the Best Buy Weekly Specials



Advanced Search
Search:
Entire Site This Topic Only
Match:
Any All
Partial Whole Words only
May
Sun Mon Tue Wed Thu Fri Sat
     
19 20 21 22 23 24 25
26 27 28 29 30 31  
2013
Months
MayJun
Jul Aug Sep
Oct Nov Dec


Sun, May 19, 2013 6:12 pm

TeamViewer and Chromebook

The antivirus software on a family member's Microsoft Windows desktop system was close to expiring and another member of the household had a license for Norton 360 that would cover 3 systems, so I uninstalled the free Avast antivirus software I had placed on the system previously and started the installation for Norton 360. Because it was going to take more than a half hour for the download of Norton 360 to complete once I had started the installation, I left and tried connecting to the system remotely with TeamViewer a program that allows you to remotely control a system from a variety of other systems, which I had installed on the system previously.

I had used the TeamViewer application on a Microsoft Windows system before to manage the family member's PC, but since I didn't have access to the Microsoft Windows desktop system which I had used previously at the moment, I thought I would try using my Android phone, instead, since TeamViewer provides an app for it.

I installed the TeamViewer app on my Android phone and remotely connected to the Microsoft Windows 7 PC. The following gestures can be made on the Android phone to remotely manage another system.

Mouse interactions:

From my phone, I connected to the PC, but since I found it difficult to manage the PC from the phone's small screen. So I tried from a Chromebook system running the Google Chrome OS, instead.

Using the Chrome browser on it, I logged into the TeamViewer website. I then could see the system I wanted to control with TeamViewer. I then was presented the option to download and install a client program or to use the alternative Web client. When I clicked on "Download and install", I was taken to a download page for a Microsoft Windows application, so I went back and selected the Web client, instead. However, I then received an error message:

Translate(FlashConnectionError)
TypeError: Object#<HTMLObjectElement> has no
method 'ExternalConnect'

But I was able to proceed past it to a login page to establish the connection where I was able to put in the email address I had given for the TeamViewer account and the accompanying password. But I kept getting "Timeout while connection" messages when I clicked on the Connect to partner button. I went back to the point where I opted for the Web client connection and tried again. This time I was able to successfully establish a connection. The text on the remote Windows system was very tiny, but I was able to read it well enough to complete the installation of the antivirus software.

I clicked on View at the top of the webpage displayed for the connection, then clicked on Qauality and changed the setting from Optimize speed to Optimize quality, which made the remote display somewhat easier to read.

At this point, I would consider managing a Microsoft Windows system remotely from a Chromebook acceptable, but I'll have to experiment with managing a system from the Android phone more before I can consider it an acceptable means of remotely managing another system with TeamViewer on it in a situation where I might not have access to another device to use for remote troubleshooting.

[/os/windows/software/remote-control/teamviewer] permanent link

Sun, Mar 31, 2013 6:08 pm

Turning Off Outlook's New Mail Alerts

To turn off Outlook's popup alerts telling you that new mail has arrived, take the following steps in Outlook:
  1. Click on File.
  2. Click on Options.
  3. Click on Mail.
  4. Under Message arrival, clear the checkbox for Display a Desktop Alert.

Outlook desktop alert option

Applies to Outlook 2010 to 2013

References:
  1. Turn on or off new message alert pop-up window
    Office.com

[/os/windows/office/outlook] permanent link

Fri, Mar 22, 2013 10:15 pm

Missing IMAP Folders in Thunderbird

Thunderbird was not showing some folders listed for an email account on an an IMAP server. In order to get them to display on the PC on which I was running Thunderbird 17.0.4, within Thunderbird I clicked on File, then selected Subscribe. I then saw a folder list with "Select the folders to subscribe to" displayed above the folders on the IMAMP server for the account. I checked the boxes to the right of the ones that weren't displaying. For some folders that had subfolders, I had to click on the rightward pointing arrowhead to the left of the folder to display the subfolders and their checkboxes.

[/network/email/clients/thunderbird] permanent link

Wed, Mar 06, 2013 6:42 pm

Adding Live365 to Online Services in Winamp 5.63

I installed WinAmp 5.63 on a family member's Windows 8 system She wanted to add Live365 as a service to it. I had written instructions for doing that for Winamp 5.552 previously at Adding Live365 to WinAmp's Online Services List. I found that I had to modify the procedure slightly for Winamp 5.63. I found ml_online.ini was now in C:\Users\Username\AppData\Roaming\Winamp\Plugins\ml where Username was the user's account name. The ml_online.ini file contained the following lines:

[Setup]
[ml_online_config]
maxbandwidth=350
minbandwidth=1
[Navigation]
order=10100;221836;222078;222150;222427;222509;222542;22259

Beneath the C:\Users\Username\AppData\Roaming\Winamp\Plugins\ml directory was an omServices subdirectory with files named omService_{0000xxxxxx}.ini where xxxxxx was a sequence of digits, e.g., omService_{0000221836}.ini, which had the following lines in it.

[OnlineService]
id=221836
name=Song of the Day
url=http://www.spinner.com/winamp-mp3-of-the-day
icon=http://download.nullsoft.com/customize/component/2009/1/22/W/icon_image/Mp3_of_the_Day.png
flags=0x00000001
version=3
generation=2

I put a 365.png file to serve as an icon in C:\Users\Username\AppData\Roaming\Winamp\Plugins\ml\omServices and created a file omService_{0000000365}.ini and put the following lines in it.

[OnlineService]
id=000365
name=Live365
url=http://www.live365.com
icon=live365.png
flags=0x00000001
version=1
generation=1

When I did so and reopened Winamp, I found that the ml_online.ini had 365 added to the order line as shown below:

[Setup]
[ml_online_config]
maxbandwidth=350
minbandwidth=1
[Navigation]
order=10100;221836;222078;222150;222427;222509;222542;222598;222598;365

Live365 was then at the bottom of the list of online services in WinAmp.

[/os/windows/software/audio/winamp/live365] permanent link

Wed, Mar 06, 2013 4:44 pm

Closing Windows 8 Metro Applications

When you open a Windows 8 Metro app, there is no immediately apparent way to close the application when you are done with it. You won't see an "x" at the upper, right-hand corner of Metro applications windows and Moving the mouse pointer to the corners of the window doesn't show a way to close it. You can close the application by hitting Alt-F4, i.e., by hitting the Alt and F4 keys simultaneously.

An alternative method of closing one of the applications is to hit Ctrl-Alt-Del to bring up the Windows Task Manager and then select the application to close by clicking on it and then choosing End Task.

References:

  1. How to close Windows 8 apps, and how to disable SmartScreen
    By Sebatian Anthony
    Date: November 15, 2012
    ExtremeTech

[/os/windows/win8] permanent link

Wed, Mar 06, 2013 4:11 pm

Personalizing Windows 8

To change the background that appears on a Windows 8 system when the system is locked, i.e., when it is waiting for you to enter the userid and password, you can follow the steps below. By default, the system shows a stylized image of the Seattle Tower in Seattle, Washington in the U.S.
  1. Hit the Windows key and the I key simultaneously. The Windows key is the one with a Windows logo on it normally at the lower, left-hand corner of the keyboard as shown below:

    Windows logo key 150x150 pixels

  2. Then select "Change PC Settings" which will be at the bottom of the panel that opens on the right of your screen.

    Change PC Settings - Windows 8

  3. With Personalize selected and Lock screen highlighted at the top of the window, you can then pick one of the other 5 images shown below the one for the Seattle Tower, or click on Browse to select another image of your choosing. Click on Choose Picture when you find the one you wish to use.

    Personalize PC Settings - Windows 8

If you wish to change the picture that appears for your account, you can follow the same procedure as above, but choose Account picture, instead of Lock screen. An image can be displayed as a small 96 x 96 pixel image, a large 448 x 448 pixel image, or a video (dynamic image) - see Guidelines for user names and account pictures (Windows).

You can also change the Start Screen colors by choosing Start screen.

[/os/windows/win8] permanent link

Wed, Mar 06, 2013 2:59 pm

Copying Windows 7 Themes to a Windows 8 System

To copy the themes that someone downloaded to her Windows 7 system to her new Windows 8 system, I located the .themepack files on the Windows 7 system, which I found in C:\Users\Username\AppData\Local\Temp, where Username was the name for her account on the Windows 7 system. Then on her Windows 8 system, I just double-clicked on each Windows Theme Pack file to install it on the new system.

[/os/windows/win8] permanent link

Wed, Mar 06, 2013 12:43 pm

Adding a Link to a Website to the Windows 8 Start Screen

If you wish to add a shortcut to the Windows 8 Start Screen so that you can click on an icon on the Start Screen to go to the URL for a website, you can do so by taking the following steps using Internet Explorer 10.
  1. Go to the website in Internet Explorer.
  2. Click on Tools. If you don't see the Tools menu, hit the Ctrl and T keys simultaneously to bring up the Tools menu.
  3. Select Add site to Start Screen.
  4. A Windows Internet Explorer window will open showing the name that will be used for the item to be added to the Start Screen with the URL in the From field. Click on Add to add the site to the Start Screen.

    Add site to Windows 8 Start Screen

References:

  1. How to Pin a Website (Windows)
    Microsoft Developer Network

[/os/windows/win8] permanent link

Sun, Mar 03, 2013 9:59 pm

MUSHclient 4.84 Help Function for Windows 8

I installed MUSHclient 4.84, which is a free program for accessing a MUSH server from a Microsoft Windows system on a Windows 8 system. Afterwards, when I tried the "help" function, I saw the following:

The Help for this program was created in Windows Help format, which depends on a feature that isn't included in Windows 8 or Windows RT. For more info, go to the Microsoft Support website.

At I cannot open Help that was created in the Windows Help format (WinHlp32.exe), there are download links for Windows Help program (WinHlp32.exe) for various versions of Windows. The one for Windows 8 is at Windows Help program (WinHlp32.exe) for Windows 8.

After installing Windows Help program (WinHlp32.exe) for Windows 8, I was able to use the Help function in MUSHclient without even needing to restart the program.

The same issue exists when MUSHclient is installed on Windows 7 - see Windows Help Under Windows 7.

[/gaming/mushclient] permanent link

Sun, Mar 03, 2013 8:48 pm

Sending a Test Message When Setting Up Outlook 2013

While setting up a POP3 account for a user using Microsoft Outlook 2013, I received the message below when I clicked on Test Account Settings:

Send test e-mail message: An unknown error occurred, error code: 0x800c8101

I found a June 18, 2012 posting by CharlieBrady at Email configuration who stated the problem can occur because there is a bug in Outlook 2013's "test email" function.

Unfortunately, this is what you should expect to see. Outlook has a bug in its "test email" function. It sends a test message with an illegal format - it has no "Date" header. This is documented in the wiki:

http://wiki.contribs.org/Email#Outlook_test_message_doesn.27t_come_through

SME server does not accept those illegal messages, as such messages are usually spam. Legitimate mail clients do not generate such messages.

So I unchecked "Automatically test account settngs when Next is clicked" and proceeded to complete the setup of the email account for the user. After it was set up, I sent an email using Outlook 2013 from the account to two other addresses, one outside the user's email server, which uses Sendmail to send email, and verified that both were received.

[/os/windows/office/outlook] permanent link

buy flowers at justflowers.com Great Deals Every Day @ Geeks.com Holiday Flowers

Valid HTML 4.01 Transitional

Privacy Policy   Contact

Blosxom logo