Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

How to use variable like %LOCALAPPDATA% for path of handler

  • 2 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 6 προβολές
  • Τελευταία απάντηση από Mathieu78

more options

Hello all,

We must use a third party application which can only be installed in user home directory. We'd like to create a GPO to manage user settings, and configure a handler for this application.

Is it possible to use an environnement variable (for example %LOCALAPPDATA%) in the path of a handler ?

Thank you.

Hello all, We must use a third party application which can only be installed in user home directory. We'd like to create a GPO to manage user settings, and configure a handler for this application. Is it possible to use an environnement variable (for example %LOCALAPPDATA%) in the path of a handler ? Thank you.

Όλες οι απαντήσεις (2)

more options

So in order to make those variables work, you use expandable="true" in the ADMX and I honestly don't know if that works with MULTI_SZ (which we are using).

Can you open an issue here:

https://github.com/mozilla/policy-templates/issues

and I'll take a look?

more options

Thank you very much, i'm opening an issue.