Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个通常在计划任务上运行的应用程序。但是,我在桌面上也有一个快捷方式,可以在那里运行应用程序。我希望在用户双击快捷方式时弹出一个消息框,但不是在计划任务上。
只需将命令行参数添加到快捷方式,然后在应用程序启动时检查参数,如果发现您正在从桌面运行。