yourfirstserver.comFriday, 25 May 2012
Find Us on : RSS/Feed Facebook Twitter

What is Windows Firewall?

Windows Firewall is a personal firewall which comes bundled with Microsoft’s Windows XP, Windows Server 2003, Windows Vista operating systems. It filters data before it enters your system. Not only does Windows Firewall check incoming information; it takes care of outgoing information as well. A firewall that works with a router program probes every network packet to decide whether to forward it toward its address.

Windows Firewall protects the valuable data stored on your PC in following ways:

• Denying Remote Login....

Windows Scripting Basics


Microsoft has built an incredibly powerful scripting language that can control almost every aspect of the Windows operating system. What I will be discussing here are only the basics that apply mostly to windows XP. Windows scripting has been around since Windows 98 but as the operating systems have progressed the scripting language has as well.

All the tools that we need to created windows scripts are included in windows and the is simply notepad. You can get other editors to use such as Script Editor, Scintilla and SciTE, and many more. But all

...