Windows Live Essentials 2011 Beta 2 Available
Neowin reports that Windows Live Essential 2011 Beta 2 is available now. I am downloading the suite and will report on the updates after I have tested it for a while. If you want the bits, go here and download the full installer.
Enjoy!
Popularity: 2% [?]
7 Windows 7 Tips for July 2010
After a long period of no posting to my blog I return with an installment in the 7 Windows 7 Tips series.
Tip #1: Solving problems signing in to Windows Live Messenger Wave 4 – error code 800706ba
Like a lot of you I recently installed Windows Live Essentials Beta (Wave 4). After the upgrade I had serious problems logging on to Live Messenger, which provided me with the following error message at every attempt;
Searching around in forums and knowledge base articles came up with a lot of possible solutions – none that worked for me. I then went into the Microsoft Management Console to check out which services were enabled by default or not and found the culprit. So if you are experiencing the abovementioned error message try the following:
- Click the Start orb and type in services.msc in your searchbar.
- Once there scroll down to Windows Live ID Sign-in Assistant;
- Right click on it and select properties;
- Make sure Startup type is set to “Automatic” and click Start to start the service, then “Apply” and “Ok”
You should now be able to log into Windows Live Messenger again.
Tip #2: How-to change your default Windows Explorer folder
When you click on the Windows Explorer icon in your taskbar you are by default taken to the Libraries folder. If you want to change this behaviour you can do it by following these steps;
- Right click on the Windows Explorer icon in your taskbar, and then right click on Windows Explorer in the jumplist and select Properties;
- In order to change the default location you need to make changes to the Target field in the Properties dialog box
- If you want it to open a spesific folder of your choosing you enter %windir%\explorer.exe c:\YourFolderNameHere
- If you want it to open to spesific pre set locations, like My Documents, you will have to enter special syntax into the target field
- For My Documents enter: %windir%\explorer.exe ::{450D8FBA-AD25-11D0-98A8-0800361B1103}
- For Computer enter: %windir%\explorer.exe ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
- For Network enter: %windir%\explorer.exe ::{208D2C60-3AEA-1069-A2D7-08002B30309D}
Tip #3: How-to make your own Search Connector for searching your designated site within Windows Explorer
One of the really handy new features of Windows 7 is the ability to search not only your own computer, but also designated websites from within Windows Explorer. In order to do this you need a so-called Search Connector for the sites you want to search. There are many ready-made Search Connectors available out on the internet, for instance Long Zhengs Flickr-search connector which can be found here. If you want to make your own connector, say to be able to search a favorite website or blog, like AboKevin.com (;-D) you can easily make your own in a few steps:
1. Open up Notepad
2. Copy the following text and paste it into Notepad as is
<?xml version=”1.0″ encoding=”UTF-8″?>
<OpenSearchDescription xmlns=”<a href=”http://a9.com/-/spec/opensearch/1.1/”">http://a9.com/-/spec/opensearch/1.1/”</a> xmlns:ms-ose=”<a href=”http://schemas.microsoft.com/opensearchext/2009/”">http://schemas.microsoft.com/opensearchext/2009/”</a>>
<ShortName>AboKevin</ShortName>
<Description>Search Abokevins Blog using Windows 7 Federated Search</Description>
<Url type=”application/rss+xml” template=”<a href=”http://api.bing.com/rss.aspx?source=web&query={searchTerms}”>http://api.bing.com/rss.aspx?source=web&query={searchTerms}</a> site:abokevin.com&web.count=50″/>
<Url type=”text/html” template=”<a href=”http://www.bing.com/search?q={searchTerms}+site:abokevin.com“/></OpenSearchDescription>
3. If you want to change to another website of your choosing change the text in bold;
- <ShortName>AboKevin</ShortName> – here you give the Search Connector its name (you don’t have to have the text in bold)
- <Description>Search Abokevins Blog using Windows 7 Federated Search</Description> – Here you give the description of your Search Connector
- In the two instances of site:abokevin.com you change it into your websites URL without http://www.
4. When done editing your text click save. In the save dialog make sure you do the following;
- Change Save as type to “All Files” and give the connector a name with the osdx file type ending. In my case: AboKevin.osdx
- Make sure the Encoding is set to “UTF-8”
- Click Save
5. Find your Search Connector in the folder you saved it to and double click it – You will be asked if you want to install the Search Connector – click Yes and you are done
6. Open up Windows Explorer and you will find your Search Connector under Favorites in the left pane – click and enter a search term and… voila!
![]()
Tip #4: How-to make Windows Live Messenger run from the notification area
One minor annoyance in Windows 7 compared to previous versions of Windows is the fact that when you run Windows Live Messenger it will no longer default to the notification area. It is very easy to fix this, although you will loose some functionality.
- First of all: make sure you close down all instances of Live Messenger
- Locate the messenger executable which can be found in the Program Files folder on x86 systems and in the Program Files(x86) folder on x64 systems. You then have to drill down to the following folder – Wimdows Live – Messenger

