Kill Process By User SID VB.NET 30. April 2013 sellout (0) I see a few C# Versions of this on the web. Here is a VB version. Private Shared Function ProcessKillByOwnerSID(sProcessName As String, sSID As String) As Integer Dim oProcesses() As Process = System.Diagnostics.Process.GetProcessesByName(sProcessName) Dim i As Integer = 0 ... [More]
Back Up System State to Nas Share - Windows 7, 8 and Server 2012 5. March 2013 sellout (0) The backup operation that started at '2013-03-04T04:34:27.113260900Z' has failed with following error code '0xC03A0005' (The version does not support this version of the file format.). Please review the event details for a solution, and then rerun the backup operation once the issue is resolved. [More]
Excel ODBC DSN-less Connection 19. February 2013 sellout Excel (0) Create an Excel workbook with DSN-less Data Connection that works with parameterized stored procedures that take values from cells. [More]
Red Meat 28. January 2013 sellout Unix (0) Alameda County Line Use the above myspace link to listen to a lovely tune by Red Meat. Below is some fantastic advice I got from here. ^M is DOS line break charater which shows up in unix files when uploaded from a windows file system in ascii format.To remove this, open your file in vi editor a... [More]
ICACLS your App Pool User 26. January 2013 sellout IIS (0) A proper security setting on IIS content folders [More]
To WPF or Not to WPF 10. January 2013 sellout WPF (0) WPF - Improve the propaganda, I don't have too many complaints about the platform. [More]
Renew Certificate - Same Private Key 9. January 2013 sellout Certificates, IIS (0) ...if you actually have the original private key. [More]
Self-Signed Cerificates for IIS 2. January 2013 sellout IIS (0) Makecert that comes with Visual Sudio is the best way I know of to create self signed certificates for IIS. [More]