Make a default layout to all users

Hi.

how to make a default layout position windows (hidden and dock) and default browser filter files?
I need to configure 70 desktop with pl / sql and only got make default preferences, can't do default layout and filters.
 
After making the layout changes you can go to the following directory:

%APPDATA%\PLSQL Developer 12

For example:

C:\Users\\AppData\Roaming\PLSQL Developer 12

From this directory you can copy the following files:
  • docking12.ini
    (contains the docking layout)
  • toolbar12.ini
    (contains the toolbar layout)
  • Preferences\\user.prefs
    (contains the user settings, including the browser filters)
  • Preferences\\default.ini
    (contains all preferences)
You can also copy specific sections from the user.prefs and default.ini files.
 
Hi. Tks Kalter for response.

How I automate copy docking12.ini and toolbar12.ini for each user in each machine in first execution of pl/sql? (without windows logon polices)

I see that pl/sql copy params.ini, user.prefs and default.ini from Program Files to Appdata in the first execution. How make same with layout files?
 
Last edited:
For docking12.ini and toolbar12.ini this is unfortunately not possible. This has to be explicitly scripted.
 
Back
Top