Tag Archive

How to the Change Password Complexity Requirements in Windows Server 2008

Published on 20 October , 2011 By bill

To change the password complexity requirements settings in Windows Server 2008:

How to Connect to Exchange with the EWS Managed API

Published on 13 October , 2011 By bill

Introduction The Exchange EWS managed API is very easy to use but there are some hurdles that may make it a little hard to get started.

How to Rename, Delete or Move an Opened or Locked File in Windows

Published on 13 October , 2011 By bill

Introduction If you have experienced the following error in Microsoft Windows: The action can’t be completed because the folder or a file in it is open in another program Close the folder or file and try again. There is a very useful program that can help.

How to Dump MySQL Tables Without Data

Published on 10 October , 2011 By bill

Use the mysqldump command with the –no-data option:

How to Make Outlook Web App Login Automatically with C#

Published on 10 October , 2011 By bill

Introduction It is easy to place a web browser component into an application and use the features of OWA (Outlook Web Application) as a built in organiser, contacts manager and email client.

How to Fix DFS Namespace Error

Published on 10 October , 2011 By bill

The error: The DFS Namespace service could not initialize cross forest trust information on this domain controller, but it will periodically retry the operation. The return code is in the record data. Can be fixed by making the following changes in the registry:

How to Download an Entire Website with WGET

Published on 28 September , 2011 By bill

Introduction If you have ever had to or needed to copy or move a website, wget is quite handy. Wget is open source, available on Linux, OSX and Windows and is very easy to use. A whole website can be downloaded with one simple command.

How to use Linux from Windows

Published on 28 September , 2011 By bill

Introduction There may be times that you may want a bash terminal or other Linux application but you are stuck in Windows. There are some ways around this so you can still access your Linux applications while using Microsoft Windows.

How to Format a Number in a C# WPF Binding

Published on 27 September , 2011 By bill

A number can be formatted in a XAML binding.

How to Remove the Header From a C# WPF ListView

Published on 27 September , 2011 By bill

To remove a header from a WPF ListView, a style needs to be created targeting the GridViewColumnHeader.