Disable USB mouse wake up for any USB port

Solution 1:

You can use Powercfg.exe tool to disable a device from waking the computer from a sleep state.

Usage

powercfg -devicedisablewake devicename

devicename specifies a device retrieved by using the powercfg -devicequery wake_armed command.

Check the following link for detailed information about Powercfg.exe tool: Powercfg Command-Line Options