Baityfiler randomizes file creation, access and modification dates to make tech scambaiting VMs look more realistic.
You can download the .exe from the releases tab or generate it yourself using auto-py2-exe
Execute the listed comands in a powershell or cmd window in the directory your Baityfiler.exe is stored.
This example sets the access, modification and creation dates of examplefile.txt to random dates between June 1, 1990 and December 31, 2000.
Baityfiler.exe 1990-06-01 2000-12-31 examplefile.txt
This example changes the dates of all files and directories in the testdir directory and the dates of the directory itself. Anything contained in its subdirectories will stay unchanged.
Baityfiler.exe 1984-06-01 2000-05-04 testdir\
This example changes the dates of all files and directories in the testdir directory and its subdirectories.The dates of the directory itself will also be changed.
Baityfiler.exe 1984-06-01 2000-05-04 testdir\ -r
Any comand ending with the -h
flag will display the help, this includes Baityfiler.exe -h
without the normally required parameters.
- Directories/files in some protected directories can't be modified (Program files for example). I will try to resolve this issue in the next version of the program.
If you have any issues with the program that aren't listed under known issues in this readme, please report them by creating an issue under the Issues tab.
Please suggest changes/improvements under the Issues tab, just name your issue appropriately.