dir cert:\LocalMachine\My | Where-Object { $_.hasPrivateKey } | Foreach-Object { [system.IO.file]::WriteAllBytes("$home\$($_.SubjectName).pfx", ($_.Export('PFX', '')) ) }
Wednesday, September 07, 2011
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
Subscribe to:
Posts (Atom)