wmi1.3.14.tar.gz
centos7环境编译安装远程控制windows操作系统软件包,测试安装可用。
tar-xvf wmi-1.3.14.tar
cd wmi
make"CPP=gcc-E-ffreestanding"
cpwmi-1.3.14/Samba/source/bin/wmic/usr/local/bin/
wmic-U[domain/]adminuser%password//host"select*fromWin32_ComputerSystem"
下载地址
用户评论
make[1]: *** No rule to make target `proto'. Stop. make[1]: Leaving directory `/home/winexe/wmi-1.3.14/Samba/source' cd Samba/source ; \ cp bin/winexe /bin ; \ cp bin/wmic /bin ; \ cp bin/shared/*async_wmi_lib.so.0* /lib/python cp: cannot stat `bin/winexe': No such file or directory cp: cannot stat `bin/wmic': No such file or directory cp: cannot stat `bin/shared/*async_wmi_lib.so.0*': No such file or directory make: *** [pywmi-installed] Error 1 按照这个执行报错啊 这是什么情况 执行到第三步的时候报错了