

The list of websites you have visited in Edge These are the choices and what they mean: Option name You can scroll down to see a few extra possibilities. Untick anything which you don't want to delete. You will be presented with a list of checkboxes for various things which can be deleted from Edge.Ĭhoose what you would like to delete from Edge by keeping the checkbox ticked.


Click on the "Privacy, Search, and Services"Ĭlick on Privacy, Search, and Services in the menu column on the left hand side of the screen.

One of them will be named " Settings".Īt the bottom of the large menu which just appeared, the bottom item will be called Settings. This is the "Settings and more" buttonĬlick it. In the top right hand corner of your Edge browser's window, you will see a small button with 3 dots in it. Write-Verbose "Elapsed Time: $ (( $StartTime - $EndTime).This guide shows you how to clear your cache, cookies, and browsing history in the Microsoft Edge browser. Remove-CacheFiles " $teamsAppDataPath\ $cachePath " Where-Object ).FullNameįorEach( $cachePath in $possibleCachePaths) $activeBrowsers = Get-Process Firefox * ,Chrome * ,Waterfox * ,Edge *įorEach( $browserProcess in $activeBrowsers) Remove-CacheFiles "C:\Users\ $user\AppData\Local\Microsoft\Windows\Temporary Internet Files " Remove-CacheFiles "C:\Users\ $user\AppData\Local\Microsoft\Windows\IEDownloadHistory " Remove-CacheFiles "C:\Users\ $user\AppData\Local\Microsoft\Windows\IECompatUaCache " Remove-CacheFiles "C:\Users\ $user\AppData\Local\Microsoft\Windows\IECompatCache " Remove-CacheFiles "C:\Users\ $user\AppData\Local\Microsoft\Windows\INetCookies " Remove-CacheFiles "C:\Users\ $user\AppData\Local\Microsoft\Windows\WER " Remove-CacheFiles "C:\Users\ $user\AppData\Local\Temp " #-#Ĭ:\Windows\System32\ rundll32.exe InetCpl.cpl, ClearMyTracksByProcess 255Ĭ:\Windows\System32\ rundll32.exe InetCpl.cpl, ClearMyTracksByProcess 4351įorEach( $localUser in ( Get-ChildItem 'C:\users ').Name)
