The whole concept of passwords is that they're secret. Windows itself doesn't actually store your password in plain text - it stores a numeric hash value that's calculated using a one-way mathematical algorithm. There's no way to get the original password back other than by doing a "dictionary attack" which involves feeding a zillion combinations into the hashing algorithm to see which one matches the value that Windows has stored.