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

July 19th, 2008

You are currently browsing the articles from MS Windows Vista Compatible Software written on July 19th, 2008.

XP SP3 and Vista SP1: DirectX 9 and DirectX 10 Patches Updated

Two security bulletins, from December 2007 and from June 2008 respectively, affecting the DirectX components of a wide range of Windows operating systems including Windows Vista Service Pack 1 and Windows XP service Pack 3, have been updated. 

According to Microsoft, the modifications were designed to simply add DirectX 9.0a on the list of impacted DirectX versions. The pair of patches are set up to resolve no less than four security vulnerabilities and both security bulletins are labeled with the maximum severity rating from Microsoft: Critical. 

Released initially on December 11, 2007, Security Bulletin MS07-064 plugs security holes in DirectX 7.0, 8.1, 9.0 and 10.0 running on Windows 2000, Windows XP SP2, Windows Server 2003 and Windows Vista RTM. One of the security issues is related to a DirectX Code Execution Vulnerability Parsing SAMI Files while the remaining one deals with a DirectX Code Execution Vulnerability Parsing WAV and AVI Files. 

"This critical security update resolves two privately reported vulnerabilities in Microsoft DirectX. These vulnerabilities could allow code execution if a user opened a specially crafted file used for streaming media in DirectX. If a user is logged on with administrative user rights, an attacker who successfully exploited this vulnerability could take complete control of an affected system. An attacker could then install programs; view, change, or delete data; or create new accounts with full user rights," Microsoft informed. 

As far as Security Bulletin MS08-033 is concerned, Microsoft also patched vulnerabilities in all the DirectX and Windows versions mentioned above, but also in XP SP3, Windows Vista SP1, and Windows Server 2008. The company resolved a MJPEG Decoder Vulnerability and a Format Parsing Vulnerability. "This security update resolves two privately reported vulnerabilities in Microsoft DirectX that could allow remote code execution if a user opens a specially crafted media file," the Redmond giant stated.

Written by Madhukar on July 19th, 2008 with no comments.
Read more articles on otherSoftware and Xp Vs Vista and Vista service pack 1 and directx.

Windows Vista Task Manager

Press Ctrl-Shift-Esc. A window opens and presents you with six tabs. As most Windows administrators already know, you’ve just opened the Windows Task Manager, which presents a graphical display of open programs, processes, and services that are currently running on your computer. It’s been available for many years on various Windows operating systems, and has now been updated with a few new features for the release of Vista.



The Applications tab
The Applications tab is one of the simpler tabs visually; it displays a list of any open applications in alphabetical order, and it includes a Status column to indicate whether the application is running or, worse, not responding.

The following three buttons appear at the bottom of the Applications tab:

End Task. This is the most commonly used command on the Applications tab, and it’s used for just what the button name suggests.

Switch To. This button can act as the equivalent of Windows Flip or Windows Flip 3D.
Simply select the application in the program list and click the Switch To button.
The selected app becomes active.

New Task. This lets you launch a new application using a dialog box called, appropriately, Create New Task, which looks and behaves exactly like the Run dialog box.

Recovering a frozen application. One of the main reasons you’d visit the Applications tab during the course of troubleshooting is to close an application that has stopped responding. The click-steps are minimal, and they have not really changed in this iteration of the Task Manager.

Here’s what to do:

1. Open the Task Manager. Either use the keyboard shortcut introduced previously
(Ctrl-Shift-Esc), or right-click the taskbar and choose Task Manager from the context menu.

2. Choose the Applications tab. The Applications tab is the default, but note that the Task Manager always opens with the previously selected tab.

3. Select the program with a Status of Not Responding, and then click the End Task button.

Note that you usually will not get any kind of confirmation before the application closes when you’re using this technique. Also, it’s usually a good idea to give the frozen application a minute or two to try to resolve the issue on its own, because closing a program in this way will cause any unsaved changes to be lost.

Troubleshooting a frozen application. OK, you know how to close an application that’s frozen, but wouldn’t it be even better if the Task Manager could help you figure out why the application froze in the first place?

