Your best source of information and news about windows, windows vista and windows vista on the internet

October 30th, 2007

You are currently browsing the articles from MS Windows Vista Compatible Software written on October 30th, 2007.

ITsVISTA Web Links: October 30th, 2007

Written by Joe on October 30th, 2007 with no comments.
Read more articles on stuff and laptop and Performance and Messenger and yahoo and News and Hardware and Beta and Apple and software.

PCMag: Leopard “the most polished and easiest to use OS”

A

Written by vistasucks on October 30th, 2007 with no comments.
Read more articles on Upgrading and Switching and PC and Business and Quality and Leopard and vs and Mobile and OSX and Review and xp and Windows and Security and Microsoft and Mac and News and vista and Apple and software.

The fastest Vista laptop of 2007 is…

A

Written by vistasucks on October 30th, 2007 with no comments.
Read more articles on Quality and Upgrading and Switching and PC and Mobile and vs and IBM and Sony and HP and OSX and Intel and Mac and Microsoft and Hardware and Windows and Apple and Dell and Review and News and vista and software.

I can see clearly now…

Eye strain is a hazard to anyone who uses their computers for any extended period. So anything that eases the pressure on the eyes is a bonus. To this end, Microsoft have developed a tool for making text more legible called ClearType Tuner.

The ClearType Tuner only works on Windows Vista and XP, and is available as a web-based tool here. You will be required to choose which is the clearer text from a variety of options a couple of times, and then - hopefully - text should be clearer on your screen. Windows XP users can also download a Control Panel version from the Microsoft XP Power Toys page.

If you are a Vista user and wish to switch off ClearType check out Diana Huggin’s instructions on the excellent Lockergnome site.

Written by Stepterix on October 30th, 2007 with no comments.
Read more articles on Windows GUI and Word Processing and otherSoftware.

Set the default email client across your network

When I first started doing the groundwork for this article I incorrectly assumed that the default mail client was a setting that each user could change in Windows.

What I mean is - I thought if ‘USER A’ logged in, set the default email client…then ‘USER B’ could login to their account and set their own default email client.

After testing many different ways I have found that it does not work this way at all.

If you are not an administrator, windows will gladly let you go into the internet settings under the control panel - and make the change:

Set Default Email Client

Unfortunately it does not give you an error. If you go back into the settings, it will have reverted back to the original default email client.

This is because the setting is located in the HKEY_LOCAL_MACHINE hive of the registry, and there is no corresponding HKEY_CURRENT_USER entry. If you create one on your own, windows will simply ignore it.

Here is the key for setting the default email client:

HKEY_LOCAL_MACHINE\Software\Clients\Mail

If you drop down to this in the registry, you can see that the ‘default’ value on the right is what sets the default email client.

Set Defalt Email Client Registry

Now, obviously the email client must exist for you to set it. The behavior of windows is undefined if you set it to something that is nonexistent. In other words it might cause some applications to do crazy stuff when trying to access email (If you set it to a client you have not installed on the machine already).

The first step in setting it across our network is to figure out how to set it from the command line. This part is easy. We can use the “REG” command. If you don’t know about it, the REG command allows you to update the registry from the command line. It has been built into windows since XP, and can be added to 2000 by installing the Windows 2000 Resource Kit.

Using the REG command, we create a simple script that looks like this:

reg add HKLM\Software\Clients\Mail /ve /f /d “Microsoft Outlook”

If you are wondering about the command line options -

/ve - this tells it to set the (Default) value for this key
/f - Don’t prompt us, just set it
/d - Following this argument is the data we want to set

In our example we update the machine’s default email client to Microsoft Outlook. You could just as easily set it to Outlook Express.

The big question now is how can I update when most of my users are not an administrator?

Group Policy is our friend.

I am going to open the group policy for my collection of machines I want to update, and drill down to

Computer Configuration -> Windows Settings -> Scripts

This is important. Make sure you do this under Computer Configuration not User Configuration. Otherwise it will be run in the context of the user, and it will fail if they are not an administrator.

Computer Configuration Startup Script

When you select it, you will see Startup, and Shutdown on the right. Double click startup. When the properties window shows up, click on Add.

Add Computer Startup Script

This will open a window that allows you to type the name of the script, and parameters. Click on browse - this will bring you directly where the computer scripts default to. I suggest you create your computer configuration login script right here. Do it by right clicking and creating a new text file. Rename it to logon.bat. Edit it, and paste in the code I showed you above. Now save it….and select it.

Select Logon Script

Click OK on all of your open windows, and in about 15 minutes your computers should refresh their policy. The next time you reboot the default email client will be updated across your network.

Written by Steve Wiseman on October 30th, 2007 with no comments.
Read more articles on software.

Windows Vista Vista Live for Vista - Free Download

Windows Vista Vista Live for Vista - Free Download
(more…)

Written by Vlad on October 30th, 2007 with no comments.
Read more articles on Skins and Themes.

« Older articles

No newer articles