Saturday, January 31, 2015

How to change "comments" on files in windows from command line?

In windows on certain files users are able to change the "comments" on the file. This can be done by right clicking the file -> properties -> Details as shown in this image



Questions




  1. Is there a way to do this from the command line?

  2. Is there a way to do this programmatically in a non-windows environment? Meaning, can the comments be added to a file in a non-windows box and when that file is moved to a windows box then those comments are actually visible?

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...