| View previous topic :: View next topic |
| Author |
Message |
cesarz Site Admin
Joined: 04 Apr 2007 Posts: 294 Location: Buenos Aires, Argentina
|
Posted: Fri Feb 05, 2010 12:53 pm Post subject: send the content of a registry key to the console |
|
|
Can I see in the console the content of a registry key in the PDA? _________________ CesarZ-SofToGo. |
|
| Back to top |
|
 |
cesarz Site Admin
Joined: 04 Apr 2007 Posts: 294 Location: Buenos Aires, Argentina
|
Posted: Fri Feb 05, 2010 12:56 pm Post subject: |
|
|
The WDp client can send the content of a registry key in the unit info data packet. You can display it by adding a column in the console ( menu / Options / Prerefences / Units Columns / RegKeyXX).
Yes, you need to configure in the WDp Client configurtion file:
| Code: |
[terminal]
userId =XX_XXXXX
extendedInfo=yes
RegKeyCount=1
regKey00=[HKCU\Software\SofToGo\wdp\shortcuts\version00]
|
In this case, send the contets of this key:
HKCU\Software\SofToGo\wdp\shortcuts\version00 _________________ CesarZ-SofToGo. |
|
| Back to top |
|
 |
|