Wednesday, May 6, 2015

windows - How to remove the meta data of all files within a folder and it's sub folders?

When a right click a file and hit details, it shows me Date created, date modified, owner, and computer.


I have a folder that I want to send to someone.


Basically I want to remove the Date created, date modified, owner, and computer info (and other meta info) for all the files within that folder and its subfolders (and their subfolders etc etc)


My priority is simply to remove Date created, date modified (if I can also remove the other meta data I'll treat it as a bonus).


Does anyone know of a way to do this? I'm using 32-bit Windows Vista SP2 Home Premium.

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...