Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Dropbox Client no longer works with the script to disable Automatic Update Services applied #189

Closed
Dario011 opened this issue Dec 27, 2022 · 5 comments
Labels
blocked/need-repro Needs a test case to reproduce the bug bug Something isn't working

Comments

@Dario011
Copy link

Description

When using the scripts to disable Dropbox Automatic Updates Service, the client becomes unusable, it shows me the following message "Your device has no internet connection. Please try again", and it stays in "Connecting..." and never starts.

OS

Windows 10 21H2 (OS Build 19044.2364)

Reproduction steps

  1. Execute the script (which has, among other things, the deactivation of Dropbox updates activated).
  2. Open Dropbox Client (version 163.4.5456)
  3. See "no internet" errors and stays on "Connecting..." forever.

Scripts

privacy-script.txt

Screenshots

Captura de pantalla 2022-12-27 151450
Captura de pantalla 2022-12-27 151525

Additional information

Even if I have applied the script to revert it, it does nothing, even if you do a reboot, nothing changes.

@Dario011 Dario011 added the bug Something isn't working label Dec 27, 2022
@deltabeard
Copy link

I have hit this bug with Dropbox v175.4.5569.

@undergroundwires
Copy link
Owner

Thank you for the quality issue @Dario011 with helpful details including script file. Can this be caused by Disable active probing (pings to MSFT NCSI server)? As you verified, this does not seem to be caused by the dropbox scripts.

Let me know if reverting this solves the issue for anyone, if we identify that it's the case, we should document that this script can break third party apps connectivity checks, and dropbox devs should have done better..

Revert script
@echo off
:: https://privacy.sexy — v0.12.3 — Fri, 22 Sep 2023 23:49:51 GMT
:: Ensure admin privileges
fltmc >nul 2>&1 || (
    echo Administrator privileges are required.
    PowerShell Start -Verb RunAs '%0' 2> nul || (
        echo Right-click on the script and select "Run as administrator".
        pause & exit 1
    )
    exit 0
)


:: Disable active probing (pings to MSFT NCSI server) (revert)
echo --- Disable active probing (pings to MSFT NCSI server) (revert)
reg add "HKLM\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet" /v "EnableActiveProbing" /t REG_DWORD /d "1" /f
:: ----------------------------------------------------------


pause
exit /b 0

@Dario011
Copy link
Author

Thank you for the quality issue @Dario011 with helpful details including script file. Can this be caused by Disable active probing (pings to MSFT NCSI server)? As you verified, this does not seem to be caused by the dropbox scripts.

Let me know if reverting this solves the issue for anyone, if we identify that it's the case, we should document that this script can break third party apps connectivity checks, and dropbox devs should have done better..

Good evening, I imagined that I would never have any answer to this problem....
Unfortunately, there is not much I can do, since I switched from Windows to Linux several months ago.
From what I remember, I used that script to disable updates, and Dropbox literally never worked again (I even used that revert script, and nope, searching this specific solution in internet it was completely useless), in fact I had to format it to make it work.

@undergroundwires
Copy link
Owner

Thank you for the update. I'm sorry for late response, life things lately and missed this issue. This kind of side-effects are not intended and can be considered bug. We should handle this if anyone else that encounters this problem gives us more context.

P.S.: I also switched to Linux, added Linux support in recent versions. Linux will be first-class citizen in privacy.sexy.

@undergroundwires undergroundwires added the blocked/need-repro Needs a test case to reproduce the bug label Dec 16, 2023
@undergroundwires
Copy link
Owner

Closing this as we cannot reproduce this anymore. If anyone else experiences this in future, feel free to create a new issue or re-open this with help request or just by sharing more insights.

undergroundwires added a commit that referenced this issue Aug 10, 2024
- Group NCSI disabling under single category for better organization.
- Remove NCSI from 'Strict' recommendations due to side effects
  (addressing #189, #216).
- Improve documentation with cautions about breaking internet status and
  captive portals (addressing #189, #216).
- Add removal of new `NcsiUwpApp` system app #279.
- Add more ways to disable the feature.
- Add ability to constrain Windows version in `DisableService`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked/need-repro Needs a test case to reproduce the bug bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants