Tag: PowerShell

Just another Tech site

PowerShell – RGB Color Table

RGB color table something to help with coding colors RGB color space RGB color space or RGB color system, constructs all the colors from the combination of the Red, Green and Blue colors. The red, green and blue use 8 bits each, which have integer values from 0 to 255. This makes 256*256*256=16777216 possible colors.…
Read more

PowerShell: Script to embed audio

Playing around with embedding an audio wave file into a Windows Form, that starts when started, loops and then stops when closed.  I wanted to see if that can be done with a little Batman audio clip. Here is the audio with the encrypted compressed audio file as short demo $key can be what you…
Read more