From 744275f621a97d80b5fc4a4cc650fc020c2ff560 Mon Sep 17 00:00:00 2001 From: thex Date: Sun, 23 Jun 2019 19:57:55 +0200 Subject: [PATCH] added Readme explanation of tray icon fix, #11 --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0f1ecaf..23ffe9b 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ Many claim that the reconnect problem leads back to a timing problem during logi ## Reconnect offline network shares Example for a reconnect of a drive which was wrongly recognized by Windows as offline. -![2](/screenshots/drives_off_on.png) +![1](/screenshots/drives_off_on.png) ## Reconnect not-connected network shares Example for a reconnect of a drive which was recognized by Windows as not-connected. -![3](/screenshots/drives_nc_on.png) +![2](/screenshots/drives_nc_on.png) ## Prerequisites * Windows XP, 7, 8, 8.1, 10 @@ -85,7 +85,9 @@ If your share needs to be accessed over HTTP(S) like `http://my.webserver.com/pa - [ ] permanent task / hook on event? ## Known Issues -None +There might be an issue which results in an occurring tray icon which states *Could not reconnect all network drives*. If you want to get rid of this tray icon and the corresponding message you can use the script files included in this [repositoy](https://github.com/thexmanxyz/network-share-reconnecter/tree/master/registry). They might also get merged to one of the next releases. There is one file to apply the fix and a second one to restore the previous / original state. + +![2](/screenshots/tray_issue.png) ## by [thex](https://github.com/thexmanxyz) Copyright (c) 2019, free to use in personal and commercial software as per the [license](/LICENSE.md).