| 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
- Tool - SSLReport
- Brocade ADX - How to perform an image upgrade
- Cisco ASA reboots/crashes when running the command 'show service-policy interface outside set connection detail'
- Brocade ADX - Persistence
- How to define a port range on a Juniper SRX
- Path MTU Discovery (PMTUD) / Path MTU Black Holes
- Mitigating DoS attacks on a Cisco ASA
- How do I clear the Cisco ASA connection counters ?
- High CPU Usage on a Cisco CSS
- How to clone a MySQL database
- Brocade ADX - Configuring SSL
- Brocade ADX - Content Switching Rewrite
- Joomla - How to add a custom field
- BigIP F5 LTM - How to Create a Sorry Page with Image
- BigIP F5 LTM - TCP Syslog
- Cisco ASA - Traffic blocked when TCP syslog server is unreachable
- Excel - Unable to open file
- Brocade ADX - DoS Protection
- Brocade ADX - LoadBalancing Methods
- Brocade ADX - Healthcheck Elements
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
- Juniper Netscreen Commands
- Juniper - NAT Explained
- Configuring Wireless Connectivity within Backtrack 4 r2
- ESX Convertor - The session is not authenticated
- How do I install snmpwalk / snmpget using Yum ?
- Netscreen - NSRP
- ESX - ViClient Cannot connect to host
- Troubleshooting a Netscreen Site 2 Site VPN
- Endpoint Connect Installation / Troubleshooting Guide
- ESXi - Connecting to a named pipe
- Check Point - How to Reset SIC
- ESXi White Box - HP DL140
- DNS / nslookup - How to find the root servers ?
- Netscreen - Routing Basics / Virtual Routers / PBR
