Google Drive (googlesyncdrive) preventing PC from shutting down or hibernating

Everytime I try to shutdown or hibernate the PC I have this nag screen that comes up telling me that Google Drive is shutting down and the system is waiting for it. The problem is that the system can wait endlessly for Google Drive to finish syncing up.

Google Drive is shutting down. Please wait.

screenshot

This causes problems when the power goes and my system is running on the UPS. Hibernation keeps waiting for 7 minutes before the UPS dies.

How can I get Windows 7 to force hibernation and ignore these applications?

I understand fully that this will cause be data lost but thanks to Google Drive it will get lost either way. At least I'll save my UPS this way.

OR, How can I modify / tweak Google Drive to not prevent the shutdown the next time?

3

2 Answers

If you can find a good answer, great; if not, an ugly answer would be a scheduled task.

Create a scheduled task (in the Task Scheduler) to run the Force shutdown command when a certain event is logged. Finding the correct event (in the Event Viewer) may prove difficult, but it could be worth your time. Maybe an event showing that your UPS requested a shutdown, or an event showing the request for Google Drive to stop. Something like that. When that event happens, the Scheduled task will trigger the force shutdown.

Force shutdown command:

shutdown -s -t 0 -f

1

Simply click on force shut down and don't afraid to do so no data loss will happen and everything will be alright

you can also press ctrl+shift+esc to open task manager go to process and kill it manually and then opt for shut down

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like