Windows App Showing CMD
Forums › General › Open Discussion › Windows App Showing CMD
-
Hi,
Every 2 minutes the CMD window will show then disappear after installing the Windows Clean Browsing client. When we disable the scheduled task the issue does not occur.
Verson 1.3.1
@Echo Off
Set ServiceName=dnscrypt-proxyfor /F “tokens=3 delims=: ” %%H in (‘sc query “%ServiceName%” ^| findstr ” STATE”‘) do (
if /I “%%H” NEQ “RUNNING” (
net start “%ServiceName%”
)
)Just installed on another endpoint and got the same issue. Having to disable the scheduled task on this new version.
Hi
Sorry about that, please try the latest version here: https://cleanbrowsing.org/guides/windows/
We’ve released a signed version of the installer and addressed the command window issue.
Thanks
Yep i think we’re sorted with the new version. Thanks guys 🙂
You must be logged in to reply to this topic.