Intel® Business Client Software Development
Support for Intel® vPro™ software development and technologies associated with Intel vPro platforms.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
1370 Discussions

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

theperfectwave
Beginner
214 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
214 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

2 Replies
RBens2
Valued Contributor I
215 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
theperfectwave
Beginner
214 Views

ok, thanks
Reply