Guess what: it’s time to point out one of the new features of Vista’s Task Manager.
You now have the ability to create a dump file for a specific application that’s frozen. You can then use this dump information in a debugging application to determine the root cause of the problem. To create a dump file for a frozen app, just right-click it from the Applications tab and select Create Dump File from the context menu. When the procedure completes.

This will help you retrieve the dump file for later parsing in the debugging app of your choosing. Naturally, interpreting debugging files is something of an art unto itself, and it requires a good understanding of the various operating system mechanisms that govern how data is used and executed. You can find more information on how to use Windows debugging tools at: http://www.microsoft.com/whdc/devtools/debugging/debugstart.mspx



The Processes tab
One of the improvements on the Processes tab is the ability to access the properties of a particular process. To do so, just right-click the process and choose Properties from the context menu. The nice thing about accessing properties for a process is that you can set specific compatibility options for an application’s process. Try this if you can’t get a program to run as well as you’d like.

Setting processor affinity. Another helpful task that you can perform from the Processes tab is setting processor affinity for a particular process. Setting processor affinity should not be a task you perform regularly, but it can be especially helpful in optimizing performance in Vista systems that are running either two processors or single processors with a dual core (Intel’s Core 2 Duo, for instance).

To set processor affinity, right-click the process on the Processes tab and choose Set Processor Affinity from the context menu.

Troubleshooting excessive CPU usage. One of the biggest benefits of the Processes tab is the ability to see how much processing horsepower a particular process is using. Obviously, a process that is taking between 50 and 100 percent of the processing cycles is most likely going to cause problems for anything else running on the system.

Vista tries its best to manage processing time so that all apps and background processes get their instructions processed, but often you’ll notice an app hogging more than its share.

Sometimes it’s easy to tell where the problem lies—the application’s process is taking up a lot of time; killing the process fixes the problem. But at other times, the problem is with related processes such as svchost.exe. Services such as these can sometimes be responsible for hosting multiple child processes, and killing the svchost.exe process can cause a lot of cascading problems.

In this case, two different tools can help. One, of course, is the Task Manager. The other is the Tasklist command, which you can run from the Command Prompt. With these two tools in hand, Vista administrators can quickly pinpoint the problem and correct it.



The Services tab
Similar to the Processes tab, the Services tab lists all services currently running on the computer and lets you sort them according to column headings. You can use the Status column to quickly locate a service that is not running. The Services button on the bottom launches the Services MMC console, which is the same as launching services.msc from the Start menu.



The Performance tab
The Performance tab provides a quick peek into Vista system performance, listing several critical performance parameters and a graph of CPU and processor usage. As Here are a few things to look for:

A flat memory graph. A flat Physical Memory Usage History graph means that open applications aren’t continuously asking for more system memory, also known as a memory leak. A graph that looks like a ramp will lead to poor performance as other applications fight for remaining memory.

The amount of free physical memory As the value approaches zero, memory is running low. You might want to close an application or two, especially one that’s using large amounts of memory.

The physical memory cached. If the value is less than half of the total available memory, Vista is having trouble storing recently used information in memory. Again, the solution here is to close applications you aren’t actively using. Vista gives up some of the system cache when it needs RAM, so closing the programs should alleviate this problem by reducing the demand for RAM.



The Networking tab
The Networking tab provides another graphical representation of performance, this time on the network adapters on your system. On a desktop computer, you might see only one adapter. On a laptop, three (or more) network connections may be displayed: a local area connection, a wireless network connection, and a Bluetooth network connection. The information here will help administrators determine whether a networking connection is being stressed. Such a circumstance would be very rare, and you could address it by disabling the network connection before determining the root cause (i.e., what’s sending all that traffic).



The Users tab
The Users tab is not new to Windows Vista, and it’s used for the same purposes as it was in Windows XP. With the Users tab, administrators can see who is currently logged on or otherwise connected to the Vista machine, and can force such users to either disconnect or log off. You can also send messages to the other users displayed on this tab. It’s often a good idea to send a message to a user before forcibly disconnecting him. This allows the user to close any open work in an orderly fashion rather than risk losing data when the connection is abruptly terminated.

