IE7+

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…


Word: Coxcomb.

May 28, 2006

A “coxcomb” (KOKS-kome) is a conceited dandy who is overly impressed by his own accomplishments.


Video of New Nintendo Controller.

May 26, 2006

New Nintendo (codename Revolution) game controller preview.

Watch…


Freaky Flash.

May 26, 2006

World Mixing Championship.

May 26, 2006

Windows Media Player 11 Beta.

May 26, 2006

Windows Media Player 11 Beta is now available for download.

Download Beta…


Office 2007 Beta Available for Download.

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…


Interesting Magazine Link.

May 24, 2006

Word: Parlance.

May 24, 2006

Parlance – manner of speaking that is natural to native speakers of a language.
Example: In .NET parlance, the type cpncept is more generic than the class concept.


How to Reset Internet Protocol (TCP/IP) in Windows XP

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)…