Fix Problem Where Windows PowerShell Cannot Run Script Whose Path Contains Spaces
Most people will likely find the “Run script path with spaces from File Explorer” (to be able to double click a PS script whose path contains spaces to run i...
Most people will likely find the “Run script path with spaces from File Explorer” (to be able to double click a PS script whose path contains spaces to run i...
A while back I wrote about some reasons why I didn’t like GWB (Geeks With Blogs) and was attracted to WordPress. 6 months later and I am confident that I mad...
I’m new to working with Xml through PowerShell and was so impressed when I discovered how easy it was to read an xml element’s value. I’m working with readin...
There are a few different ways to create zip files in powershell, but not many that allow you to create one that is password protected. I found this post tha...
I love PowerShell, and when prompting users for input I often prefer to use GUI controls rather than have them enter everything into the console, as some thi...
Update: I’ve moved this project to it’s own new home at https://invokemsbuild.codeplex.com. All updates will be made there.
We recently upgraded from VS (Visual Studio) 2010 to VS 2012, and with it had to upgrade our .dbproj database project to a .sqlproj. When making the switch I...
A while ago I blogged about a powershell script I made that would automatically update your ClickOnce project file’s Minimum Required Version to the latest v...
I love AutoHotkey (AHK). Ever since I discovered it a little over a year ago I am constantly surprised and pleased with what I am able to accomplish with it....
Hey everyone, I know many of us regularly use Sharepoint for document storage in order to make documents available to several people, have it version control...
If you are like me and don’t want to have to enter your password each time Windows loads, you can have Windows start up without prompting you to enter a user...
Geeks With Blogs has been good to me, but there are too many tempting things about Word Press for me to stay with GWB. Particularly their statistics features...
Update: Before you go running your script as an admin, see if this less obtrusive fix will solve your problems.
You know you’ve seen it before; somebody sends out a company-wide email (or email to a large diverse audience), and a couple people or small group of people ...
I just thought I’d give readers a heads up that you can use Classic Shell to get the old Windows 7 style of start menu back instead of using the new crappy W...
Update (Feb 10, 2016): I found a NuGet package called simple-config that allows you to dynamically bind a section in your web/app.config file to a strongly t...
Over the past couple years I’ve been keeping track of common SQL Server script commands that I use so I don’t have to constantly Google them. Most of them ar...
Update: Before you go running your script as an admin, see if this less obtrusive fix will solve your problems.
This is a general message for all XNA developers that in XNA 4 it takes typically 1 - 1.5 seconds to create a new BasicEffect object, while only about 100 mi...
Today I was thinking about using a ClickOnce application in my build process. The problem is, when using an installed ClickOnce application (as opposed to a...