Pages

Wednesday, September 07, 2011

Export Certificates using Powershell

dir cert:\LocalMachine\My | Where-Object { $_.hasPrivateKey } | Foreach-Object { [system.IO.file]::WriteAllBytes("$home\$($_.SubjectName).pfx", ($_.Export('PFX', '')) ) }

Thursday, September 01, 2011

Convert amr file to mp3

Some android applications may save audio files in amr format. To convert amr file to mp3 file you can use this tool