Problem: Windows 10 locks shared NTFS partition(s). From Linux (multiple boot), files on the NTFS partition(s) cannot be deleted and programs depending on the partition's data cannot function properly.
- Boot into Windows
- Shut down Windows (specifically not restart)
Hopefully Windows will not lock the partition(s) since you shut down.
- Press the Windows button on the keyboard to open Start menu or Start screen.
- Search for cmd. In the search results list, right-click Command Prompt, and then select Run as Administrator.
- When you are prompted by User Account Control, select Continue.
- At the command prompt, type
powercfg.exe /hibernate off
, and then press Enter. - Type exit, and then press Enter to close the Command Prompt window.
Steps via Microsoft Docs page "How to disable and re-enable hibernation on a computer that is running Windows"