¿Cómo ejecutar el comando cmd windows netsh usando python?

Estoy intentando ejecutar el siguiente comando netsh en Windows 7, sin embargo, devuelve la sintaxis incorrecta

Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> os.system("netsh interface ipv4 set interface ""Conexão de Rede sem Fio"" metric=1")
The syntax of the file name, directory name or volume label is incorrect.


1
>>>

Que pasa

Respuestas a la pregunta(1)

Su respuesta a la pregunta