Command line parameters


/help - usage information


/clear - items to be cleaned. Can be used only with next (at least one) additional parameters:

   -history clear browsing history

   -cookies clear cookie files

   -cache clear Temporary Internet files


/all - clear all specified items

/today - clear only todays items


/user - clear selected items only for speceifed local user

   -all clear selected items (history, cookies, cache) for all local users


/wildcards - clear items what match the specified wildcards

   -not clear items what not match the specified wildcards


/silent - do not show message box than the job will complete


Examples


/clear -history /today - clear only todays history


/clear -history -cache /all - clear all history and cache entries

/clear -history -cache /user Administrator - clear all history and cache entries for Administrator

/clear -cache /wildcards "*microsoft.com*" - clear all history items related to microsoft.com web-site

/clear -cache /wildcards -not "*microsoft.com*" - clear all cache files except related to microsoft.com web-site

/clear -cache /wildcards "*.png" - clear all cache files with PNG extension