The process that is responsible for cleaning the different navigation information stored by Internet Explorer 7 is relatively simple. To do so, just go to Tools / Clear Browsing History and choose among different options, what we want to clean.
However, there is a faster method that allows us to create batch files to perform this operation quickly, even in network environments do so at a distance, it will be quite useful for network administrators and support personnel. Basically, is to use the command line to perform this operation. The correspondences are as follows: Temporary Internet Files = rundll32.exe Inetcpl.cpl, ClearMyTracksByProcess 8; cookies = rundll32.exe InetCpl. cpl, ClearMyTracksByProcess 2 = rundll32.exe inetcpl.cpl history, ClearMyTracksByProcess 1; form data = Run Dll32.exe Inetcpl.cpl, ClearMyTracksByProcess 16; passwords = rundll32.exe Inetcpl.cpl, ClearMyTracksByProcess 32. To delete all of the above at once, use the command rundll32.exe InetCpl. cpl, ClearMyTracksByProcess 255 [2], while to remove everything, including files and settings stored by the browser plugins, use the command rundll32.exe Inetcpl.cpl, ClearMyTracksByProcess 4351.
...................................................................................
Borra datos de Internet Explorer 7 con comandos
El proceso que se encarga de limpiar la diferente información de navegación que almacena Internet Explorer 7 es relativamente sencillo. Para ello, basta con acudir al menú Herramientas/Limpiar historial de exploración y elegir, entre las diferentes opciones, cuál queremos limpiar.
Sin embargo, hay un método aún más rápido que nos permite crear ficheros batch para realizar esta operación rápidamente, incluso en entornos de red hacerlo a distancia, lo que resultará bastante útil a administradores de red y personal de soporte. Básicamente, consiste en utilizar la línea de comandos para realizar esta operación. Las correspondencias son las siguientes: archivos temporales de Internet = RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8; cookies = RunDll32.exe InetCpl. cpl,ClearMyTracksByProcess 2; historial = RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1; datos de formularios = Run Dll32.exe InetCpl.cpl,ClearMyTracksByProcess 16; contraseñas = RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 32. Para borrar todo lo anterior de golpe, utilizaremos el comando RunDll32.exe InetCpl. cpl,ClearMyTracksByProcess 255 [2], mientras que para eliminar todo, incluso los ficheros y opciones guardadas por los complementos del navegador, emplearemos el comando RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351.

No hay comentarios:
Publicar un comentario