Summary: Use Windows PowerShell to decrypt files.
How can I use Windows PowerShell to decrypt a file that it previously encrypted?
Use the Decrypt static method from System.IO.File .NET Framework class, for example:
[io.file]::Decrypt("C:\fso\FileWithOutExtension")