free cd burners for xp

brett If you have ever used XP or Vista’s native cd burning software you know how limited it is for even the most basic of tasks such as burning a audio cd.  Now personally I liked a free software called CDBurnerXP.  However for one reason or another, (usually .net framwork), the software keeps breaking and I have to spend time repairing it. So I decided to test a few softwares and see what worked well for me.

Continue reading

Terminal Services Remote App

brettI’ve been looking into ways to take advantage of the new features in Terminal Services for our company. One thing in particular, Remote Applications, caught my eye and reminded me of the tools I used to use when I was running Citrix.  Although it wasn’t that interesting to my fellow coworkers, who at the time were relatively new to Terminal Services.  That was largely because their main issue was that they couldn’t see their actual desktop, and the web interface that allowed them access to those applications was unfamiliar, and therefore, uncomfortable.  But the times have changed yet again, and these days my coworkers use a combination of thin clients and laptops to allow them to work from anywhere.

Continue reading

6 – 7 versions of Windows 7 WTF?!

windows_7_graphicI wasn’t a fan of Microsoft’s decision to put out umpteen versions of Vista and I’m still not a fan of this marketing tactic in regards to Windows 7. Microsoft released details today that they will be releasing 6 versions of Windows 7 plus a an N version for the EU that will ship without Media Player installed.

Continue reading

Powershell the switch statement pt 2.

The string value specified in the switch statement’s script block has to exactly match a condition for that condition to equal true. Despite it being unnecessary for exact matches, this would be the same as using the -exact option in a switch statement. There are other options available for use such as -wildcard which lets you use wildcards, and -regex which uses regular expressions. lets look at an example;

Continue reading

Free CD burner for windows

Maybe I’m wrong, but I don’t think I’m alone in the thinking that the cd burning software included with windows is one of the worst, if not plainly the worst cd composition software available to users today. It is severely lacking in features such as those that would allow you to copy a cd, design an audio cd with any normalization or track control, or even simply create an .iso image file. About the only thing it does do is allow you to burn some piece of data on to the physical media that we call cd’s or dvd’s. That’s why I’m happy to have found CDBurner XP.

Continue reading

Powershell tutorial. The For Statement

This week’s lesson builds on last weeks tutorial but introduces the For statement. The For statement uses a counting loop that processes and continues through a collection as long as the condition equals true. Similar to If statements, the for statement includes a conditional code block and a script block. However you will see that the conditional code block is far more complex.

Continue reading