Page 1 of 1

Clear webgadget cookies

Posted: Sun Sep 13, 2015 8:37 pm
by flood
Hello. Is it possible to clear all webgadget cookies / persistent data without running InetCpl.cpl?

Thanks

Re: Clear webgadget cookies

Posted: Fri Feb 05, 2016 4:11 pm
by RSBasic
You can run "RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2" with hidden parameter (#PB_Program_Hide).
Or you delete the files:
  • %appdata%\Microsoft\Windows\Cookies\ (Windows 7)
  • %localappdata%\Microsoft\Windows\INetCookies\ (>=Windows 8 )
The full path to cookies folder is saved in registry: HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders\Cookies

But I think delete only cookies from your webgadget isn't possible.