Today I installed a tool “Tweak UI” of PowerToys in my machine. This PowerToy gives you access to system settings that are not exposed in the Windows XP default user interface, including mouse settings, Explorer settings, taskbar settings, and more. You can download it from here.
First menu in this tool provides few tips on Windows XP. I found some of the tips in that list were new to me; here I am listing those tips which might be new to you also..
- To arrange two windows side-by-side, switch to the first window, then hold the Control key while right-clicking the taskbar button of the second window. Select "Tile Vertically".
- Hold down the shift key in the shutdown dialog to change "Stand By" to "Hibernate". Or just press H to hibernate instantly. You can even use the Power Control Panel to configure your power button to hibernate.
- You can rename multiple files all at once: Select a group of files, right-click the first file, and select "Rename". Type in a name for the first file, and the rest will follow.
- If you create a file called Folder.jpg, that image will be used as the thumbnail for the folder. What's more, that image will also be used as the album art in Windows Media Player for all media files in that folder.
- To close several windows at once, hold down the Control key while clicking on the taskbar buttons of each window. Once you have selected all the windows you want to close, right-click the last button you selected and pick "Close Group".
- In Internet Explorer, type Ctrl+D to add the current page to your Favorites.
- This and many more keyboard shortcuts can be found by going to Internet Explorer, clicking the Help menu, then selecting Contents and Index. From the table of contents, open Accessibility and click "Using Internet Explorer keyboard shortcuts".
- In some applications (such as Internet Explorer), holding the Control key while turning the mouse wheel will change the font size.
Last week I installed Foundation Server Dec CTP, it went very smoothly when compared to its previous release. During installation I got only one error that too because of memory problems. I tried to install foundation server in my desktop with around 400mb memory for app tier and data tier, I got few timeout errors like this;
Event Description: Initialization for plugin "Microsoft.Pcw.Rosetta" failed with error: "Failed to retrieve projects from the report server"
Exception Type: Microsoft.VisualStudio.TeamSystem.ELead.ProjectCreationNew.RosettaInitializationException
Exception Message: Failed to retrieve projects from the report server
InnerException:
Exception Type: System.Net.WebException
Exception Message: The operation has timed-out.
WebException: Status : Timeout
Then I guessed this might be due to memory problems, and then I moved my virtual machines to server where I could allocate 1 GB memory for both data tier and app tier. It installed very smoothly.
You should take care of following things while re-installing foundation server in same machine after any error
1. Uninstall Adam Instance
2. Restart app tier after Adam uninstall
3. Uninstall Data tier and restart Data Tier. [Uninstall of Data tier works perfectly]
Though foundation server installation went through smoothly, I got following errors when I tried to create portfolio project.
1. Currituck failed error during portfolio project creation like this,
Initialization for plugin "Microsoft.Pcw.currituck" failed with error
"Access Denied: Not a system user"
This is a known bug in this release. Reason and Solution for this problem is explained in my another blog,
2. SccTask failed error during portfolio project creation like this,
Task "Scc.SccTask" failed
System.ArgumentOutOfRangeException
The added or subtracted value results in an unrepresentable DateTime
This is also a known bug. Workaround for this problem is explained in Team system blog.