Delete Temporary Internet Files Note: Backup your registry before using this hotkey script. since it alters the registry. Instead of manually deleting your browser cache, you can just use AutoHotkey to do it for you. RegRead, templnternetFiles, HKEY_CURRENT_USER, Software\Microsoft\Windows\C urrentVersion\Explorer\Shell Folders, Cache Loop,
%templnternetFiles%\* .*, 0, 1
{ today = %A_Now% EnvSub, today, %A_LoopFileTimeModified%, days
if today > 7 {
FileDelete,
%A_LoopFileFullPath% }
Save this script and then compile it to create an executable. Just doubleclick it to delete all temporary files!
![]()



Reply With Quote
Copyright Techfuels
Bookmarks