Skip to main content
Question

Ps automate password raw failing

  • February 1, 2026
  • 2 replies
  • 8 views

Forum|alt.badge.img+2

Hello

When the password contain @ ,the password passed in the application session launched via ps automate tool is wrong, we have added sendkeysraw=1 as well and also tried "%p" in double quotes..but it's not passing password properly when it contains special character.when we set password without special character,the application session login was successful as well.kindly help in passing password with special character successfully.what needs to be done here?

2 replies

mcencienzo
Forum|alt.badge.img+2
  • Rising Star
  • February 2, 2026

Hi Buddy,

 

I’m not sure why SendKeysRaw not working for you but can you try to run it first on a notepad and check if it can run w/o SendKeysRaw?

 

Although I tried it on my lab, it was able to input the Password with @ on it.


Forum|alt.badge.img+2
  • Author
  • Trailblazer
  • February 2, 2026

The app works when we remove the @ in the password. And stops working when its with @. Thats how we concluded. We removed SendRaw as well and still it didn't work. Since I can't print the password when the app is launching like how we can check in an autoit script, the above is how I came to a conclusion its an issue with @. its for launching ADUC app via ps automate tool.