Aspell for Windows

The native Windows Aspell port is no longer supported. Instead, use Aspell in Windows via Windows Subsystem for Linux. Install Aspell in Windows Subsystem for Linux:

wsl apt install aspell

Then check spelling of a file like:

wsl aspell -c myfile.txt

Note: don’t include the prefix .\ in the file name, as that will not work in WSL.


Related: Aspell don’t backup Related: Aspell user dictionary location