- 1、本文档共14页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
windows自带利器rundll.exe高级应用(Windows comes with tools rundll.exe advanced applications)
windows自带利器rundll.exe高级应用(Windows comes with tools rundll.exe advanced applications)
First of all, please do a little experiment (please save the results of the program you are running) beforehand:
Click on the start - MsDos program, enter the Dos window, then type rundll32.exe user.exe restartwindows, and then press the Enter key, then you will see, the machine is restarted!
Of course, the function of Rundll is more than just restarting your machine. In fact, Rundll, as the name suggests, Dll, dynamic link library call Windows. Its function is to order out of the way, the difference between Rundll32.exe and Rundll.exe is that the former is the call link library 32, the latter is used to link library 16, the command format is:
RUNDLL.EXE,,
Here are three points:
The 1.Dll file name does not contain spaces. For example, the file is in the c:Program Files directory, and you want to change the path to c:Progra to 1;
The comma between the 2.Dll file name and the Dll entry point cannot be less than, otherwise the program will go wrong and will not give any information!
3., this is the most important point: Rundll cannot be used to call Dll containing the return value parameter, such as GetUserName (), GetTextFace (), etc. in Win32API.
In Visual Basic, an instruction Shell is provided to execute the external program. The format is:
Shell command line
If you can use with the Rundll32.exe Shell instruction, will make your VB program with other methods are difficult or even impossible to achieve the effect is to restart: for example, the traditional method requires you to build a module in the VB project first, and then write the WinAPI statement, and finally to call in the process of. And now, just one sentence:
Shell rundll32.exe, user.exe, restartwindows is done!
In fact, Rundll32.exe has a unique advantage in calling various Windows control panels and system options.
Command line: rundll32.exe, shell32.dll, Control_RunDLL
Function: display control panel
Command line: run
您可能关注的文档
- access 历年真题答案08.3(Access 8.3 years Zhenti answer).doc
- allegro如何生成光绘文件(转贴,整理)(How does Allegro generate a drawing file).doc
- android 动作、广播、类别等标识大全(Android actions, broadcasts, categories, etc.).doc
- android 获取多媒体信息之音频文件(Android audio files for multimedia information).doc
- android多点触摸(Android多点触摸).doc
- arcsde安装及常见问题详解(ArcSDE installation and FAQ).doc
- at指令发送pdu短信详解(At instructions send PDU SMS detailed explanation).doc
- autocad 2007快捷键大全1(autocad 2007快捷键大全1).doc
- autocomplete_使用说明(Autocomplete _ 使用说明).doc
- autolisp程序入门教学资料(AutoLISP program introductory teaching materials).doc
文档评论(0)