19,155 tutorials online
11 tutorials pending review
763 dead links removed





Windows: Development Tutorials

 

Getting the Right Output in PowerShell
Posted in Windows > Development by tutorialgrub on May 23, 2011

In this tutorial, we will show you how to get the exact output you are looking for in PowerShell.
46 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

Understanding the Windows Management Instrumentation (WMI) Part II
Posted in Windows > Development by tutorialgrub on May 20, 2011

In this tutorial you will learn how to make PowerShell interact with WMI.
51 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

How to set up NAT Routing on Windows XP
Posted in Windows > Development by tutorialgrub on Mar 14, 2011

Hello again! I decided to stop making programming tutorials for a couple of days so in this tutorial you will learn how to set up NAT Routing on Windows XP. Some of you know that some time ago I was working on a project in Visual Basic 6 that would do this thing. So, in Windows there is a tool that is used to manage network stuff like setting IP Addresses, set up routing etc. This tool’s name is netsh (short for network shell). Using netsh you will need 2 NICs (Network Interface Cards), one to connect to the public network(to the Internet) and the other to connect to the private network(to other computers in LAN). So the network schema will look like this:
10 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial


1