Windows App Showing CMD

Forums General Open Discussion Windows App Showing CMD

  • May 18, 2021 at 1:29 am

    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-proxy

    for /F “tokens=3 delims=: ” %%H in (‘sc query “%ServiceName%” ^| findstr ” STATE”‘) do (
    if /I “%%H” NEQ “RUNNING” (
    net start “%ServiceName%”
    )
    )

    May 24, 2021 at 4:54 am

    Just installed on another endpoint and got the same issue. Having to disable the scheduled task on this new version.

    June 14, 2021 at 8:15 pm

    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

    July 20, 2021 at 3:08 am

    Yep i think we’re sorted with the new version. Thanks guys 🙂