RunDll32.exe detailed explanation and batch processing; Windows batch processing; clear iesaved; RunDll32.exe Batch Processing

Source: Internet
Author: User

RunDll32.exe detailed explanation and batch processing; Windows batch processing; clear iesaved; RunDll32.exe Batch Processing
Rundll32 command details

File Function: Execute the internal functions in the 32-bit DLL file

Location:X: (current system partition) \ windows \ system32

Command syntax:Rundll32.exe DLLname, Functionname [Arguments]

Instance:RunDll32.exe InetCpl. cpl, ClearMyTracksByProcess 2

Ps: InetCpl. cpl is the dll name, ClearMyTracksByProcess is the function name, and 2 is the parameter

[Windows batch processing] ClearMyTracksByProcess function clears IE Cache
@ Echo: deletes the Internet license file generated by Internet Explorer and other websites. @ rundll32.exe InetCpl. cpl, ClearMyTracksByProcess 8 @ echo Delete Cookies generated by Internet access such as Internet Explorer @ rundll32.exe InetCpl. cpl, ClearMyTracksByProcess 2 @ echo Delete IE browser and other Internet browsing history @ rundll32.exe InetCpl. cpl, ClearMyTracksByProcess 1 @ echo Delete the filling records of IE browser and so on @ rundll32.exe InetCpl. cpl, ClearMyTracksByProcess 16 @ echo deletes the password of the user that is stored on the Internet such as Internet access: @ rundll32.exe InetCpl. cpl, ClearMyTracksByProcess 32 @ echo delete all the garbage records of the Netscape from the folder file @rundll32.exe InetCpl. cpl, ClearMyTracksByProcess 255 @ echo Delete junk records generated by the IE browser plug-in @ rundll32.exe InetCpl. cpl, ClearMyTracksByProcess 4351
Other Rundll32 commands

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.