May 30, 2006
The version of Internet Explorer in Windows Vista will have a new name. According to Microsoft’s IE Blog:
With the release of Windows Vista Beta 2, I want to announce that we will be naming the version of IE7 in Windows Vista “Internet Explorer 7+”. While all versions of IE7 are built from the same code base, there are some important differences in IE7+, most significantly the addition of Windows Vista-only features like Protected Mode, Parental Controls, and improved Network Diagnostics. These features take advantage of big changes in Windows Vista and weren’t practical to bring downlevel. The IE7+ naming gives us an easy way to refer to this version.
- IE7+ will run on Windows Vista: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
- IE7 runs on Windows XP: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)
Read more at source…
Leave a Comment » |
Uncategorized |
Permalink
Posted by PaulElso
May 26, 2006
Windows Media Player 11 Beta is now available for download.
Download Beta…
Leave a Comment » |
Uncategorized |
Permalink
Posted by PaulElso
May 26, 2006
The second major test version of Office 2007 is now available to all, not just MSDN customers and approved beta testers.
Download…
Leave a Comment » |
Uncategorized |
Permalink
Posted by PaulElso
May 24, 2006
In Microsoft Windows XP, the TCP/IP stack is considered a core component of the operating system, therefore removing TCP/IP is not possible. In extreme cases, the best solution for this issue may be to reinstall the Internet Protocol stack. But with the NetShell utility, you can reset the TCP/IP stack to restore it to its state that existed when the operating system was installed.
The NetShell utility (netsh) is a command-line scripting interface for configuring and monitoring Windows XP networking. This tool provides an interactive network shell interface to the user.
In Windows XP, a reset command is available in the IP context of the NetShell utility. When you run the reset command, it rewrites pertinent registry keys that are used by the Internet Protocol (TCP/IP) stack to reach the same result as the removal and the reinstallation of the protocol:
SYSTEM\CurrentControlSet\Services\Tcpip\ParametersSYSTEM\CurrentControlSet\Services\DHCP\Parameters\
Command Usage
netsh int ip reset [log_file_name]
To run the command successfully, you must specify a file name for the log where actions that are taken by netsh will be recorded. The new log will be appended to the end of the existing file.
Warning
Programs that access or monitor the Internet such as antivirus, firewall or proxy clients may be negatively affected when you run the netsh winsock reset command. If you have a program that no longer functions correctly after you use this resolution, reinstall the program to restore functionality.
Command Samples
netsh int ip reset resetlog.txt
netsh int ip reset c:\resetlog.txt
Source (KB299357)…
Leave a Comment » |
Uncategorized |
Permalink
Posted by PaulElso