Describe your Environment
OS: Windows 11
Paisa Version: 0.5.7
App Variant: Desktop
Describe the bug
The paisa app allows users to store their journal and db in custom paths. However, it still stores the initial config (paisa.yaml) in C:\Users\username\Documents\paisa , which it cannot write to if the user has enabled ransomware protection in Windows Defender.
I know that most users are not affected by it, but since ransomware protection is a security feature built into Windows, Paisa should ideally be a app that does not need any special write access to protected folders.
Paisa should try to store configuration files (like paisa.yaml) in the C:\Users\username\AppData\Local or at least ProgramFiles on Windows, since this is where apps are expected to store data.
To Reproduce
Steps to reproduce the behavior:
- Enable ransomware protection (a built in feature in Windows Defender)
- Try to make changes to config
- Paisa cannot save the changes
Expected behavior
Paisa should not be storing config files in folders which Windows considers as protected by default. It is also not possible to remove the Documents folder from ransomware protection, so disabling it or letting Paisa through is the only option.
Screenshots

Describe your Environment
OS: Windows 11
Paisa Version: 0.5.7
App Variant: Desktop
Describe the bug
The paisa app allows users to store their journal and db in custom paths. However, it still stores the initial config (
paisa.yaml) inC:\Users\username\Documents\paisa, which it cannot write to if the user has enabled ransomware protection in Windows Defender.I know that most users are not affected by it, but since ransomware protection is a security feature built into Windows, Paisa should ideally be a app that does not need any special write access to protected folders.
Paisa should try to store configuration files (like
paisa.yaml) in theC:\Users\username\AppData\Localor at least ProgramFiles on Windows, since this is where apps are expected to store data.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Paisa should not be storing config files in folders which Windows considers as protected by default. It is also not possible to remove the
Documentsfolder from ransomware protection, so disabling it or letting Paisa through is the only option.Screenshots
