Restore open windows after crash

braykov

Member³
Hi,
I have the "Autosave Desktop" option un-checked, because I work with several instances of PLSQL Developer, each open with a different user.
When I open a new PLD app it is empty - just how I want it.
But I would like it that when PLD crashes or some admin restarts my windows pc, to be able to have PLD open my previously opened windows.
Now, this works with the Autosave Desktop option, but how can I achieve this without it, because, when I have it ON, then every new instance of PLD I open, opens also the other windows which are actually objects, belonging to another user - and this is qluite unwanted.
 
You can use the desktop= parameter. For example:

"C:\Program Files\PLSQL Developer\pslqldev.exe" desktop=group1

Files on your PL/SQL Developer desktop will be stored/restored under this name. You can use different names for different shortcuts.
 
Back
Top