fd639320-2945-4699-a661-9386d80e354e|0|.0|96d5b379-7e1d-4dac-a6ba-1e50db561b04
Windows XP is currently the most popular operating system, with Windows 7 quickly catching up. As more and more people are moving from Windows XP to Windows 7, I thought I would spotlight a series of articles that I wrote a little while back. My move from Windows XP to Windows 7 was a 'side-by-side' migration, with two separate systems.
I, believe it or not, never used Windows Vista on any of my production systems. I ran Windows XP up until Windows 7 was released. I did run Windows 7 Release Candidates on a test system for several months before its release and was very happy with it. I even wrote a series of articles about it too. Here they all are.
Upgrading to Windows 7 from Windows XP
Upgrading from Windows XP to Windows 7 (Part 1)
Upgrading from Windows XP to Windows 7 (Part 2 - Drive Imaging)
Upgrading from Windows XP to Windows 7 (Part 3 - Hardware / Software Inventory)
Upgrading from Windows XP to Windows 7 (Part 4 - Windows 7 Installation)
Upgrading from Windows XP to Windows 7 (Part 5 - Applications and Settings)
Upgrading from Windows XP to Windows 7 (Part 6 - Epilogue)
Beta testing Windows 7
Beta testing Windows 7 - Part 1
Beta testing Windows 7 - Part 2
Beta testing Windows 7 - Part 3
Beta testing Windows 7 - Part 4 (Antec cases)
Beta testing Windows 7 - Part 5 (BIOS and installation)
Beta testing Windows 7 - Part 6 (software overview) (Video)
Beta testing Windows 7 - Part 7 (Photoshop Benchmark)
1db243de-b759-49fe-9b1c-862e23246661|0|.0|96d5b379-7e1d-4dac-a6ba-1e50db561b04
It was about a decade ago when I saw an ad for the e-holster. At the time, I was stuffing my pockets with a PDA, cell phone, keys, etc. and needed a better way of carrying all of these gadgets. The e-holster was just right.
I got my first one in 2001 and have worn one ever since. I have had to buy new modules over the years to accommodate the different gadgets. Over the past year, I have replaced all of the components.

Front of e-Holster

Inside of e-Holster
The leather shoulder holster had started to show its age, so I went with the nylon version. It also has loops for wired headsets, where the leather one did not. And the Android phone and new eyeglass case size required the purchase of new case modules (leather).
a8f13e54-bf4d-424a-ab8f-bd454d944e9d|0|.0|96d5b379-7e1d-4dac-a6ba-1e50db561b04
Network shell (Netsh) is a tool an administrator can use to configure and monitor network devices on Windows based computers at a command prompt. A common use of Netsh, is to reset the TCP/IP stack back to default settings.
But not only will Netsh reset the TCP/IP stack, but it can also completely reset your network adapter(s). It will reset the Windows Firewall in Windows 7 too.
Using Netsh in Windows 7
To use Netsh, you will need to open a Command Prompt as an administrator. There are two ways to do this:
- Click the Start button, then All Programs, then Accessories, then right-click Command Prompt, and then click Run as administrator. If you're prompted for an administrator password or confirmation, type the password or provide confirmation.
or
- Click the Start button. In the search box, type Command Prompt, and then, in the list of results, right-click Command Prompt, and then click Run as administrator. If you're prompted for an administrator password or confirmation, type the password or provide confirmation.
Netsh commands in Windows 7
The following is a list of the Netsh commands you can use to reset your Windows 7 network adapter:
Restores the Windows Firewall with Advanced Security policy to the default policy. The current active policy can be optionally exported to a specified file. This command returns all settings to not configured and deletes all connection security and firewall rules in a Group Policy object.netsh advfirewall reset
Resets the BranchCache service. Flushes the local cache. Every configuration parameter of BranchCache will be reset to its default value.netsh branchcache reset
Resets TCP/IP and related components to a clean state.netsh int ip reset c:\resetlog.txt
Resets IPv6 configuration state.netsh int ipv6 reset
Resets Winsock Catalog to a clean state. All Winsock Layered Service Providers which were previously installed must be reinstalled. This command does not affect Winsock Name Space Provider entries.netsh winsock reset
440b48b5-fca3-4185-a03a-eaf0edbc958c|6|3.2|96d5b379-7e1d-4dac-a6ba-1e50db561b04
Network shell (Netsh) is a tool an administrator can use to configure and monitor network devices on Windows based computers at a command prompt. A common use of Netsh, is to reset the TCP/IP stack back to default settings.
But not only will Netsh reset the TCP/IP stack, but it can also completely reset your network adapter(s). It will also reset the Windows Firewall in Windows Vista.
Using Netsh in Windows Vista
To use Netsh, you will need to open a Command Prompt as an administrator. There are two ways to do this:
- Click the Start button, then All Programs, then Accessories, then right-click Command Prompt, and then click Run as administrator. If you're prompted for an administrator password or confirmation, type the password or provide confirmation.
or
- Click the Start button. In the search box, type Command Prompt, and then, in the list of results, right-click Command Prompt, and then click Run as administrator. If you're prompted for an administrator password or confirmation, type the password or provide confirmation.
Netsh commands in Windows Vista
The following is a list of the Netsh commands you can use to reset your Windows Vista network adapter:
Resets interface informationnetsh int reset all
Resets TCP/IP and related components to a clean state.netsh int ip reset c:\resetlog.txt
Resets IPv6 configuration state.netsh int ipv6 reset
Resets firewall configuration to default. Restoring the default settings will delete all Windows Firewall settings that you have changed. For example, if you have allowed certain programs through the firewall, those programs will be blocked again.netsh firewall reset
Resets Winsock Catalog to a clean state. All Winsock Layered Service Providers which were previously installed must be reinstalled. This command does not affect Winsock Name Space Provider entries.netsh winsock reset
fa26b1c0-9ef2-4be3-85ac-e2158ad27e10|0|.0|96d5b379-7e1d-4dac-a6ba-1e50db561b04