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.
对于我想将字符串记录到文本文件的情况,比如在 C:\log.txt 中,这在 UMDF 驱动程序中是否可行?考虑到 UMDF 驱动程序的 UAC 有限。
您无法登录到C:\. 不允许标准用户写入该位置。
C:\
C:\阻止标准用户写入的默认安全设置的原因C:\是阻止应用程序写入C:\.
您可以写入可以写入的位置,例如