Thanks for your response. I didn't know the image will not be clear enough. Below is the text on the image.
Do you actually see an image? I don't.
Very apparently the folder is still compressed. Go to C:\Program Files\Microsoft SQL Server, right-click and Select properties. Then click on the Advanced button. Make sure that the Compress checkbox is cleared.
You can also open a command-line window and move to C:\Program Files\Microsoft SQL Server and run
compact /u
. If you get permission errors, open the command-line window with Run as Administrator
.