Configuring WinSCP to disable anonymous usage statistics - Tasks and registry edits not working
Hello,
I am trying to package WinSCP for use in an organization and currently the option for sending anonymous usage statistics is enabled when the application is launched. I have reviewed the documentation to disable the feature but both options are proving ineffective and I have not been able to find additional information in the forums regarding the issue.
It is packaged in a PowerShell App Deploy Toolkit and in the Parameters portion, we have this right now:
-Parameters
I have also tried editing the registry keys under
Any thoughts on this situation would be greatly appreciated.
Thank you
I am trying to package WinSCP for use in an organization and currently the option for sending anonymous usage statistics is enabled when the application is launched. I have reviewed the documentation to disable the feature but both options are proving ineffective and I have not been able to find additional information in the forums regarding the issue.
It is packaged in a PowerShell App Deploy Toolkit and in the Parameters portion, we have this right now:
-Parameters
/ALLUSERS /VERYSILENT /NORESTART /TASKS='enableupdates,enableupdates\enablecollectusage,sendtohook,urlhandler'
I have also tried editing the registry keys under
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Martin Prikryl\WinSCP 2\
for DefaultCollectUsage
and DefaultUpdatePeriod
by setting their values to 0
instead of the default 1
and 7
respectively.
Any thoughts on this situation would be greatly appreciated.
Thank you