Breaking news from around the world Get the Bing + MSN extension
Hi All... I wanted to know how we can manually change ctime on a file in Windows OS ?
Changing ctime on linux is very simple. But we could not find any way to change it on Windows.
We need this to validate incremental backup data.
I wanted to know how we can manually change ctime on a file in Windows OS ?
In any langage, with SetFileTime
or, by command, with PowerShell, like :
powershell (ls e:\\test.txt).LastWriteTime = '2019/09/15'