Softmaker 2021 writes >100MB Documents folder on start #22
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: WINDOWS/w10install#22
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Softmaker creates always a directory %USERPROFILE%\Documents\SoftMaker on start.
It also recreates this after a delete by the user. This slows down starting AND ending of all 3 applications.
This is unacceptable.
Also: The Backup function cannot be fully disabled via registry.
Solution:
Example Ini-File (ofw21config.ini):
[ofw]
AutoSave=0
AutoTime=1
BackupType=0
Others:
Access rights:
C:\Users\mschmidt\Documents\SoftMaker>attrib /D
A C:\Users\mschmidt\Documents\SoftMaker\addressbook.sqlite
R C:\Users\mschmidt\Documents\SoftMaker\Backup
A C:\Users\mschmidt\Documents\SoftMaker\biblio.sqlite
R C:\Users\mschmidt\Documents\SoftMaker\Bullets
R C:\Users\mschmidt\Documents\SoftMaker\PlanMaker 2021 templates
R C:\Users\mschmidt\Documents\SoftMaker\Presentations 2021 designs
R C:\Users\mschmidt\Documents\SoftMaker\Samples
C:\Users\mschmidt\Documents\SoftMaker\Settings
R C:\Users\mschmidt\Documents\SoftMaker\TextMaker 2021 templates
attrib +R "Presentations 2021 designs"
etc. pp.
works!