Skip to main content

The Live Mesh beta is coming to an end

r-onlineinformation.blogspot.com
I have been received this email from microsoft... so this information is officially...

E-mail content are here::

Dear Live Mesh beta participant,

You're receiving this message because you used the Live Mesh beta from Microsoft. On March 31, 2011, the beta of Live Mesh will end, and the Live Mesh beta will stop working. After March 31, you won't be able to access any files stored online in your Live Desktop or connect to your PCs remotely using the Live Mesh software. Your files will also stop syncing between your computers and your Live Mesh online storage. Please read below for actions we recommend you take.

With the new release of Windows Live services, we've made a series of changes and improvements across the products. We realize they will have an impact on you and we want to make that as easy as possible for you. We thank you for your continued support of Windows Live services.

Why is this happening?
To deliver a better product for all our customers, we combined several services into a new product called Windows Live Mesh. Windows Live Mesh has several performance and reliability improvements compared to the Live Mesh beta, and with Windows Live Mesh, you can also sync your program settings for Internet Explorer and Microsoft Office. Learn more.

What you need to do before Live Mesh beta shuts down
To prevent loss of any of your files, please sync all files from your Live Desktop so that you have them on your computer when the Live Mesh beta service is shutdown. To do this, follow these steps:
  1. On your Live Desktop, right-click any Live Mesh folders not yet synced with your computer, and then click Sync with this computer. Make sure all the folders on your Live Desktop have desktop shortcuts.
  2. Select where you want each folder to sync, and then click OK. If a folder has a lot of files, this might take a while. Open each folder and make sure all the files are downloaded.

What you can do moving forward
If you enjoyed the functionality of Live Mesh, we encourage you to install the new Windows Live Mesh. You will first need to uninstall the Live Mesh beta, and then go to http://explore.live.com/windows-live-mesh to get the latest version of Windows Live Mesh. Before you do this, note the folders that you're syncing on each computer and if they're shared with anyone. After you download Windows Live Mesh, you can set up these folders to sync again. Learn more about how to upgrade

Thank you for participating in the Live Mesh beta. We hope you choose to move to Windows Live Mesh.

Sincerely,

The Windows Live team

Q: Why is this happening?
A: For the last couple of years, Microsoft has offered two similar services for syncing your files: Live Mesh beta and another service, called Windows Live Sync, which let people sync large folders of files between PCs. To deliver a better product for all our customers, we decided to combine these sets of features into a new product called Windows Live Mesh.

Note: Windows Live Mesh is available only for Windows 7, Windows Vista, Windows Server 2008, and Mac OS X version 10.5 or later.

Q: What can I expect between now and the date the beta service shuts down?
A: The Live Mesh beta service will continue to run until March 31, 2011. However, we will no longer accept new beta participants. You won't be able to share Live Mesh folders with someone unless they already have Live Mesh installed. On March 31, 2011, you will no longer be able to sign in to Live Mesh beta on your PC, Mac, or on the web.


Comments

rashid1891 said…
Before you do this, note the folders that you're syncing on each computer and if they're shared with anyone. After you download Windows Live Mesh, you can set up these folders to sync again. but I like it so much This is very beautifully side Thanks AS ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

Popular posts from this blog

Create Custom ScreenTips for Shapes (MSOffice-word-2007)

r-onlineinformation.blogspot.com Create Custom ScreenTips for Shapes Shape ScreenTips in Microsoft Office Visio are the boxed text that appears when you point to a shape. Some Visio shapes have built-in ScreenTips—usually the name of the shape (such as the name of a workflow step). However, you can edit existing ScreenTip text or create new ScreenTip text for shapes that don’t have a built-in ScreenTip. To create or edit a ScreenTip: 1. Select the shape. 2. On the Insert menu, click either Shape ScreenTip or Edit Shape ScreenTip, as applicable. 3. In the Shape ScreenTip dialog box, type or edit the ScreenTip text. 4. Click OK.

Peer to Peer (P2P) Search Engine

r-onlineinformation.blogspot.com World Wide Web (WWW) is emerging as a source of online information at a very faster rate.It’ s content is considerably more diverse and certainly much larger than what is commonly understood. Information content in WWW is growing at a rate of 200% annually. The sheer volume of information available makes searching for specific information quite a daunting task. Search engines are efficient tools used for finding relevant information in the rapidly growing and highly dynamic web. There are quite a number of search engines available today. Every search engine consists of three major components: crawler, indexed repository and search software. The web crawler fetches web pages (documents) in a recursive manner according to a predefined importance metric for web pages. Some example metrics are back link count of the page, forward link count, location, page rank etc. The Indexer parses these pages to build an inverted index that is then used by the search s ...

Tips for running queries on Oracle

r-onlineinformation.blogspot.com Tips for running queries on Oracle We encourage the use of PostgreSQL for the labs, to expose students to an excellent open source database.  However, if your syllabus forces you to use Oracle (and all participants at your remote centre are also from universities where they are forced to use Oracle), you can do assignments on Oracle.  Our model solutions will often give syntax errors on Oracle due to non-support for some SQL features in Oracle.  Below are some tips on how you can rewrite the queries to work on Oracle. Oracle SQL Tips: non-standard features, and limitations The following issues are for Oracle 10, and may or may not apply to later versions of Oracle. Oracle does not support the  as  clause, except as part of the "with" statement. In all other cases, just use the same syntax without the "as" keyword, and things should work. To use a single quote in a string, use two consecutive single qu...