How to accept EULA in shortcut for Windows

Answered

Hi, does anyone know what is needed in the shortcut to accept the license?

0
4 comments

Could you please clarify the issue? Do you need to do it by keyboard instead of the mouse? What's the use case?

0
Avatar
Permanently deleted user

Hi, I am trying to create a shortcut on the desktop for users in labs, on Windows 10. Currently they launch the software and are asked to agree to the license agreement. I don't want students to have to do this. I am looking for the parameter for the shortcut which will accept the license automatically.

Thanks!

0

There is no way to automate it via the command line options, only via the Windows Registry. Export these keys on the machine with accepted EULA and import the .reg file on the other systems (you can automate it with some custom login script or MSI installer):

HKEY_CURRENT_USER\SOFTWARE\JavaSoft\Prefs\jetbrains\privacy_policy\accepted_version
HKEY_CURRENT_USER\SOFTWARE\JavaSoft\Prefs\jetbrains\privacy_policy\eua_accepted_version
HKEY_CURRENT_USER\SOFTWARE\JavaSoft\Prefs\jetbrains\privacy_policy\ij_euaeap_accepted_version
0
Avatar
Permanently deleted user

Thank you Serge!

0

Please sign in to leave a comment.