Could not register application, please run as administrator.

Hi allroundautomations,

I update to release 7.1.5.1398, and now when I execute plsqldev.exe gives a warning:
/***********************************************************/
Could not register application, please run as administrator.
/***********************************************************/

How can disable this warning ?

Regards
Datadec Online
 
You can run it once as administrator, or add the DONTREGISTER command-line parameter. For example:

"C:\Program Files\PLSQL Developer\plsqldev.exe" DONTREGISTER
 
Back
Top