https://github.com/tadghh/change-date
Adds a context menu entry to alter the "Date modified" property of a file to be something more sensible
https://github.com/tadghh/change-date
Last synced: 3 months ago
JSON representation
Adds a context menu entry to alter the "Date modified" property of a file to be something more sensible
- Host: GitHub
- URL: https://github.com/tadghh/change-date
- Owner: tadghh
- Created: 2023-11-18T20:30:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-25T07:51:25.000Z (over 1 year ago)
- Last Synced: 2025-01-13T05:43:03.886Z (5 months ago)
- Language: PowerShell
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeDate.ps1
Awesome Lists containing this project
README
# Change Date
Adds a context menu entry to change the last modified time of a file to be something more sensible.
# Install
This powershell command will download and run the installer, just paste it in easy peasy
```powershell
cd $env:USERPROFILE/Downloads;
mkdir ./temp;
cd ./temp;
$tmp = New-TemporaryFile | Rename-Item -NewName { $_ -replace 'tmp$', 'zip' } –PassThru;
Invoke-WebRequest -OutFile $tmp https://github.com/tadghh/change-date/archive/main.zip;
$tmp | Expand-Archive -DestinationPath ./ -Force; $tmp | Remove-Item;
cd .\change-date-main\;
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser;
.\ChangeDateInstall.ps1
;
```# TODO
- ~~Install instructions~~
- ~~Fix performance~~
- ~~Test in different environment~~
- ~~Clean up installer~~
- ~~Add more documentation~~
- ~~Add admin prompt request~~
- GUI for specifying the date