delete

DJ SUMMEY...

DOING WORK ! at a guitar center...
delete

Cool render a friend and I did almost 10...

Get the latest Flash Player to see this player. [Javascript required to view Flash movie, please turn it on and refresh this...
delete

Don’t be so possessive! Getting ri...

So you say the only thing you really liked about Vista was the way they did away with the possessive adjective for your data folders – “Documents” instead of “My Documents,” and so forth. Now in Windows 7, it’s back again. What’s up with that? Maybe they were afraid we would get them confused with somebody else’s documents? At any rate, you can change it if you want. Here’s how: Click the Windows Explorer icon on the taskbar. In the left pane, navigate to the drive where Windows 7 is installed. In the right...
delete

PowerShell tips...

  The first thing you need to do is make sure that Powershell is set to execute Powershell scripts, instead of only allowing interactive commands to be run in the Powershell environment. Type the following at the Powershell command prompt:   set-executionpolicy RemoteSigned   This will allow the system to run Powershell scripts that are created locally (Remote Powershell scripts that may be downloaded must be signed). Once this is done, you can create your Powershell script using notepad. Just make sure you name the file with an extension of .ps1 . Now to run the...