I want to run cmd.exe not as administrator, but as the local system account on Windows 11.
Apparently it was possible on Windows 10 using psexec. On Windows 11 with psexec v2.40 I get this error from an admin elevated cmd.exe:
C:\WINDOWS\system32>psexec64 -i -s cmd.exe
PsExec v2.4 - Execute processes remotely Copyright (C) 2001-2022 Mark Russinovich Sysinternals - www.sysinternals.com
Error creating key file on system3: Access is denied.
edit:
Tried also on one of my Windows 10 clients, and it doesn't work either anymore.