$ python64 device_manager\enum_devices.py --no-print-devices Namespace(clsfilter=None, no_print_devices=True, print_resources=False) .... $ python64 device_manager\enum_devices.py --class Processor Namespace(clsfilter='Processor', no_print_devices=False, print_resources=False) * * * * $ python64 device_manager\enum_devices.py --class Display --print-resources Namespace(clsfilter='Display', no_print_devices=False, print_resources=True) * * * * * * * * ...