手机
当前位置:查字典教程网 >脚本专栏 >PowerShell >PowerShell中编程清空IE缓存方法
PowerShell中编程清空IE缓存方法
摘要:使用RunDll32.exe来运行Internet选项的对应功能:TemporaryInternetFiles(Internet临时文件)R...

使用RunDll32.exe 来运行Internet选项的对应功能:

Temporary Internet Files (Internet临时文件)

RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8

Cookies

RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2

History (历史记录)

RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1

Form Data (表单数据)

RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 16

Passwords (密码)

RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 32

Delete All (全部删除)

RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255

Delete All - "Also delete files and settings stored by add-ons"

RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351

【PowerShell中编程清空IE缓存方法】相关文章:

Powershell ISE的抽象语法树编程示例

PowerShell中执行Javascript的方法示例

PowerShell命令中包含空格如何运行?

探索PowerShell(十四) 使用WMI对象的方法

PowerShell中的$Input变量使用实例

PowerShell脚本中控制Windows DNS服务的方法

Powershell中获取所有磁盘盘符的方法

PowerShell中查询错误编号信息的2个方法

PowerShell远程安装MSI安装包、EXE可执行程序的方法

Powershell脚本中使用条件断点实例

精品推荐
分类导航