Share via

What does "USB selective suspend" mean?

Anonymous
2010-10-14T06:39:16+00:00

In Windows 7, Power Options->USB Settings->USB selective suspend setting, what does "USB selective suspend" mean?  Also, given that there is only one setting, why does it say "USB Settings" instead of "USB Setting"?

Windows for home | Previous Windows versions | Devices and drivers

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

  1. Anonymous
    2011-02-17T03:53:10+00:00

    A USB device driver can send a message to windows telling it to idle the device.  This puts the device in a low-power state (the suspend state).  When a USB device is suspended, windows does not wait for it to respond before entering a sleep or hibernate mode.  If you disable this feature, the system will simply return a failure to the driver when the driver attempts to enter suspend state.  If the driver complies with Microsoft guidelines, it will simply retry the idle request at every expiration of its idle timer.

    Was this answer helpful?

    300+ people found this answer helpful.
    0 comments No comments

51 additional answers

Sort by: Most helpful
  1. Anonymous
    2016-08-17T20:19:42+00:00

    If anyone is interested in a simplified way to view the Powercfg options and store the results in a .txt file, do the following:

    Create a file called 'test.txt' (without quotes)  file on your "Desk Top" and copy the following lines into it.

    ________________________________________________________________________________

    cls

    @echo off

    echo PowerCfg test written by GXT

    echo.

    ::   Be sure to substitute my user ID GXT with your own user ID

    ::   the symbols to the left, are the way you created remarks

    :: powercfg /l > C:\Users\GXT\Desktop\test.txt

    :: powercfg /getactivescheme > C:\Users\GXT\Desktop\test.txt

    :: powercfg /lDEVICEQUERY all_devices_verbose > C:\Users\GXT\Desktop\test.txt

    powercfg /L > C:\Users\GXT\Desktop\test.txt

    pause

    exit

    _________________________________________________________________________________

    Save the data set you just created on your desk top as 'test.BAT'

    Now create another dataset on you desk top called 'test.TXT' this will be your output file.

    By executing 'test.bat' it will copy the results of PowerCfg into the file named 'test.txt', that you just created the second time.

    If you want to save the newly created powercfg listing located in test.txt save it to a different location.

    Every time you run  'test.bat' it over writes 'test.txt'

    To make changes to test.bat do a right click on it, followed by an EDIT. 

    Hope this makes it easier to see what is going on.

    PS:

    powercfg /? > C:\Users\GXT\Desktop\test.txt

    shows all the options available to you (help).

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  3. Anonymous
    2012-06-28T14:22:49+00:00

    LAPABC, I don't see a previous answer so I will jump in and post what I found while looking into the question you asked.

    "So here's the question, do you think that going to Power Options->USB Settings->USB selective suspend and then DISABLING it would have the same effect as what was described above?"

    Apparently the answer is yes.  I found that when I disabled suspend in the power settings all of the individual settings on the devices were also disabled.  I don't know if this will have the effect I want, which is to stop my USB devices from being disabled without warning but I am giving it a try.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2010-10-14T16:05:43+00:00

    Was this answer helpful?

    0 comments No comments