Dropbox closes on Hibernation
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I am running Windows 10 Professional 64-bit with Bitlocker applied.
When I leave my laptop I put it into Hibernate mode for security purposes.
Unfortunately, however, when I awaken my laptop from its hibernated state, then Dropbox invariably closes. (Or perhaps it closes when going into hibernate state)
All my other programs (e.g. Chrome, IE, Office) remain exactly as they were before the Hibernation. It is only Dropbox that seems to be affected.
Furthermore, the icon on the taskbar (near the clock) remains and does not disappear unless I hover my mouse over it. Because it does not disappear, I can very easily forget and then assume that my files are syncing, and often my colleagues who have relied on a file being synchronized do not get the latest updates.
I have reinstalled Dropbox and this did not help
windows-10 dropbox hibernate
add a comment |
I am running Windows 10 Professional 64-bit with Bitlocker applied.
When I leave my laptop I put it into Hibernate mode for security purposes.
Unfortunately, however, when I awaken my laptop from its hibernated state, then Dropbox invariably closes. (Or perhaps it closes when going into hibernate state)
All my other programs (e.g. Chrome, IE, Office) remain exactly as they were before the Hibernation. It is only Dropbox that seems to be affected.
Furthermore, the icon on the taskbar (near the clock) remains and does not disappear unless I hover my mouse over it. Because it does not disappear, I can very easily forget and then assume that my files are syncing, and often my colleagues who have relied on a file being synchronized do not get the latest updates.
I have reinstalled Dropbox and this did not help
windows-10 dropbox hibernate
If the tray icon remains until you mouse over it, that suggests Dropbox has crashed (at least has not closed in a controlled way). Is it the latest version of Dropbox? Do you have any firewall and/or VPN software installed? This may give you some ideas: dropboxforum.com/t5/Missing-files-and-folders/…
– Joe P
Jun 7 '17 at 22:49
@Joe P. It is the latest version of dropbox. There is eSet AV installed and Windows Firewall. Thanks for the link...
– gordon613
Jun 8 '17 at 10:10
add a comment |
I am running Windows 10 Professional 64-bit with Bitlocker applied.
When I leave my laptop I put it into Hibernate mode for security purposes.
Unfortunately, however, when I awaken my laptop from its hibernated state, then Dropbox invariably closes. (Or perhaps it closes when going into hibernate state)
All my other programs (e.g. Chrome, IE, Office) remain exactly as they were before the Hibernation. It is only Dropbox that seems to be affected.
Furthermore, the icon on the taskbar (near the clock) remains and does not disappear unless I hover my mouse over it. Because it does not disappear, I can very easily forget and then assume that my files are syncing, and often my colleagues who have relied on a file being synchronized do not get the latest updates.
I have reinstalled Dropbox and this did not help
windows-10 dropbox hibernate
I am running Windows 10 Professional 64-bit with Bitlocker applied.
When I leave my laptop I put it into Hibernate mode for security purposes.
Unfortunately, however, when I awaken my laptop from its hibernated state, then Dropbox invariably closes. (Or perhaps it closes when going into hibernate state)
All my other programs (e.g. Chrome, IE, Office) remain exactly as they were before the Hibernation. It is only Dropbox that seems to be affected.
Furthermore, the icon on the taskbar (near the clock) remains and does not disappear unless I hover my mouse over it. Because it does not disappear, I can very easily forget and then assume that my files are syncing, and often my colleagues who have relied on a file being synchronized do not get the latest updates.
I have reinstalled Dropbox and this did not help
windows-10 dropbox hibernate
windows-10 dropbox hibernate
asked Jun 7 '17 at 13:35
gordon613gordon613
2381513
2381513
If the tray icon remains until you mouse over it, that suggests Dropbox has crashed (at least has not closed in a controlled way). Is it the latest version of Dropbox? Do you have any firewall and/or VPN software installed? This may give you some ideas: dropboxforum.com/t5/Missing-files-and-folders/…
– Joe P
Jun 7 '17 at 22:49
@Joe P. It is the latest version of dropbox. There is eSet AV installed and Windows Firewall. Thanks for the link...
– gordon613
Jun 8 '17 at 10:10
add a comment |
If the tray icon remains until you mouse over it, that suggests Dropbox has crashed (at least has not closed in a controlled way). Is it the latest version of Dropbox? Do you have any firewall and/or VPN software installed? This may give you some ideas: dropboxforum.com/t5/Missing-files-and-folders/…
– Joe P
Jun 7 '17 at 22:49
@Joe P. It is the latest version of dropbox. There is eSet AV installed and Windows Firewall. Thanks for the link...
– gordon613
Jun 8 '17 at 10:10
If the tray icon remains until you mouse over it, that suggests Dropbox has crashed (at least has not closed in a controlled way). Is it the latest version of Dropbox? Do you have any firewall and/or VPN software installed? This may give you some ideas: dropboxforum.com/t5/Missing-files-and-folders/…
– Joe P
Jun 7 '17 at 22:49
If the tray icon remains until you mouse over it, that suggests Dropbox has crashed (at least has not closed in a controlled way). Is it the latest version of Dropbox? Do you have any firewall and/or VPN software installed? This may give you some ideas: dropboxforum.com/t5/Missing-files-and-folders/…
– Joe P
Jun 7 '17 at 22:49
@Joe P. It is the latest version of dropbox. There is eSet AV installed and Windows Firewall. Thanks for the link...
– gordon613
Jun 8 '17 at 10:10
@Joe P. It is the latest version of dropbox. There is eSet AV installed and Windows Firewall. Thanks for the link...
– gordon613
Jun 8 '17 at 10:10
add a comment |
1 Answer
1
active
oldest
votes
I'll show you how you could get this to work. Firstly we'll make a .bat after this we will make windows open it every time you logon your pc.
Making a autoopendropbox.bat file.
- Firstly open notepad
- Copy and paste the following:
start YOUR LOCATION TO DROPBOX - Replace your location to dropbox with the location on your pc. (if you dont know, just rightclick on the icon, on your desktop, after this choose "open file location")
It should look something like this
C:programsdropboxNow open "task scheduler"
- In here choose "create task"
- Choose "tiggers"
- Choose "New"
- Press "on a schedule" and change it to "at logon"
- Press "ok"
- Press "action"
- Press "new"
- Now find you script
- press "ok" a few times so you make it.
Now each time you logon you should see dropbox starting.
Disclaimer: it might not be 100% how to do it, as im from Denmark, so I have translated a lot of text.
Thank you very much for your suggestion! Although your workaround would work - and in fact I employ such methods on my servers where Dropbox seems to quit on a fairly regular basis - I was looking to understand why Dropbox was closing and how to prevent it closing, rather than how to resurrect it if it fell.
– gordon613
Feb 6 at 10:27
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1216882%2fdropbox-closes-on-hibernation%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I'll show you how you could get this to work. Firstly we'll make a .bat after this we will make windows open it every time you logon your pc.
Making a autoopendropbox.bat file.
- Firstly open notepad
- Copy and paste the following:
start YOUR LOCATION TO DROPBOX - Replace your location to dropbox with the location on your pc. (if you dont know, just rightclick on the icon, on your desktop, after this choose "open file location")
It should look something like this
C:programsdropboxNow open "task scheduler"
- In here choose "create task"
- Choose "tiggers"
- Choose "New"
- Press "on a schedule" and change it to "at logon"
- Press "ok"
- Press "action"
- Press "new"
- Now find you script
- press "ok" a few times so you make it.
Now each time you logon you should see dropbox starting.
Disclaimer: it might not be 100% how to do it, as im from Denmark, so I have translated a lot of text.
Thank you very much for your suggestion! Although your workaround would work - and in fact I employ such methods on my servers where Dropbox seems to quit on a fairly regular basis - I was looking to understand why Dropbox was closing and how to prevent it closing, rather than how to resurrect it if it fell.
– gordon613
Feb 6 at 10:27
add a comment |
I'll show you how you could get this to work. Firstly we'll make a .bat after this we will make windows open it every time you logon your pc.
Making a autoopendropbox.bat file.
- Firstly open notepad
- Copy and paste the following:
start YOUR LOCATION TO DROPBOX - Replace your location to dropbox with the location on your pc. (if you dont know, just rightclick on the icon, on your desktop, after this choose "open file location")
It should look something like this
C:programsdropboxNow open "task scheduler"
- In here choose "create task"
- Choose "tiggers"
- Choose "New"
- Press "on a schedule" and change it to "at logon"
- Press "ok"
- Press "action"
- Press "new"
- Now find you script
- press "ok" a few times so you make it.
Now each time you logon you should see dropbox starting.
Disclaimer: it might not be 100% how to do it, as im from Denmark, so I have translated a lot of text.
Thank you very much for your suggestion! Although your workaround would work - and in fact I employ such methods on my servers where Dropbox seems to quit on a fairly regular basis - I was looking to understand why Dropbox was closing and how to prevent it closing, rather than how to resurrect it if it fell.
– gordon613
Feb 6 at 10:27
add a comment |
I'll show you how you could get this to work. Firstly we'll make a .bat after this we will make windows open it every time you logon your pc.
Making a autoopendropbox.bat file.
- Firstly open notepad
- Copy and paste the following:
start YOUR LOCATION TO DROPBOX - Replace your location to dropbox with the location on your pc. (if you dont know, just rightclick on the icon, on your desktop, after this choose "open file location")
It should look something like this
C:programsdropboxNow open "task scheduler"
- In here choose "create task"
- Choose "tiggers"
- Choose "New"
- Press "on a schedule" and change it to "at logon"
- Press "ok"
- Press "action"
- Press "new"
- Now find you script
- press "ok" a few times so you make it.
Now each time you logon you should see dropbox starting.
Disclaimer: it might not be 100% how to do it, as im from Denmark, so I have translated a lot of text.
I'll show you how you could get this to work. Firstly we'll make a .bat after this we will make windows open it every time you logon your pc.
Making a autoopendropbox.bat file.
- Firstly open notepad
- Copy and paste the following:
start YOUR LOCATION TO DROPBOX - Replace your location to dropbox with the location on your pc. (if you dont know, just rightclick on the icon, on your desktop, after this choose "open file location")
It should look something like this
C:programsdropboxNow open "task scheduler"
- In here choose "create task"
- Choose "tiggers"
- Choose "New"
- Press "on a schedule" and change it to "at logon"
- Press "ok"
- Press "action"
- Press "new"
- Now find you script
- press "ok" a few times so you make it.
Now each time you logon you should see dropbox starting.
Disclaimer: it might not be 100% how to do it, as im from Denmark, so I have translated a lot of text.
answered Feb 5 at 7:50
error 40error 40
111
111
Thank you very much for your suggestion! Although your workaround would work - and in fact I employ such methods on my servers where Dropbox seems to quit on a fairly regular basis - I was looking to understand why Dropbox was closing and how to prevent it closing, rather than how to resurrect it if it fell.
– gordon613
Feb 6 at 10:27
add a comment |
Thank you very much for your suggestion! Although your workaround would work - and in fact I employ such methods on my servers where Dropbox seems to quit on a fairly regular basis - I was looking to understand why Dropbox was closing and how to prevent it closing, rather than how to resurrect it if it fell.
– gordon613
Feb 6 at 10:27
Thank you very much for your suggestion! Although your workaround would work - and in fact I employ such methods on my servers where Dropbox seems to quit on a fairly regular basis - I was looking to understand why Dropbox was closing and how to prevent it closing, rather than how to resurrect it if it fell.
– gordon613
Feb 6 at 10:27
Thank you very much for your suggestion! Although your workaround would work - and in fact I employ such methods on my servers where Dropbox seems to quit on a fairly regular basis - I was looking to understand why Dropbox was closing and how to prevent it closing, rather than how to resurrect it if it fell.
– gordon613
Feb 6 at 10:27
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1216882%2fdropbox-closes-on-hibernation%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
If the tray icon remains until you mouse over it, that suggests Dropbox has crashed (at least has not closed in a controlled way). Is it the latest version of Dropbox? Do you have any firewall and/or VPN software installed? This may give you some ideas: dropboxforum.com/t5/Missing-files-and-folders/…
– Joe P
Jun 7 '17 at 22:49
@Joe P. It is the latest version of dropbox. There is eSet AV installed and Windows Firewall. Thanks for the link...
– gordon613
Jun 8 '17 at 10:10