PDA

View Full Version : Windows' compressed folders utility "password-protected" issue...


javacool
December 9th, 2002, 09:08 PM
Recently I found one solution to the following bug:

On Windows XP (and probably also Windows ME), you will sometimes get a "password protected" message for zip files that are not password protected.

The following fix has been verified on Windows XP (I will test to see if this scenario exists on Windows ME also shortly):

-This problem can be caused by a single space right before the ".zip" extension in the filename.

Ex. "test .zip" will give an "enter password" error when trying to decrypt
BUT
"test.zip" will not

Best regards,

-Javacool