Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 8583

IE history: Days to keep pages in history

$
0
0

Hello,

I am tring to configure IE setting by using RunDll32.exe.

$Code = 1, 2, 8, 16, 32, 255, 4351

$Operation = "History", "Cookies", "Files", "Form Data", "Password", "All Information", "All Information with extentions" 

RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess Code[CodeID]

It is possible to configure the day number to keep pages in IE history as below. How can I configure it by Powershell (v2) for IE (v8 and above).


Viewing all articles
Browse latest Browse all 8583

Trending Articles