| Clear Temp Internet Browser Files |
| Programming - Windows (BAT files) |
| Wednesday, 18 June 2008 09:02 |
|
This small bat file will clear temp browser files from the users profile. This is useful if your browser is taking a while to load up. I also use this to remove tracking cookies which some time appear. Below is the actual bat file code or you can download the file direct .. download cls cls
@Echo OFF color F4 echo *************************** DISCLAIMER ********************************* echo Please note, Fir3net.com takes no responsibility to any damage, issues, echo errors or system malfunctions that may occur due to the result to taking/ echo preforming/actioning/running any of the steps, actions, guides, scripts, echo or registry changes held upon the fir3net.com site. echo. pause color 07 echo. echo Removing Temp Files ...... please wait echo. echo ***** Removing Temp files ***** del "C:\Documents and Settings\%USERNAME%\Local settings\temp\*" /S /Q 2>NUL del "C:\Documents and Settings\%USERNAME%\Local settings\temporary internet files\*" /S /Q 2>NUL echo. echo ***** Removing Firefox Temp files ****** del "C:\Documents and Settings\%USERNAME%\Local Settings\Application Data\Mozilla\Firefox\Profiles\*" /S /Q 2>NUL echo. echo ***** Removing Window Temp files ***** del "C:\windows\temp\*" /S /Q 2>NUL echo. echo. echo Finished Cleaning all temp files... ping -n 5 127.0.0.1 >NUL |
Latest Articles
- F5 LTM VE 10.2.x - Interfaces not recognised
- Cisco ASA - Security Levels / NAT Control
- F5 LTM - OneConnect
- Django - CSRF verification failed. Request aborted.
- F5 LTM VE - Unable to attach to PCI device 02:01.00 for Interface 1.1
- F5 LTM - Connection Management
- Brocade ADX - FTP
- PKI - Chain of Trust
- Juniper SRX - Site to Site VPN using a Dynamic IP address
- F5 LTM - How do I perform software installations ?
- Juniper SRX - NAT
- Juniper SRX - How to configure a route based VPN
- Juniper SRX - Dynamic VPN
- Juniper SRX - How to configure a policy based VPN
- Brocade ADX - NAT
- Brocade ADX - CSW nested rules
- How do I upgrade a Juniper SRX Series gateway
- Cisco ASA - How do I capture ARP`s ?
- Juniper SRX - Configuring Source NAT with pool
- Running a packet capture on a Juniper SRX
Popular
- Proxy ARP – SPLAT
- Check Point Commands
- IPSO - Commands
- ASA 8.3 - How to configure NAT
- vSphere - Creating User and Group Permissions
- PEMU - Free Cisco PIX Firewall Emulator / Simulator
- Configuring Wireless Connectivity within Backtrack 4 r2
- Juniper Netscreen Commands
- Juniper Netscreen - NAT Explained
- How do I install snmpwalk / snmpget using Yum ?
- Netscreen - NSRP
- ESX Convertor - The session is not authenticated
- Troubleshooting a Netscreen Site 2 Site VPN
- ESX - ViClient Cannot connect to host
- Endpoint Connect Installation / Troubleshooting Guide
- Check Point - How to Reset SIC
- ESXi - Connecting to a named pipe
- Netscreen - Routing Basics / Virtual Routers / PBR
- Configuring Windows 2008 R2 as an NTP Server
- Check Point Logging Troubleshooting Guide


