系统 第2页
InternetExplorer.Application被修改,恢复为IE的方法-科技密码

InternetExplorer.Application被修改,恢复为IE的方法

自动安装过360浏览器,使用InternetExplorer.Application对象打开浏览器就被修改为360浏览器了,把IE浏览器设置为默认浏览器也不管用。最后网上搜到,原因是注册表中的InternetExplorer.Applica...
mengniu的头像-科技密码mengniu10年前
091130
检索或设置系统信息的API函数-科技密码

检索或设置系统信息的API函数

以下函数均用于检索或设置系统信息。 ExpandEnvironmentStrings GetComputerName GetCurrentHwProfile GetKeyboardType GetSysColor GetSystemDirectory GetSystemInfo GetSystemMetrics GetThr...
mengniu的头像-科技密码mengniu10年前
077470
查看运行进程的启动参数 (WINDOWS)-科技密码

查看运行进程的启动参数 (WINDOWS)

查看所有运行中进程的命令行参数: wmic process get caption,commandline /value 查询指定进程的命令行参数: wmic process where caption='notepad.exe' get caption,commandline /value
mengniu的头像-科技密码mengniu10年前
01.2W+0