Windows keeps a record of when a file was created, who authored it, and when it was last modified. This information is known as file attributes and can be used to sort files by date, author name, and other parameters.
The problem is that sharing a file with your teacher or supervisor at work entails sharing all of this information, putting your job or grades at risk. To prevent this, you can modify these attributes.
If you don't want the receiver to know the actual file attributes, here's how to remove or modify them.
How to Change the Date Created, Date Accessed, and Date Modified Attributes Using PowerShell
File Explorer doesn't allow changing critical attributes, such as the date a document was created, accessed, or modified. With PowerShell, a command-line interface utility built into Windows, you can modify them.
However, the process to change the attributes with PowerShell is a bit complex. If you don't have any experience using PowerShell, you can use a third-party app, Attribute Changer, to change the attributes, as explained in the next section.
If running a few commands in PowerShell isn't a big deal (for instance, you already know the best PowerShell commands), follow the steps outlined below to change the created, modified, or accessed dates.
First, type "PowerShell" in Windows Search, right-click on PowerShell, and select Run as administrator. This gives the utility administrative access to make the desired changes without any restriction.

Then, navigate to the directory where the file or folder you want to change the attributes of is located. Type cd.. to move back one folder in the given path, and cd folder_name to move to the next folder.
For example, our desired folder is located at the following location:
C:\Users\ehtas\Documents\Files However, in PowerShell, we were in the "System 32" subfolder of the main folder "Windows." Therefore, to return to the main directory "C," we've executed cd.. twice. Then, we used the cd folder_name command three times to get to the directory where we wanted to be.

Therefore, use both commands to reach the folder you want to modify attributes for. After landing in your desired directory, type the following command after inserting the file name and your preferred date of creation:
$(Get-Item File-name).creationtime=$(Get-Date "mm/dd/yyyy") If PowerShell doesn't present any errors and takes you to the same directory again, that confirms that the attributes have been successfully changed.
Likewise, you can change the date modified and the date accessed by typing the following two commands:
$(Get-Item File-Name).lastaccesstime=$(Get-Date "mm/dd/yyyy")
$(Get-Item File-Name).lastwritetime=$(Get-Date "mm/dd/yyyy") 
Before changing the attributes, here is how a file's created, modified, and accessed dates looked:

After changing them with PowerShell, here are the updated dates:
Windows makes real-time changes to attributes. Therefore, don't modify or access the file after making changes since it will change the modified and accessed dates again.
How to Modify the Date Created, Date Accessed, and Date Modified Using Attribute Changer
The Attribute Changer app is one of the third-party attribute changer apps that lets users change file attributes, including when a file was created, modified, or accessed. If changing the file attributes using PowerShell is challenging for you, here are the steps to modify them using this third-party app:


In the same way that we changed the attributes of a file, you can also change the attributes of a folder using Attribute Changer.
Using third-party tools to modify attributes requires you to grant apps permission to access the file. Therefore, if the documents you want to modify the dates for are confidential, don't use third-party apps to change the attributes; instead, use the official methods offered by Windows.
How to Remove Other File Attributes Using File Explorer
While File Explorer does not permit modifying critical attributes such as Date Created, Date Modified, and Date Accessed, it does permit users to remove specific attributes such as the author, copyright information, revision number, etc. To remove attributes that are possibly removable using File Explorer, follow the below steps:


Modify Your File's Attributes With Ease
Modifying file attributes is a great way to hide author information, revision numbers, and other details, such as when a file was created, modified, or accessed. Hopefully, you now better understand the different ways to modify file attributes. Using PowerShell is the easiest and most recommended method to change them.
If you find it complicated or want more control over how the attributes are changed, you can use the Attribute Changer. If you take this route, be aware of the privacy risks involved.
ncG1vNJzZmivp6x7rq3KnqysnZ%2Bbe6S7zGiaoZmenLJusMCtnGabopqutbHDZqSonJmbtqawjKiroZ2iYsSqusOorqxn