Intel® Business Client Software Development
Support for Intel® vPro™ software development and technologies associated with Intel vPro platforms.
1381 Discussions

Change the time how long the prompt "Press Ctrl+p" is shown

theperfectwave
Beginner
504 Views
Is there some where a value, which defines how long the prompt "Press Ctrl+p" is shown?

-------------------------------------------------------------------------------------------------------


For example the class IPS_KVMRedirectionSettingData has the member SessionTimeout and with this member you can define how long an unused KVM connection will be hold.

One way to modified this timeout value is to use WinRM:

winrm set http://intel.com/wbem/wscim/1/ips-schema/1/IPS_KVMRedirectionSettingData @{SessionTimeout="1"} -remote:http://192.168.0.2:16992/wsman -encoding:utf-8 -un -auth:Digest -username:admin -password:ipc!Siemens1


-------------------------------------------------------------------------------------------------------

What we need now, is value, which also can be modified to increase / lower the time of displaying the prompt "Press Ctrl+p".

1. Is there such a value anywhere?
2. How is it called?



Thanks in advance for your answers.
0 Kudos
1 Solution
RBens2
Valued Contributor I
504 Views
The settings that control the MEBx prompt (Ctrl-P) are specified in the process of preparing the Flash image by the OEM. There aren't any user accessible calls to change any of the Ctrl-P settings.

Regards,
Roger

View solution in original post

0 Kudos
2 Replies
RBens2
Valued Contributor I
505 Views
The settings that control the MEBx prompt (Ctrl-P) are specified in the process of preparing the Flash image by the OEM. There aren't any user accessible calls to change any of the Ctrl-P settings.

Regards,
Roger
0 Kudos
theperfectwave
Beginner
504 Views

ok, thanks
0 Kudos
Reply