PropertySystemView v1.20

Andrew Lee on 24 Dec 2022
  • 139KB (uncompressed)
  • Released on 23 Dec 2022
  • Suggested by Special

PropertySystemView allows you view and modify the properties of file from GUI and command-line, using the property system of Windows operating system. For example, you can change the 'Media Created' timestamp stored in .mp4 files (System.Media.DateEncoded) as well as other metadata stored in media files and office documents, like Title, Comments, Authors, Tags, Date Acquired, Last Saved Date, Content Created Date, Date Imported, Date Taken (EXIF of .jpg files), and more.

PropertySystemView also allows you to set properties of Windows. For example, you can set the System.AppUserModel.ID property of a window in order to disable the taskbar grouping of the specified window.

Category:
Runs on:Vista / Win7 / Win8 / Win10
Writes settings to: Application folder
Unicode support: Yes
License: Freeware
How to extract: Download the ZIP package and extract to a folder of your choice. Launch PropertySystemView.exe.
What's new?
  • Added /CopyProperty command-line option, which allows you to copy a value of one property into another property.
  • For example, this command will copy the value of System.DateModified property into the System.Media.DateEncoded property:
  • PropertySystemView.exe /CopyProperty "C:\temp\1.mp4" System.DateModified System.Media.DateEncoded

Post your comment