搜索资源列表
Memory
- java+wmic获取远程主机的内存,需要对方主机的IP、用户名、密码-java+ wmic access to the remote host' s memory
USB_key
- 【原创】 使用批处理编写,利用wmic读取设备id,简易实现加密U盘原理的小程序。可以模拟实现USB-key(U盾)功能。-【Original】 use batch writing, use of wmic reading device id, simple realization of U disk encryption principle of applet. Can be simulated to achieve USB-key (U Shield) feature.
get_CPU_information_with_WMI
- ::使用WMI别名获取PC主要信息.bat ::使用WMI别名获取主要信息,输出为网页格式 ::--------by MOBO[墨伯] at 2006-09-16: wmic baseboard list brief /format:hform >MyPC.htm wmic cpu list full /format:hform >>MyPC.htm wmic bios list brief /format:hform >>MyPC.htm
cpuinfo
- 这个函数读取各个比特的信息处理器和操作 系统,包括: *中央处理器的名字 *时钟速度 *处理器缓存的大小(二级) *号的物理处理器核心 *操作系统名称和版本 这是由程序/处理器(系统),sysctl(苹果)或命令行工具(窗口)。 需要在r2010a或以上。-This function reads various bits of information about the CPU and operating system, including: * CPU
setIP-add-domain
- mfc 通过读写注册表设置主机名,ip,mask,gateway,dns,加入域,自动关机,重启-set ip,mask,gateway,dns,add domain,RegOpenKey(),RegSetValueEx(),RegQueryValueEx(),wmic,netsh,system()
wmicGetHardwareInfos
- 用wmic在WINDOWS上得到计算机硬件信息-Descr iption wmicGetHardwareInfos queries informations about the computer hardware (OS, CPU, GPU, RAM, Disk) It displays results in the command window or in a text file. wmicGetHardwareInfos requires wmicGet (submission#4
获取电脑CPU ID和CPU name
- 这是用VC++6.0做的一个对话框程序,点击按钮get cpu info便可获取计算机cpu 的name和ID。也可以用dos命令wmic CPU get ProcessorID查看cup ID,查看结果可以和这个对话框程序比对,看看这个对话框是否正确。