简体   繁体   English

Windows从何处获取已下载exe的“您确定要运行此程序”对话框的程序名称?

[英]Where does windows get the program name for the 'are you sure you want to run this program' dialog for downloaded exes?

On one of my projects, the downloaded installer file gives the internal name for the program name in the 'Do you want to run this software' warning dialog, rather than the external name. 在我的一个项目中,下载的安装程序文件在“您是否要运行此软件”警告对话框中提供程序名称的内部名称,而不是外部名称。 Where does windows get this program name from, as there's no sign of it in the standard metadata in the .exe properties? Windows从何处获取此程序名称,因为.exe属性中的标准元数据中没有此符号的迹象?

There's all kinds of interesting information in the .EXE header. .EXE标头中包含各种有趣的信息。 Maybe you can use this: http://www.brothersoft.com/dump-exe-file-header-189959.html to dump and view it. 也许您可以使用它: http : //www.brothersoft.com/dump-exe-file-header-189959.html进行转储和查看。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 您能否使程序从usb运行而无需登录Windows? - Can you make a program run from usb without logging in to windows? 您是否有免费的工具来优化在Windows上并行运行的程序? - Do you any free tools for tuning program that run in parallel on Windows? 在运行时获取Windows程序快捷方式的名称? - Get name of Windows program's shortcut at run time? 在Windows XP中打开程序时如何显示对话框? - How can you have a dialog box displayed when opening a program in windows xp? 如何在Windows上调试一个C的程序? - How do you debug a C program on Windows? 您可以在不使用Core Audio API的情况下更改Windows中音量混合器/ sndvol中列出的程序名称吗? - Can you change your program name listed in volume mixer/sndvol in windows without using Core Audio APIs? Windows CMD-运行程序并指定图像名称 - Windows CMD - Run program and specify image name 使Windows 8显示“如何打开”对话框? - Make windows 8 display the “How do you want to open” dialog? Windows 10是否可以防止您访问其他程序正在使用的内存? - Does Windows 10 protect you from accessing memory that another program is using? 我收到错误消息“某个问题导致程序停止正常工作。如果找到解决方案,Windows 将关闭该程序并通知您” - I get an error “a problem caused the program to stop working correctly.Windows will close the program and notify you if a solution is found”
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM