C# 施行运行命令-调用ShellExecute

C# 执行运行命令-调用ShellExecute方法://清理全部浏览器历史记录Utils.ShellExecute(IntPtr.Zero, new St

C# 执行运行命令-调用ShellExecute
方法:

//清理全部浏览器历史记录Utils.ShellExecute(IntPtr.Zero, new StringBuilder("open"), new StringBuilder("rundll32.exe"), new StringBuilder("InetCpl.cpl,ClearMyTracksByProcess 255"), new StringBuilder(""), 1);