捕获 exe 的屏幕,然后弹出几毫秒
好吧,与编程间接相关,但是有人知道如何捕获 Windows 中弹出几毫秒的屏幕吗? (当我双击exe时会弹出屏幕)然后终止进程。
它太快了,无法真正专注于它带来的信息,但它肯定在说些什么。
是否有某种软件可以以超慢动作播放屏幕?
OK, indirectly related to programming, but does anyone know how to capture a a screen that pops up for a few milliseconds in Windows? (The screen popups up when I double click an exe) and then terminates the process.
Its too fast to actually focus on the information its bringing up, but it is defnintly saying something
Is there some kind of software than can playback screen in ultra slow motion?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它是控制台应用程序还是 winforms 应用程序?如果它是控制台应用程序,您可以转到命令行并手动运行它。然后您可以将输出剪贴板。
Is it a console app or a winforms app? If it's a console app, you could drop to a command line and run it manually. Then you can clipboard the output.