Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

Password with special caractere

Hi Guys,

 

I would like to update my bios computer (Dell PC) and the bios is protected by a password.

I need to put this password in PDQ package command line :

 

C:\Temp\Repository\Bios\E6230A20.exe /s /r /l=C:\logs\log.txt /p=**********

 

The password contain special character like "%" and when I deploy the package, PDQ delete those special character.

Do you have a work around regarding this issue ?

PS: When I try with a password with special character it works.

 

 

 

regards

Med

 

 

1

Comments

2 comments
Date Votes
  • Med,

    Try running as a command step and putting the password in a variable:

    set "biosPassword=**********"

    C:\Temp\Repository\Bios\E6230A20.exe /s /r /l=C:\logs\log.txt /p=%biosPassword%

    1
  • Hi Luke,

     

    It works, thank you very much !

     

    Med

    0