yonasty

Microsoft Edge aufräumen

Ich möchte mit einem Batch alle Daten, das heisst Verlauf, Cookies, Zwischengespeicherte Daten, Downloadverlauf, Formulardaten und Kennwörter löschen.

Hab schon einiges probiert, doch ich habe nicht einmal einen funktionierenden Lösungsansatz gefunden. Wäre froh für jede Hilfe


Gruss und Danke
Auf Facebook teilen
Auf X (Twitter) teilen
Auf Reddit teilen
Auf Linkedin teilen

Content-ID: 303623

Url: https://administrator.de/forum/microsoft-edge-aufraeumen-303623.html

Ausgedruckt am: 27.04.2025 um 06:04 Uhr

127944
127944 04.05.2016 um 08:29:50 Uhr
Goto Top
Moin,

hast du schon einmal versucht das Verzeichnis zu löschen?

C:\Users\Benutzer\AppData\Local\Microsoft\Windows\INetCache>

Vor dem Testen bitte sichern
129148
129148 04.05.2016 um 18:45:34 Uhr
Goto Top
Powershell ginge z.B.:
Add-Type -AssemblyName System.Windows.Forms
Add-Type -AssemblyName Microsoft.VisualBasic
Start-Process "microsoft-edge:about:blank"  
sleep 2
[Microsoft.VisualBasic.Interaction]::AppActivate("Microsoft Edge")  
[System.Windows.Forms.SendKeys]::SendWait('^+{DEL}')  
[System.Windows.Forms.SendKeys]::SendWait('{TAB 9}{ENTER}')