推荐你讲讲一个技巧,就是在各种 Windows 里的一些标准对话框 (MessageBox & TaskDialog) 里,其实可以按 Ctrl+C (虽然会听到咚一声),但是可以把文字复制到剪贴板。

例如:

[Window Title]
CommandNotFound

[Content]
Windows cannot find 'CommandNotFound'. Make sure you typed the name correctly, and then try again.

[OK]
[Window Title]
Location is not available

[Content]
h:\ is unavailable. If the location is on this PC, make sure the device or drive is connected or the disc is inserted, and then try again. If the location is on a network, make sure you’re connected to the network or Internet, and then try again. If the location still can’t be found, it might have been moved or deleted.

[OK]
---------------------------
Total Commander
---------------------------
Do you really want to delete the selected file ucrtbase.dll?
---------------------------
Yes   No   Cancel   
---------------------------
[Window Title]
Task Manager

[Main Instruction]
Do you want to end vpnagent.exe?

[Content]
If an open program is associated with this process, it will close and you will lose any unsaved data. If you end a system process, it might result in system instability. Are you sure you want to continue?

[End process] [Cancel]