PSGlass

PSGlass is a small application that will search running processes for any PowerShell windows, and then glass what was found. The result is a fairly nice looking window and a tiny application that runs in your system tray.

Or, if you'd like to go without having anything running in background, just use our power shell script. If used properly, it can be used to glass every new window when it loads.
You can load the script buy editing your powershell profile script. Add the following:

Set-Alias glass .\glass.ps1
glass

To undo glassing by the powershell script, run: glass -undo

PowerShell Script

Download PSGlass – Does not require installation but requires Windows Vista and up.

Download PowerShell Script