FooBar i klawiatura multimedialna pod Windows

Od samego początku moja ulubiona klawiatura multimedialna Microsoftu miała problem by obsługiwać cokolwiek innego niż Windows Media Player. Kiedyś udało mi się doprowadzić do tego by działa ok z Winampem, ale ten stał się bloatware i zamiast grać muzykę, zaczął tańczyć śpiewać i gotować, przyszedł czas na ascetyczny, minimalistyczny i …

Windows Vista digital and analog output at the same time

I thought i have a very simple setup, a home theater system connected to my computer through a optical cable to a digital SPDIF output, and headphones connected to my back analog output. Simple, when I play games I use headphones with home theater system turned off, when I watch …

Enumerate ActiveDirectory Group Members

This simple VBS script binds to a AD group and enumerates it’s members: Option Explicit Dim strMember, strDNSDomain, strContainer Dim objGroup, objRootDSE Dim arrMemberOf, strList, arrGroup ' Bind to Active Directory' Set objRootDSE = GetObject(„LDAP://RootDSE”) strDNSDomain = objRootDSE.Get(„DefaultNamingContext”) ' Bind to a group Object ' — By ldap path 'strContainer …

How to change multiple files NTFS access rights list by command line

When you have to change ACL on huge amount of files (eg. give yourself rights to delete Vista files form a secondary partition 😉 ), you have to way’s to do that: sit all day changing ACL to small groups of files repeatedly, cause trying to call „Properties” on a …

Automatic Email account configuration

Today I have been testing new hosting provider for my company, they have a nice little feature for automatic Outlook Express configuration (actually a Wisepanel feature). I have succesfuly used it, and then import that conifugration to my Outlook 2007 accounts, quicker that typing everthing myself 😉 Here’s a example …

Login failed for user ‘(null)’. Reason: Not associated with a trusted SQL Server connection.

Another of „It should just work” problems… resulting in: Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection. Number: 18452 Procedure: State: 1 Severity: 14 LineNumber:0 System.Data.SqlClient.SqlException : Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection. at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, …

Back to Top