排序
InternetExplorer.Application被修改,恢复为IE的方法
自动安装过360浏览器,使用InternetExplorer.Application对象打开浏览器就被修改为360浏览器了,把IE浏览器设置为默认浏览器也不管用。最后网上搜到,原因是注册表中的InternetExplorer.Applica...
检索或设置系统信息的API函数
以下函数均用于检索或设置系统信息。 ExpandEnvironmentStrings GetComputerName GetCurrentHwProfile GetKeyboardType GetSysColor GetSystemDirectory GetSystemInfo GetSystemMetrics GetThr...
查看运行进程的启动参数 (WINDOWS)
查看所有运行中进程的命令行参数: wmic process get caption,commandline /value 查询指定进程的命令行参数: wmic process where caption='notepad.exe' get caption,commandline /value


