Mijalko
Programming and other things
Pages
(Move to ...)
Home
My Blender learnings
▼
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', '')) ) }
Free partition magic tool
http://gparted.sourceforge.net/
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
‹
›
Home
View web version