Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: How does DefaultCollectUsage work

It's default. It applies only when use use WinSCP for the first time on the respective local account.
If you are already using WinSCP, just disable them in the GUI:
https://winscp.net/eng/docs/ui_pref_updates
Bummibaer

How does DefaultCollectUsage work

I want to disable statistics.
I've found so far:
https://winscp.net/forum/viewtopic.php?t=26832
and the Link
https://winscp.net/eng/docs/administration

[HKEY_LOCAL_MACHINE\SOFTWARE\Martin Prikryl\WinSCP 2]
"DisableOpenEdit"=dword:00000001
"DisablePasswordStoring"=dword:00000001
"DisableAcceptingHostKeys"=dword:00000001
"ForceBanners"=dword:00000001
"DefaultUpdatesPeriod"=dword:00000000
"DefaultCollectUsage"=dword:00000001

On 64-bit systems, a physical location of the key is HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Martin Prikryl\WinSCP 2 (as WinSCP is 32-bit application).

But it doesn't work. Both in
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Martin Prikryl\WinSCP 2
and
HKEY_LOCAL_MACHINE\SOFTWARE\Martin Prikryl\WinSCP 2
there is no influence on the property dialogue.
What is the right combination of DefaultUpdatesPeriod and DefaultCollectUsage?
regards
Steffen