Setting Pre-Boot time out

I own a marvellous Ideacentre A310 which shows me a pre-boot blackscreen with LENOVO logo for 30 seconds. Anyone has an idea where to touch in order to set the time to less seconds.
thanks for any help
Herbert Sitges/ Barcelona

The "pre-boot screen" is there while your programs-start iems start loading. My A310 loads to desktop ready in 25 seconds.
I have an SSD  hard drive and only four items loading at start up. I'm running Windows 7 64bit and my A310 is over a year old.
As far as I know, there is no changes to be made for the splash screen. I will go to Bios and set it to default/optimal performance. Disable lan boot agent, unless you need it.
You also can go to MSCONFIG, and go to selective start up and disable items no necessary at startup. Lenovo screen saver, Adobe among others, are thing no needed at start up.
If items that you've  disabled cause you any problems, you can always re-enable them. One more thing you can try to test, is start in diagnostic start up, and see what your boot times are.
Let us know if you make any progress.
Cb2011

Similar Messages

  • How can I set custom socket time out value ?

    I have tried to use httpclient, but it seemed that it didn't work. The time out value is still about 4 minutes, not 30s I set.
    Anyone know this?
    Thanks
    Qing

    What httpclient are you talking about?
    The common way of configuring socket timeouts in Java would be through the setSoTimeout() method of the Socket or ServerSocket classes.

  • How can I set the query time out for SQVI?

    Hi,
      I want to setup query timeout for a particular user so that if his query (created in SQVI) takes more then say 10 minutes, it automatically times out and system resources are freed up.
    How can I do this for a specific user? Also in case I cant do it for a specific user how can I do it for all users?
    Thanks for reading

    Hello Srikrishna,
    The SQVI is a dialog transaction and henc its governed by your system's rdisp/max_wprun_time parameter.
    A dialog work process has a run-time limit that prevents users from interactively running especially long reports. By default, the system terminates any dialog work process in a transaction that exceeds 300 seconds. Although the value of the limit can be changed (in the system profile parameter rdisp/max_wprun_time), that limit is always in effect for dialog work processes. No such limit applies to background work processes.
    Regards,
    Siddhesh

  • How-to set pre-specified time for amplitude measurement vi?

    In acquiring data at 100 Hz, I'm writing this to file while using the Amplitude & Level measurement VI to decide when the data has peaked. I've built arrays to accumulate the data but I don't see a simple timing scheme to continue this for one or five minutes.
    This is a GPIB instrument read over a GPIB-USB-B adapter in LV 7.0 running on Windows XP Pro. The computer is a Pentium 4, 2.4 GHz, with 512 MB RAM.
    Attachments:
    Input_fluke_with_peak_array_2620.vi ‏329 KB

    So I do not have the Fluke or the driver to see how your code runs. From what LabVIEW tells me with the wire size, it looks like you are reading one point at a time from the instrument. You will need to address this so you can get useful data. It is not that reading one point at a time is bad--it just slow. Often it is more desirable to collect more than one point at a time to get a fixed dt between the points. I would focus on seeing the data in a graph first.
    Once you are able to get the data comming in a numeric array then you can focus on termiating the acquistion when a peak is found. There are several ways to define a peak. You can say it is a point that is larger than the surrounding points but this will only show a local maximum. Noise will often cause a peak to be undesirably found. Another method for peak detection takes in account hysterisis. This says that if a high value is n units higher than later points, it must have been a peak. Look for hysterisis on NI's site for a better description. Another method for peak detection says that any values above x is a peak. This is useful if you want to collect data that is rising until 6V. LabVIEW has some VIs for peak dection on arrays. I recommend playing with them but remember you will need to decide what works best in your application.
    Now that you have data in the form of an array and a way to analyze it, you are in business. Well almost. How much time can elapse between aquiring data and analyzing it. If it is not critical, you can aquire 1000 points, analyze it, determine if you need to aquire more (use a while loop) and iterate or not. If the timming is more critical then you can use a model for VIs where there are two while loops in parallel. In one loop, you can aquire data and feed it to a queue. This allows data to be transfered to the second loop that can dequeue the data and analyze it. When the analysis indicates the data acquision loop can be triggered to stop when it returns with data. This method allows for data to be streamed off the device as fast as possible and then later processed in another loop while the VI is waiting for more data. It is very slick and difficult to code. Look in the LabVIEW shipping examples for queue to see examples of queue use. This data processing loop can write to file as the data is avaliable (slow) or it can save the data and write to the file at one time once the peak has been detected (fast). You can even add logic to only write data up to the peak. (the ease of this depends on how to detect the peak).
    I do not know if I have helped or not. It is a lot of stuff to consider. I recommend looking for a simmilar example program. This can really jumpstart any project. Look in the shipping examples and use the advanced search page. I cannot say enough good things about how well that searches NI's site for example programs, knowledgebase articles, discussions, etc.

  • How to set per user session time out.

    Hi folks,
    I am trying to set longer session time out to selective users with the following line, but it turns out setting this time out for the whole app. Is there a way to change the session time out per user only?
    request.getSession(true).setMaxInactiveInterval(172800);
    Billy

    Well, there's the rub. If you want more control over session handling, you have to take the good with the bad. My suggestion is to use a good open source caching solution and let the cache evict entries for you. You should be able to specify both an interval over which data goes stale and/or the maximum size you want the cache to reach. Really, a session is just a specialized form of caching anyway.
    http://java-source.net/open-source/cache-solutions
    - Saish

  • WebLogic 10.3.6 Times Out When Starting Web App

    When starting our web app on WebLogic 10.3.6 using startWebLogic.sh on OEL (8 cores, 64 GB box), after about 5 to 6 minutes we receive a timeout error from WebLogic saying that it timed out trying to start the web app. The web app has some pre-computed indices to load which will take an estimated 10 to 15 minutes to load. Is there are way to control this timeout?

    The time-out you are getting is that related to a transaction?
    You can set the transaction time-out in the WebLogic console go to the JTA page for the domain, and change the value in the Timeout Seconds field.
    When you are using EJBs, you can also set the time-out on a EJB basis, instead of configuring the time-out for the whole domain.
    For example, in weblogic-ejb-jar.xml, you can configure the time-out by using:
    <weblogic-ejb-jar ...>
        <weblogic-enterprise-bean>
            <ejb-name>YOUR_EJB_NAME</ejb-name>
            <enable-call-by-reference>True</enable-call-by-reference>
            <stateless-session-descriptor>
                <pool>
                    <initial-beans-in-free-pool>25</initial-beans-in-free-pool>
                    <max-beans-in-free-pool>50</max-beans-in-free-pool>
                </pool>
            </stateless-session-descriptor>
            <transaction-descriptor>
                <trans-timeout-seconds>600</trans-timeout-seconds>
            </transaction-descriptor>
        </weblogic-enterprise-bean>
    </weblogic-ejb-jar>The transactions this EJB spawns can last for 10 minutes.

  • Session time out problem

    Hi guys
    I am using WSAD 5.0. the problem that i am having is that i have a properties file where i give the session time out value along with many other things. and when a user logs in a servlet takes those values from the properties file and sets the session time out value, using session.setMaxInactiveInterval(). but the problem is the session is still maintained even after the stipulated inactive time. Can any one tell me what could be the problem.
    Note: when i say session.getMaxInactiveInterval(), i get the value that i have set in the properties file.
    Thanks

    You're sure you specified seconds rather than milliseconds?
    - Saish

  • Session time out in BIP

    All,
    I have set the BIP security as Oracle BI SERVER and able to successfully log in from dashboards, answers to BIP. but after some time BIP is getting timed out.
    where can I set the session time out parameter? and
    how to make the BIP session valid as long as OBI presentation services session is valid?
    Thanks in advance.

    Post Author: amr_foci
    CA Forum: Authentication
    go to the universe which this report based on, get the parameters window from (File->Paramaters)
    check the CONTROL tab
    see those parameters and configure them as you want
    good luck
    Amr

  • Session time out in ADF 11g application.

    Hi,
    I am working for the ST BPO Project. We have one ADF application that is migrated from 10g to 11g.And our application is deployed on the weblogic server.
    we are facing some session time out issues in the application which is intermittent and whenever we leave the web page for some times, the session get timed out and page gets errored out.
    We have set the session time out parameter in web.xml as well as for AM.
    Session Management:
    Following are the parameters which we have set already.
    1.     Web.xml
    We have put the following session time out in web.xml:
    <session-config>
    <session-timeout>180</session-timeout>
    </session-config>
    2.     bc4j.xcfg
    We have set the timetolive property of AM as:
    <AM-Pooling jbo.ampool.timetolive="10000000" jbo.pooltimetolive="10000000"/>
    3.     Also for the DB we have set the session time out to 180 mins.
    But if we leave the page for say some times around 5-10 min, the session of the page expires and it throws error.
    Also, as per our investigation : After some times the view id of the page gets expired and hence the issue comes. Also the behaviour is only on the weblogic server and we don't face any issues in the local set up.
    Kindly help us in solving this problem. Also let me know if any further details is required.
    Thanks
    Namit.

    Hi,
    suggest you also contact customer support on this issue. The version of your JDeveloper 11g release may matter as well
    Frank

  • Session time out in Websphere Application Server

    Hi ,
    I am using Websphere Application server 5.1 . I need to set the session time out for my web application. Actually, i edited the web.xml and set the value
    <session-config>
              <session-timeout>10</session-timeout>
         </session-config>But when I am refreshing my jsp page, after 10-15 mts, i am able to get a valid page without any problem. Actually since the session time out is 10 mts , I should not get a valid page after 10 mts . I tried one more option for setting the session time out . I opened the admin console of my App server and set the session time out there too. But session not seems to be timing out after 10-15 mts. I am still able to get a valid jsp page. I have many session attributes in that page. So after 10 mts, i should not get a valid page.. I dont know, what's wrong in my configuration. If some body knows the answer please help me.
    thanks in advance.
    Aneesh K

    So what you're trying to achieve is that the ui closes or becomes invalid if no action has been performed for a certain time? That should be easy enough, install a javax.swing.Timer somewhere in your application and set it to the time you desire. Whenever the user performs an action, invoke reset() on the timer (it's a fairly cheap operation). If the timer fires, you know the timeout occured.
    You have to decide for yourself what you consider a 'user action' in this context. If you want the session to stay alive as long as the user is still doing something, just install an AWTEventListener, which can react to pretty much anything, mouse movement, keyboard input etc.

  • Transaction Time out error in EJB while using Websphere Application Server.

    Hi All,
    I am using Websphere Application server and getting the transaction time out error. By default the transaction time out is 120 second. I am using session bean for doing a set of transaction. These set are dynamically generated. Is there any way to set the transaction time out for only this session bean to infinite ?
    Thanks in advance
    Vivek

    Hi,
    According to WAS 6 , every opened connection has to be commited (or rolledback) explicitly (didnt try autocommit) before closing. Even if all you have done with that connection is a SELECT Query.
    This has apparently solved the same problem I was getting. implement it and see whether it helps you.

  • Portal Time out

    Hi ,
    I want to set the portal time out , such that if a user is not doing any activity , the portal should log him out(like banking websites)
    Please let me know the steps to do the same
    I found out that it can be set from System Administration --> System Configuration --> UM Configuration --> Security Settings, but i could not find Lifetime of the SAP Logon Ticket option there
    Please help

    hii.
    The termination of the Portal and all Web Dynpro applications as a whole is defined by the Security Session timeout.
    This is an absolute timeout value, e.g. the default is about 27h, that always terminates the whole security session after the defined period of time independtly from any user interaction.
    The expiration of the HTTP sessions is handled automaticaly and does not need to be cared about.
    When the HTTP sessions are created they get the maximum of the application session timeout and the default HTTP session timeout. After the corresponding application session has been destroyed, the HTTP session gets a very small value to expire as soon as possible.
    Go through this SAP NOTE to make the suitable changes:-
    Note 842635
    Also refer to NOTE 842878 for Session Management Information.
    Also use this Links.
    how to set SAP idle session time out
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/ep/epSnippet-Portaluseridletimeoutforlogoff-custom+javascript
    Hope this helps,
    Rewards would be appreciated.
    Mayank Saxena.

  • Jms Adapter invoke activity Reply Time out

    I am working on dynamic routing using JMS adapter. i am able to set the Destination Queue and Reply queue as part of Invoke activity properties.
    Now i want to set the reply time out parameter as same. I am able to set replyTimeout in .JCA file, But i want to set this value dynamically.
    Can you please help on this.

    I am working on dynamic routing using JMS adapter. i am able to set the Destination Queue and Reply queue as part of Invoke activity properties.
    Now i want to set the reply time out parameter as same. I am able to set replyTimeout in .JCA file, But i want to set this value dynamically.
    Can you please help on this.

  • Time out expiring issue in a Vi

    Error 1073807339has occured at a VISA READ function in a Vi . Error message says "Time out expired before operation" . How can we resolve this issue - THANKS

    Under Instruments I/O/VISA/VISA advanced palette you will find VISA Set Timeout (a property node with a small clock upon it): you can use it to establish a timeout large enough for your instrument to respond.
    A problem can arise if your instrument is fast to respond to some messages and slow for others; in that case you must decide what to do:
    - either set a large time out for all messages, but you can catch a large waiting time when you don't expect this
    - or changing the time out limit from time to time, which NI says that can some way reduce the performance of your application (it depends on the volume of traffic and the frequence of this setting changing).
    Roberto
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • No time out at Datasocket read

    I read two or more Datasocket items in a FOR loop. The time out flag is set and the time out is 500ms. The problem is that I never get an time out for an item although the item is not written from anywhere. What's the problem ?

    semmar1,
    This was a design decision that was made for DataSocket a long time ago. If you read from a dynamic data item that has not yet been written to, you will get the default data value for that item. That is, you will get either a FALSE, 0, or "" as a value. The timeout is there as more of a way to know if the network is down or not.
    Randy Hoskin
    Applications Engineer
    National Instruments
    http://www.ni.com/ask

