ºÚÁϺ£½Ç91Èë¿Ú

Execute 64-bit Windows Operations with Commands

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. Ìý

Note:

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

Back to Top

List IconIn this Article

Still Have Questions?

If you cannot find an answer to your question in our FAQ, you can always contact us.

Submit a Case