Is there some way I can persuade the operating system to decompress all files

A

Academia

I let Disk Cleanup compress many files that I now wish were not compressed.

Is there some way I can persuade the operating system to decompress them?


thanks
 
M

Mike Cawood, HND BIT

Academia said:
I let Disk Cleanup compress many files that I now wish were not compressed.

Is there some way I can persuade the operating system to decompress them?


thanks
Select the files, right click & select Properties, click on Advanced button
and deselect 'Compress contents to save disk space'.
Regards Mike.
 
J

John John

They can be "uncompressed" en masse from the Command Prompt. Start a
command session and navigate to the root of the drive and use the
Compact command, typically:

cd\
compact /u /i /a /s:\

That will uncompress all the files on the drive. For help on the
command use the /? switch, example:

compact /?

You can issue the command at the root of any folder, it will only
decompress the files in that folder and its subfolders. You can also
right click on the drive or any folder and in Properties>Advanced you
can uncheck the "Compress contents..."

John
 
A

Academia

thanks a lot

John John said:
They can be "uncompressed" en masse from the Command Prompt. Start a
command session and navigate to the root of the drive and use the
Compact command, typically:

cd\
compact /u /i /a /s:\

That will uncompress all the files on the drive. For help on the
command use the /? switch, example:

compact /?

You can issue the command at the root of any folder, it will only
decompress the files in that folder and its subfolders. You can also
right click on the drive or any folder and in Properties>Advanced you can
uncheck the "Compress contents..."

John
 
A

Academia

thanks a lot

Mike Cawood said:
Select the files, right click & select Properties, click on Advanced
button and deselect 'Compress contents to save disk space'.
Regards Mike.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top