传递给子流程的变量将转换为大写

例如

TestString= 'User'
subprocess.run([r"psshutdown.exe", "\\\\192.168.0.1 -u "+TestString])

The TestString is changed to USER. Why and how can I avoid it?