还是不行。我感觉是start接受affinity参数时的写法不对。我这是win11,会不会不支持啊。
PS D:\game\pes2021> ls *.exe
目录: D:\game\pes2021
Mode LastWriteTime Length Name
---- ------------- ------ ----
-a---- 2020/9/16 15:29 458739200 PES2021.exe
-a---- 2020/10/1 9:57 640000 Settings.exe
PS D:\game\pes2021> start /affinity 0xFF00 pes2021.exe
Start-Process : 找不到接受实际参数“pes2021.exe”的位置形式参数。
所在位置 行:1 字符: 1
+ start /affinity 0xFF00 pes2021.exe
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Start-Process],ParameterBindingException
+ FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.StartProcessCommand
【 在 conn 的大作中提到: 】
: start /affinity 0x??? /d d:\game\pes2021\ d:\game\pes2021\pes2021.exe
: 或者
: cd /d d:\game\pes2021\
: ...................
--
FROM 222.67.202.*