A Powershell script (.ps1) file that will allow you to modify the file creation time with the current date and time
When the script .ps1 file is executed, you will be asked to enter the full path of the file. When you press Enter, the script .ps1 file will automatically update the file creation time to the current date and time. Once the process is complete, you will be asked whether you want to repeat the script .ps1 file or not
Tip
Before running your script .ps1 file, you need to run Powershell as administrator first, then type Set-ExecutionPolicy -ExecutionPolicy Unrestricted or Set-ExecutionPolicy -ExecutionPolicy Bypass before running the script .ps1 file
Well, I created this script .ps1 file for FNF (Friday Night Funkin') modders who generate spritesheet using Spritesheet XML Generator, but with old-fashioned file creation times and that's about it