Applescript to make writable NTFS volumes. Unzip a double click, accept to install the service. Once is installed right click in Finder over a selected volume, then in services or quick actions options the utility should appear.
Applescript to easily make writable NTFS volumes in MAC, just download the zipped file and double click it to install as a ✨Mac Folder action✨then when a volume is added it should auto-detect it and prompt the user to make it writable
If you want to change the code or the literals, you can edit the script code and then save it in Automator. To do this:
- Open the automator program in your mac
- Select a new Folder action automation.
- Add all the code of the script between the on run {input, parameters} and the end run lines, except the utilities functions that goes on the top.
- Then select the folder /Volumes as the trigger for this action.
- Make the changes.
- Save it.