Password Agent shows black screen through remote connection
By default, Password Agent disables recording its screen to enhance security. This also causes remote access software like Remote Desktop, TeamViewer, UltraViewer, etc. not to be able to display the contents of the Password Agent window, as they are unable to capture it (a black window is displayed instead).
To solve this issue, you need to disable the “Block screen capture” setting in Password Agent on the computer where you have installed it.
Disabling “Block screen capture” by program settings
Note: This cannot be done remotely as you are unable to see the contents of the Password Agent window. You need to take these steps locally on the computer which you are trying to access remotely, where Password Agent is installed. If you can only access remotely, then see the next section.
- Run Password Agent.
- Invoke menu command
Tools | Settings
. - Un-select setting
Block screen capture (show black screen)
inSecurity
section. - Close Settings window by pressing
OK
.
Screen capture blocking is now disabled. Note that a potential spyware program can now easily capture the contents of your Password Agent window, thus it is recommended to enable screen capture blocking again ASAP.
Disabling “Block screen capture” by settings file
If you can only access Password Agent remotely, then you can’t invoke the Settings window as instructed in the previous section. You need to manually edit the Password Agent settings file to disable screen capture blocking.
- Close running instance of Password Agent (make sure it is not minimized to system tray or taskbar).
- Open settings file
PwAgent.ini
(see Where are program settings stored?). If the file is not present you likely have not yet started Password Agent. You can start it and close it, that should generate the file. - In
PwAgent.ini
file insert new lineBlockScreenCapture=0
into[General]
section (use copy and paste to enter the line, note the last character is zero0
and notO
). - Save changes and close
PwAgent.ini
file.
Screen capture blocking is now disabled. Note that a potential spyware program can now easily capture the contents of your Password Agent window, thus it is recommended to enable screen capture blocking again ASAP.