Satellite L40-14G: How to change the "Lid closing" function

Hi,
if I close my notebook Toshiba Satellite L40-14G, PC went to sleeping mode.
But I want that if I close it PC don't went to sleeping mode but it should work normally and display swtich off.
How can I do it?
Thank you for answer!

Do you have Vista?
If yes then follow this steps:
- Go to control panel
- Energy/Power options
- At the left click on the option called something like choose what should happen when Lid was closed
Greetings

Similar Messages

  • Satellite L40-143 - How to Change the Language of Vista?

    Hello all,
    I bought a L40-143 Toshiba Laptop. The vista version is a German Version.
    I tried to reinstall with recover CD, but then there is no use of it.
    Can any body help me for changing the language?

    As far as I know notebooks are country specific products and it is logic that notebook in Germany will be preinstalled with German language. If you need OS on different language you must buy country specific Microsoft installations DVD. You can order it over the Internet.

  • HT3625 How to change the audio port function (input, output) on OSX 10.9.2 !!!! :(

    The thing is that i saw some videos, and search for options of how to change the audio port.  And even apple says that i have to change it from system preferences, but when i try to change it, the option doesn't appear me.

  • Satellite 'Won't Wake' Up With the Lid Closed

    This may not be a Toshiba problem per se since it has been reported for other brands as well.
    I want to run backups overnight. This requires my backup programs to 'wake' the computer from sleep. This works perfectly well for my desktop. It does not work for my laptop if the lid is down: the laptop does not wake, so backups do not run
    Some details:
    Model L955-S5370, Windows 8, UEFI
    Power settings for a closed lid, whether on-battery or off battery, are: Sleep (not hibernate)
    Makes no difference whether the power options are to sleep or not to sleep when the lid closes; in neither case does the computer wake up.
    When the laptop is set to not sleep when the lid is closed, the laptop eventually goes to sleep in accordance with my general sleep settings ('sleep after 30 minutes')
    The same issue has been reported in the user forums for other brands, and in those instances the problem was neither obvious or easy to diagnose. The problem seems to be in the interface between the lid closing mechanism and the operating system. Dell says they'll include a resolution in a BIOS update.
    Can Toshiba help with this?
    Solved!
    Go to Solution.

    No, you're not dense. Lacking in appreciation of subtle humor, perhaps.
    "Allow wake timers" was disabled. When I changed the setting to "Enabled" my backup ran. So I am   .
    That said, I have read in other OEM forums that running scheduled tasks with the lid down can be a problem. Something to with the interface between the lid (hardware) and the operating system. Apparently, I don't have that problem.

  • Satellite A500-138 - How to change the fan speed?

    Hi,
    I have a question how to I can change speed fan on my A500?
    I mean with BIOS change power, I dont have advanced option on my BIOS so I cant change that... Any ideas?

    Hi buddy,
    You can change the speed fan in Windows Power Management. Therefore Toshiba Value Added Package must be installed but its already installed if you use the preinstalled Windows from Toshiba.
    Open the Power Options: Start => Control Panel => Mobile PC => Power Options
    Click on Change plan settings and in advanced settings you should see the option Cooling Method. There you can change between 2 different modes.
    Check this!!!

  • Satellite M30 Pro: how to change the optical drive?

    Hi there,
    could anybody please give me a hand on changing/replacing the optical drive on my Satellite Pro M30?
    Alas, my drive is a DVD-ROM/CD-RW. I have another one with the capability of burning DVD's (Super-Multi drive from Matsu****a). I just wonder how I could replace them, since it os not possible to easily slide them out?
    Thank you.
    Jan

    Hi
    To remove the optical drive you need only to remove 2 screws which are placed at the bottom of the unit on the drive side. Then you can simply slide outward the drive to disconnect it from the connector on the system board.
    The drive is placed in the plastic frame. So you need also this frame for a new drive.
    To remove the plastic frame from the device you have to remove 4 screws.
    Bye

  • Satellite A70-S249: How to change the video memory from 64 to 128MB

    ai all
    i have a A70-S249
    in user guide it say that i can adujst tha vedio memory
    64MB ATI MOBILITY Radeon IGB 9000\9100 to 128MB
    but thy didn't say how can i do it.
    so can any one tell me how to do it?
    (my bios is phonex 1.5)
    thanx

    You should use the Toshiba graphic drivers.
    The different drivers you can use at the own risk.
    The Toshiba driver supports an overheating protection. You should know that the notebook graphic cards are not the same like on the desktop PCs. There have no own cooling module. In this case the Toshiba graphic driver controls the performance of the card and decreases the performance if the temperature increases to the critical level.

  • Satellite L10-232: Black screen after the lid closing.

    hello
    I've moved my notebook (satellite L10-232) to another room, it wasn't shutdown (just closed it). When I opened it there was nothing on the screen and the accu isn't empty (processor is still doing some things). Does anyone know how I can solve this problem?
    Thanks

    Easy ..
    Powermanagement is the weakest and less stable functionality on any laptop. (especially with faulty batteries).
    NEVER try to count on standby mode etc. It will work 999 time and the 1000 time it don't.
    Now you ended with a hung laptop.
    The ways to proceed :
    1. the gentle way :
    -push the power button ,and keep your finger on it for 10 seconds. (5 is enough ,10 to be sure)
    -remove your battery
    -plugin powercable
    -push the powerbutton
    2. the less gentle way :
    -remove the power cable
    -remove the battery
    -wait for 24 hours
    -insert the power cable
    -push the power button
    3. the hard way : ENSURE YOUR HARDDRIVE IS NOT PASSWORD PROTECTED,ELSE YOU LOOSE YOUR DATA.
    try to figure out hat is the key startup sequence in order to reset the BIOS at boot. (it should be described in your manual somewhere)
    4. the hardest way : !!!! ONLY BY A PROFESSIONAL !!!!
    ENSURE YOUR HARDDRIVE IS NOT PASSWORD PROTECTED,ELSE YOU LOOSE YOUR DATA.
    The laptop has to be opened and all battery should be removed. All capacitors should be emptied (by letting laptop without any batteries for 72h) . Then power up
    the laptop.
    Please note that I cannot be held responsable for any damage or data loss by any circumstances.

  • How to change the name of function module ,generated by SMARTFORMS

    Dear All,
    As you all know, SMARTFORMS generates one function module.
    The default name is somewhat like    /1BCDWB/SF00000099
    instead of, i want to give some specific user defined name.
    how to do???

    Hi,
    I think its not possible to give it a user defined name, but you can assign it to a variable and use that variable name instead.
    Please see the code below
    Data: V_FMNAME type RS38L_FNAM.
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
                 EXPORTING
                   formname                 = 'ZSMARTFORM'
                  VARIANT                  = ' '
                  DIRECT_CALL              = ' '
                IMPORTING
                  FM_NAME                  =  V_FMNAME
                EXCEPTIONS
                  NO_FORM                  = 1
                  NO_FUNCTION_MODULE       = 2
                  OTHERS                   = 3
               IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
               ENDIF.
              CALL FUNCTION V_FMNAME
               EXPORTING
                ARCHIVE_INDEX              =
                ARCHIVE_INDEX_TAB          =
                ARCHIVE_PARAMETERS         =
                CONTROL_PARAMETERS         =
                MAIL_APPL_OBJ              =
                MAIL_RECIPIENT             =
                MAIL_SENDER                =
                OUTPUT_OPTIONS             =
                USER_SETTINGS              = 'X'
                  wa_itab1                   = wa_itab1
                  wa_itab2                   = wa_itab2
                  wa_itab3                   = wa_itab3
                  wa_itab4                   = wa_itab4
                IMPORTING
                DOCUMENT_OUTPUT_INFO       =
                JOB_OUTPUT_INFO            =
                JOB_OUTPUT_OPTIONS         =
                TABLES
                  i_itab1                    =  i_itab1
                  i_itab2                    =  i_itab2
                  i_itab4                    =  i_itab4
                  i_itab3                    =  i_itab3
              EXCEPTIONS
                FORMATTING_ERROR           = 1
                INTERNAL_ERROR             = 2
                SEND_ERROR                 = 3
                USER_CANCELED              = 4
                OTHERS                     = 5
              IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
              ENDIF.
    Regards,
    Manish

  • Satellite P300-19P - How to change from NTSC to PAL?

    Everytime I want to display on my TV I have to change the TV from PAL to NTSC as I can't find how to change the S-Video output on the laptop from NTSC to PAL.
    Does anyone know how to?
    Cheers.

    Hey,
    Im not owner of Satellite P300 but either you can change this option in BIOS or in display driver. Normally there you have an option to change between PAL and NTSC on S-Video output.
    Check this!!!

  • How to change the OraSSO login link in webcache/load balance

    Hi
    we have 10gAsR1 installed as a Portal instance. We have 6-server
    load balancer => webcache as loadbalancer (listening port 80)
    Wb ch1 and wb ch2 => webcache (listening port 7777)
    portal1 and portal2 => Portal listening 7778
    infra =>Infrastruture with repository Portal/Oracle SSO (listening 7777)
    This set up is working fine for our intranet setup, now we need to open this for couple of external clients. Well initially we need to open on the load balancer server on port 80 for external team to access, it works fine when we make it publc access.
    Now when we need to make it SSO (siteminder) enables, when users click on login link it first goes oracle sso then it internally redirects the page to site minder sso.
    Well, I have noted that the sso server details are mentioned in global setting sso/oid details. Since we need to open this for external client we have to add a DNS entry for this so that we can allow its access over firewall..
    Now I have made DNS name change at my infrserver level, now I need to update the change at the load balancer server (where wheb chache is running).
    Any one know how to chang the URL at load balancer.
    I am struck at this point please suggest how should i proceed..
    Thanks,

    Extract from Personalization Guide - Page Footer - Personalization Considerations
    * If you wish to personalize the URL that points to the Privacy Statement for a page that displays a standard Copyright and Privacy (that is, its Auto Footer property is set to true), set the Scope to OA Footer, in the Choose Personalization Context page of the Personalization UI.
    * If you wish to personalize the URL that points to the Privacy Statement for a page that displays a custom Copyright and Privacy (that is, its Auto Footer property is set to false), set the Scope to Page in the Choose Personalization Context page of the Personalization UI. In the following Page Hierarchy Personalization page , identify and personalize the Privacy page element.

  • How to change the privacy statement link url

    I looked into the previous threads , could not find the answer to "Changing the privacy statement url to clients privacy statement url".
    I am talking about the privacy statement URL in the page that user see it as soon as user logs into the e-business suite.
    I have read the previous theads and developers guide regading how to show or hide this autofooter thing. but could not find any thing about how to change the one in the login page.I even looked ino personalization but could not find a place to change this url. please HELP.
    Another question is " is it ok to show privacy statement in just the first page and hide it in rest of the application pages?"
    Thanks
    karan

    Extract from Personalization Guide - Page Footer - Personalization Considerations
    * If you wish to personalize the URL that points to the Privacy Statement for a page that displays a standard Copyright and Privacy (that is, its Auto Footer property is set to true), set the Scope to OA Footer, in the Choose Personalization Context page of the Personalization UI.
    * If you wish to personalize the URL that points to the Privacy Statement for a page that displays a custom Copyright and Privacy (that is, its Auto Footer property is set to false), set the Scope to Page in the Choose Personalization Context page of the Personalization UI. In the following Page Hierarchy Personalization page , identify and personalize the Privacy page element.

  • How to change the default apex port

    hi,
    i am installed apex4.0 in EBS R12 DB with HTTP Server method. my apex is running from application server 10g and default port is 7777.
    URl: http://hostname:7777/pls/apex
    My EBS R12 running on http://hostname:8007.
    is it possible to change the apex port to EBS Apache port(8007) in R12 and finally i want to change above URL like this
    Before change : http://hostname:7777/pls/apex
    After Change : http://hostname:8007/pls/apex
    Thanks in advanace....

    How to Change the Default SSH Port from Terminal ?
    now showing default SSH Port 22 i need change it pls help me how can do

  • How to change the default Path of Prompt Played by MicroApp

    Hi
    I need to store all the Self Service application prompts in dedicated Media Server. I can modify location of all the Media files by passing the related URL form CVP application, however I need to know how to change the default location of Prompt file played by Play Media Microapplication in ICM Scripting.
    Currently the default location taken by Play Media Micro App is the Media _Server.variable path set for VXML Server location while I have a separate Media Server.
    Please advice how we can customize the MicroApp Media path.
    regards
    Kapil Kumar

    Hi Kapil,
    Try this in your ICM script, define set variables i.e.
    set Media Server= ip address of media server
    set Locale = en-us
    set input Type = DTMF only
    set App Media Lib = " you new location i.e. test "
    So, the application path will be
    http://media server ip address/en-us/test
    hope this helps.
    Cheers

  • How to change the default SSH port on Cat 6500 WS-SUP720-3B

    I have been net searching this question and I find answers relative to other Cisco products but not for the 6500 series. We are running
    entservicesk9_wan-mz.122-18.SXF17a.bin and would like to know how to change the default SSH listening port..
    Thanks in advance..

    Hi Neil,
    Normally this is achieved via the "ip ssh port rotary " but unfortunately, this command is not implemented on your platform so ssh will only work on port 22.
    Regards,
    Nicolas

Maybe you are looking for