On a Windows system,Ìýthe commands function instantiates a 32-bit command process, so any command with 64-bit dependencies may not be recognized or run properly. There are numerous reasons, but in many cases it may be triggered by .net Classes, Snapins, Modules, or even COM Objects that are 64-bit dependent.
To force a 64-bit system to launch a 64-bit command process via ºÚÁϺ£½Ç91Èë¿Ú Commands, leverage the Sysnative virtual directory to call either cmd.exe or Powershell.exe directly. Ìý
See Microsoft's documentation on WindowsÌý for more information.
PowerShell
Ìý
CMD
%windir%\sysnative\cmd.exe /CÌýyour_command
Example:
%windir%\sysnative\cmd.exe /C wbadmin enable backup