Maybe you are looking for

  • Costing data in Accounting Tab

    Hi, When I create a task and have a role assignment, it does calculate the costing based on rates defined but as soon as I assign a resource to the role the cost data goes away. Can anyone help me understand this costing process? It works fine at the

  • CFDocument and PDF Named Destinations

    In essence I am building a single merged document (PDF) combining a single HTML document and n number of names from a SQL database. My plan is to use CFDocument to create a complete page set for each individual in the database and tack it on to the e

  • Image Processor Pro v3.0 beta available

    The Beta for the next rev of Image Processor Pro is now available and can be found here: https://sourceforge.net/projects/ps-scripts/files/Image%20Processor%20Pro/Betas/. For questions, support, etc... contact me directly ([email protected]) or here:

  • How to open an image(Jpeg​) in vc++(MFC)?​This a very simple question.

    Hi Thank you. I am a beginner of vc++ and image.I have learned to open a bmp file with vc++(exe),but my book don't introduce how to open a jpeg file ,can you teach me how to open a jpeg file?

  • SAP MDM7.1 Change Management CTS+ Queries

    Hi. I have few doubts on  Change management CTS+ , Kindly please suggest! 1) Is it based on ABAP Stack / or do we need ABAP System for this ? 2) How transport can be handled ? from PI to MDM system? 3) What can we transport ? is it everything or some