Zend certified PHP/Magento developer

How to change Powershell Set-Location behavior?

Let’s say i have a folder named C:PROG.
In Powershell, if i type CD c:prog, it changes to correct location, but somehow it stores location internally as C:prog, instead of C:PROG.

Is there a way to make Powershell “post process” location change to correct case internally?