Source of Information : OReilly Windows Vista Administration The Definitive Guide

Written by magakos on July 19th, 2008 with no comments.
Read more articles on otherSoftware and Microsoft Windows Vista.

How to use Ubuntu Linux Network Configuration Tool

As expected, Ubuntu provides an easy-to-use network configuration utility. You can configure your Ubuntu computer to connect to a LAN by using the following instructions:

1. From the GNOME menu bar, choose System -> Administration -> Networking.
The Enter Your Password to Perform Administrative Tasks dialog opens (unless you've entered your password in the previous five minutes).

2. Type your password in the text box and click OK. The Network Settings dialog opens,
Enter the password you chose during the Ubuntu installation process.

Most computers come equipped with an integrated Ethernet network device; many computers, especially laptops, also come with a built-in modem. The Network Settings dialog shows all the network-related devices on your computer.

3. Click the Wired connection and click the Properties button. The Interface Properties dialog opens, showing your current, if any, configuration.



Choosing network connections
The Internet uses IP addresses to identify the location of both the sender and receiver. You must assign an IP address to your Ubuntu computer before it can connect to and use your LAN and the Internet. There are two ways you can assign an IP address to your Ubuntu computer: dynamically or statically.

• Use dynamic IP addresses (DHCP) if you don't want to provide network services (share files and folders, provide Web pages, and so on). DHCP reduces the configuration work required to use a network. Most cable and DSL modems and Ethernet switches dynamically assign an IP address to any computer (or printer or networking device) that connects to it by using the dynamic host configuration protocol (DHCP). DHCP allows a computer to connect to a network containing a DHCP server and automatically have an IP address assigned to it.

• Avoid using static IP addresses unless you're setting up a server. Static IP addresses don't change and are useful when setting up a computer that provides services to a network. You generally need to know the IP address of a server so you can contact it and use the service or services it provides.



Configuring a dynamic connection
You can use Ubuntu's network configuration utility to set up dynamic networking using DHCP. DHCP provides the easiest method to configure and use a LAN or Internet connection.

You shouldn't have to configure a cable or DSL modem (or Ethernet switch) to use DHCP. Most such devices default to DHCP unless you configure them otherwise. That means you usually only need to plug your Ubuntu computer into the cable modem, DSL modem, or Ethernet switch to obtain an IP address that enables you to use the network.

The following instructions tell your Ethernet interface on your Ubuntu computer to use DHCP:

1. From the GNOME menu bar, choose System -> Administration -> Networking.
Or if you still have the Interface Properties dialog open from earlier in the chapter, skip ahead to Step 4. The Enter Your Password to Perform Administrative Tasks dialog opens (unless you've entered your password in the previous five minutes).

2. Type your password in the text box and click OK. The Network Settings dialog, opens.

3. Click the Properties button in the Network Settings dialog. The Interface Properties dialog, opens. The Enable This Connection check box should be selected and the Configuration drop-down menu should be set to DHCP.

4. Click OK. The Interface Properties dialog closes and control returns to the Network Settings utility.

5. Select the check box immediately to the left of the Wired connection option. Your current network connection closes.

6. Click the check box again. Your new network connection, including all the changes you made in the previous steps, opens.

7. Click OK.

That's all there is to it! The Network Settings window closes and your Ubuntu computer is connected to your LAN or to your broadband modem. Your Ubuntu computer will now automatically get an IP address assigned to it from your broadband gateway or Ethernet switch.



Dynamic host configuration protocol. DHCP dynamically (automatically, on demand) assigns IP addresses to computers and any networked devices (such as printers) on your LAN. You'll find that in general, your dynamic IP addresses rarely change. That's because DHCP generally sets a time-to-live (TTL) option of a day or two on assigned IPs. Your IP will be reassigned only if you leave your computer off for more than the TTL and another computer asks for an address; even then, the DHCP server might not reassign your IP address, but hand out the one in sequence.



Configuring a static connection
Static IP addresses, as the name implies, don't change after they're set. You choose your IP address rather than letting your network switch or broadband modem make the selection.

Your static network connection configuration is not saved permanently if you're using live Ubuntu. Your configuration settings will be lost when you reboot your computer. Network configurations are saved if you're using a permanent Ubuntu installation.

Source of Information : Dummies Ubuntu Linux For Dummies

Written by magakos on July 19th, 2008 with no comments.
Read more articles on Ubuntu Linux and otherSoftware.

Windows Search 4 Coming to WU Soon

Thought I’d drop a line and remind you that we’re planning to release Windows Search 4.0 (KB940157) via Windows Update sometime in late July. Windows Search 4.0 updates previous versions of Search in Windows Vista SP1, Windows XP SP2 and Windows XP SP3, Windows Server 2003 SP2, Windows Server 2008, and Windows Home Server.



Windows XP users will see Windows Search 4.0 available as an Optional update, which means you must visit the Windows Update Web site to install it. Windows Vista users with SP1 installed will see the update as a Recommended update. This means that, if a Windows Vista user has set their machine to automatically install updates, Windows Search 4.0 will automatically install on PCs running Windows Vista SP1. The release of Windows Search 4.0 to Windows Update will be gradual for these users. If you’re running Windows Vista SP1, and you would like to install it right away, you can go to the Windows Update control panel and install it manually once it is made available.

One thing you should note: In order to make search functionality more efficient and reliable, the Windows Search team updated the structure of the search index in this release. This requires re-indexing users’ data. The re-indexing occurs in the background after the installation is completed and a reboot has been performed. The cool part? Windows Search will release most of the requested resources and slow down the indexing process as soon as it detects mouse or keyboard activity, or when another application requires computer resources.

If your organization is running Windows Vista Service Pack 1, has no update management solution, and would like to postpone the installation of Windows Search 4.0, the Windows Search team has provided guidance on how to do so here.

And, if you’d like to find out more about Windows Search 4.0, check out the Windows Experience Blog.

News Source: Microsoft Update Product Team Blog

Written by Odd-Magne Kristoffersen on July 19th, 2008 with no comments.
Read more articles on otherSoftware and Windows XP and Windows Vista.

Windows Server 7

Man, it seems like yesterday that we were dogfooding Longhorn Server. But that’s long gone, and Windows Server 2008 has RTM’d, so it’s time for a break right? Yeah, well, breaks over and there are new toys to play with already.

So congratulations to the operations team, the product group, pm’s, and everyone else that has put the effort in to get us to the point where we put the first Win7 domain controller in production:

Server Name: TK5-WING-DC-01
Security: Users
Registered Owner: Windows User
Registered Organization: MSIT
ProductID: 00484-082-2500885-76802
Original Install Date: Fri Jul 11 13:37:56 2008
Base Source Path:
Version: 6.1
Build: 6608.winmain_win7m2.080511-1400
Current Type: Multiprocessor Free
Product Name: Windows Server (R) 2008 Enterprise
Product Options: ProductType
HAL.DLL is 6.1.6608.1 - Microsoft Corporation - 6.1:6608.1

System Up Time: 0 Days, 13 Hr, 41 Min, 29 Sec

News Source: BPuhl’s Blog

Written by Odd-Magne Kristoffersen on July 19th, 2008 with no comments.
Read more articles on Windows Server 7 and otherSoftware.

Solution for Dial-up Connection Disconnects while LOGOFF / Fast User Switching

This method is very old but still usable for dial-up internet users.

Use the below method to resume internet connection while LogOff / Fast User Switching,

Start -> Run then type regedit and press enter

Locate the following entry,

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon

Right-click within the right pane, select New and then select String Value, and give name as

KeepRasConnections

and press enter, then double click on KeepRasConnections and set the value to 1. Close the Registry Editer and restart your PC. Now, your dial-up internet connection will resume after LogOff / Fast User Switching.

Written by magakos on July 19th, 2008 with no comments.
Read more articles on Windows Help and InterneT TrickS and WindowS TrickS and All and otherSoftware.

« Older articles

No newer articles