- Once there right click on msnmgr (highlighted in the screenshot above) and select Properties
- Select the Compatibility tab and set it to run in Compatibility mode for Windows Vista (Service Pack 2) – Click OK and you are done – The Messenger icon should now appear in the notification area when you log into Windows Live Messenger the next time.

- I mentioned earlier that you will loose some functionality, spesifically the ability to set your status just by clicking on one of the four buttons in the preview that pops up while hovering over the Live Messenger Icon while it resides in the taskbar (shown in the screenshot below). If you can live without that one – go ahead and follow the steps lined out above.

Tip #5: How-to speed up the display of thumbnail images on the taskbar
When you mouse over icons of running applications in the taskbar you will get a thumbnail preview of said application. If you think that it takes too long for this preview to show up an easy registry hack can make it appear faster.
Note: I advice that you create a restore point before editing the registry, and editing it is done on your own responsibility
1. Start your Registry Editor by entering regedit in the Start orbs search bar
2. Go to HKEY_CURRENT_USER\Control Panel\Mouse.
3. Double-click MouseHoverTime and set the value to something lower than the default 400. I recommend trying 150. Click OK
4. Close the registry editor. You now have to either log off or restart your computer for the new settings to go into effect.
Tip #6: How-to copy and move files the way you want it
When you drag and drop files and folders from one location to another Windows sometimes copies the files and sometimes moves them depending on the location of source and destination. Simply said as long as Windows sees that the source and destination location is on the same partition/hard drive it moves the file/folder and as long as they are on separate partitions/hard drives it copies them. But what if you want something else to happen? How do you move a file from one location to the other without having to right-click – select cut – move to new location – right-click and select paste?
There is actually several ways to go about this:
Force a copy while performing drag and drop: Hold down CTRL while dragging and dropping will force a copy operation regardless of source/destination location.
Force a move while performing drag and drop: Hold down SHIFT while dragging and dropping will force a move operation regardless of source/destination location.
Force creation of a shortcut while performing drag and drop: Hold down both CTRL and SHIFT while dragging and dropping will force the creation of a shortcut regardless of source/destination location.
And the best of them all:
If you drag and drop with a right-click instead of the normal left-click you will be presented with the following choices when you release the mouse in the new location:
Brilliant!
Tip #7: Download the Windows Live Essentials Beta (Wave 4)
The last tip is really a software recommendation. I have been running the Live Essentials beta for a while now, and I highly recommend it. The package includes updated versions of Windows Live Photo Gallery, one of the best free applications for managing your photo collection, Windows Live Messenger, Windows Live Writer, Windows Live Sync – updated with most of the technology behind the previous Live Mesh service – a brilliant tool for keeping files and folders synced between 2 or more PCs, Windows Live Mail, Windows Movie Maker and Live Family Safety as well as an updated Bing bar for Internet Explorer. You can select which ones of the programs you want through the installer which you will find on this page. Go ahead – this one is a no-brainer. Good luck!
Windows Live Writer Beta
Windows Live Mail Beta
Windows Live Messenger Beta
Windows Live Movie Maker Beta
Windows Live Sync Beta
So – there you have my 7 Windows 7 tips for this time. Your comments, suggestions and general feedback is most welcome!
Popularity: 11% [?]
My Lebanon Theme pack
Although the weather has been quite nice lately, today it is raining outside. Which of course makes me miss Lebanon and the Middle East even more. To alleviate my pain(or aggregate – depends on how you see it) , I put together a theme pack with a few of my Lebanon pictures. Some from Beirut, more from Ebel es Saqi and Blate in the south. Take a look, grab it if you want, and feedback is welcome in the comments underneath.
Popularity: 3% [?]
Microsoft Office 2010 available on MSDN and TechNet
The latest and greatest of Microsoft’s Office suite have been made available to MSDN and TechNet subscribers today. For now the following is available on TechNet;
Office Professional Plus 2010 in both x86 and x64 versions. This suite includes the following applications;
- Excel 2010, OneNote 2010, PowerPoint 2010, Word 2010, Outlook 2010, Publisher 2010, Access 2010, Communicator 2010, InfoPath 2010 and SharePoint Workspace 2010Project Professional and Standard 2010 in both x86 and x64 versions
Visio 2010 Standard, Professional and Premium, all three in both x86 and x64 versions.
Office Web Apps 2010 – only in x64 bit version with a static key
SharePoint Server 2010 – this one also only in x64 bit version
For all suites and programs there are only 1 product key available at the moment, additional keys will be made available on 4/30
I have been running the beta version of Office 2010 for a while and are really impressed with the quality and reliability of it. I will post my review of Office Professional 2010 as well as Office Web Apps 2010 as soon as they have been installed and tested for a couple of days. Stay tuned for more…
If you are a MSDN and TechNet subscriber I assume you are already downloading the bits…
Popularity: 8% [?]
Microsoft Fix it Center
![]()
Microsoft has released a beta version of a new tool called Microsoft Fix it Center. This tool provides one single point you can go to in order to run several different troubleshooters to solve the different issues you are having with your computer. Although currently in beta it already provides a multitude of automatic troubleshooters to you. If you are having problems not addressed by the tool, you can report your issue through the tools online center and hopefully Microsoft will follow up on it. The tool looks promising, especially for those of us that falls into the category of being the family and friends it-guy! Just make sure you have this installed on their machines – and you can easily guide them through its use.
Installing Microsoft Fix it Center
Head over to Microsoft Fix it Center Online’s website and download the software.
When running the installer you will be greeted with this window;
After the installation finishes you will be asked to set it up and personalize it for your computer
Based on your hardware and software it will suggest additional troubleshooters it can download
In my case it found the two you see suggested in this screenshot
You are then requested to create and account at Microsoft Fix it Center Online
You can use your Windows Live ID for this
Microsoft then asks for your permission to share some information about your system with the online service
After having completed that step you have finished installing Microsoft Fix it Center on your computer
Using the Fix it Center
When running the program for the first time you are greeted by the following pop-up
Running the troubleshooters is easy. You just pick the one that most resembles your problem and click on the Run button
In this screenshot I have run the Performance troubleshooter and are asked whether I want the tool to apply fixes automatically or just present them for me so that I can select which ones to apply.
After diagnosing the machine you are then presented with the result of the diagnosis (I chose to select which fixes to apply in this instance)
After I ran the System Configuration tool I was then asked whether this fixed my problem or not.
After I submitted my response I was then taken to the Microsoft Fix it Center Online service where I could see a summary of the problems and fixes for my machine.
Conclusion?
It is really too early to tell how useful this will be. It definitely looks promising and especially easy for the average user to utilize. I will be using it going forward, as well as install on it all the machines I might be asked to support (ie all of my immediate family). When I will be asked to fix a problem this tool will be my first stop in the troubleshooting and fixing process. Hopefully it will deliver on its promise and make my day easier.
For now: I recommend you try it out. Having real world experience in using it? Let me know in the comments section underneath.
Popularity: 6% [?]