Forum Discussion
steelea
Jul 11, 2022Copper Contributor
Microsoft Edge Cache Removal Script
Good Morning, Trying to find a way to automate a cache and cookie removal for Microsoft Edge (Chromium). I have reviewed documentation, github, reddit, and other items but there are no true automatio...
josh_bodner
Jul 12, 2022Silver Contributor
There's a setting to remove all that data automatically when the browser closes. Would that be sufficient?
- steeleaJul 13, 2022Copper Contributor
josh_bodner Sadly that would not work. Trying to build out something users can use as they want to clear Edge cache as needed. I proposed that solution and it wasn't the one. Will have to have something that is easily deployable to an end user as a package.
- bipinprakashJul 13, 2022Brass ContributorAre you looking for an executable or a script like a batch file? Are you able to try the script I have linked above? You can also try to convert the powershell script to a batch file using something like this https://community.idera.com/database-tools/powershell/powertips/b/tips/posts/converting-powershell-to-batch
Best.
bp- steeleaJul 15, 2022Copper ContributorI've worked with the script above and even tried to manipulate it and can't get the cache, passwords, etc. to clear within chromium edge.