cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Asomich
Engaged Sweeper
Buongiorno,

avrei bisogno di lanciare un comando che va a modificare il valore stringa "ADSKFLEX_LICENSE_FILE" nella chiave "Computer\HKEY_CURRENT_USER\SOFTWARE\Flexlm License Manager"

Se uso il seguente comando in LOCALE da DOS tutto funziona, ma se lo lancio dalla console di Lansweeper questo non funziona

reg add "HKEY_CURRENT_USER\Software\Flexlm License Manager" /v ADSKFLEX_LICENSE_FILE /f /t REG_SZ /d "@NOMEDELSERVER"

E' sicuramente sbagliata la sintassi. Ho letto che se il comando viene lanciato per modificare una chiave del registro di sistema di un computer remoto, bisogna specificare il nome del computer o inserire un parametro specifico.

Potreste dirmi come compilare un pacchetto in lansweeper così che lanciandolo la modifica di cui parlo venga applicata ai computer remoti nell'azienda?
3 REPLIES 3
Asomich
Engaged Sweeper
The dword "HIBERBOOTENABLED" is already configured on the value 1
Asomich wrote:
The dword "HIBERBOOTENABLED" is already configured on the value 1


The above was just an example on a reg add command etc, you need to change it to what your wanting to change etc, but note the issues around User Keys vs Machine Keys.
CyberCitizen
Honored Sweeper
Machine keys work fine as deployments. User keys are a little different as you need to make sure your deployment is set to deploy as logged on user.

Similar to below.