by ds | May 10, 2012 | Software
In AutoMapa 6.x the beeps after every mouse or keyboard event can be quite annoying. In addition, the feature which increases the system volume before AM sound output does not always work properly. E.g. you click a few times and the volume does not always increase...
by ds | May 10, 2012 | C# .Net
string principal = "meow"; //Windows Username string filter = string.Format("(&(ObjectClass={0})(sAMAccountName={1}))", "person", principal); string domain = "domainname.local"; string[] properties = new...