Only by running a shorter profile (or, fewer profiles) on shutdown. Windows 8 appears to silently abandon its intention to shut down (end session) if a program does not end when instructed, sends a 'hold on, still busy' signal (which we do) and then does not close within some time limit MS are keeping to themselves. Naturally this is not documented (or so I'm told)
There is a possible workaround which is to
You could also assign a hot-key combo (in Windows) to the shortcut if you wanted
There is a possible workaround which is to
- create a shortcut to the profile (or Group) - drag it to the Desktop to create one
- right-click shortcut > Properties > edit the command-line to include the CLI -shutdown switch (with an intervening space), e.g.
"C:\the path\to...\SyncBackSE.exe" "My Group Or Profile Name" -shutdown - Then, instead of shutting down the PC manually, double-click the shortcut, which will run your profile/s and shut down the PC for you afterwards.
You could also assign a hot-key combo (in Windows) to the shortcut if you wanted