Skip to content

Update the file creation time to the current date and time using a Powershell script (.ps1) file

Notifications You must be signed in to change notification settings

sirthegamercoder/File-Creation-Time-Updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

File Creation Time Updater

A Powershell script (.ps1) file that will allow you to modify the file creation time with the current date and time


How it works?

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


What is this script .ps1 file for?

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

About

Update the file creation time to the current date and time using a Powershell script (.ps1) file

Topics

Resources

Stars

Watchers

Forks