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.
当调用 MoveFileEx() 并为 dwFlags 使用 MOVEFILE_DELAY_UNTIL_REBOOT 时。在文件的实际移动过程中,它使用什么权限?
谢谢加佐!
MSDN 并没有真正说明这种特殊情况,而是提示“只有当进程位于属于管理员组或 LocalSystem 帐户的用户的上下文中时,才能使用此值。” 给出将使用管理员权限移动文件的唯一逻辑结果(因为调用此 API 的帐户可能不存在)。