Disable Senso Web Filter (sensowfp) to improve internet speed

Modified on Thu, 26 Oct, 2023 at 8:14 AM

The following script will create a file in the senso.cloud directory (if it does not already exist) that disables the senso web filter service (sensowfp). This will take effect once the senso.cloud.service restarts. 

if(!(Get-Item "C:\Program Files\Renato\senso.cloud\disablefilter" -ErrorAction SilentlyContinue)){New-Item -path "C:\program files\renato\senso.cloud" -Name "disablefilter" -itemtype file}

This can be applied as a policy to apply automatically.


To restart the senso service from senso itself, the following command can be run (powershell):

sc.exe stop senso.cloud.service;start-sleep -seconds 3;sc.exe start senso.cloud.service

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article