Can a program write to the root directory of a disk when UAC is turned on without having admin privileges?

后端 未结 3 521
死守一世寂寞
死守一世寂寞 2021-01-29 00:17

If I am not an Administrator and start a program which writes to C:\\ some textfile - will I need admin rights...in Windows 7 or Vista? I see in XP there are no problems to writ

3条回答
  •  甜味超标
    2021-01-29 00:32

    Yes. You won't be able to write to C:\Program Files\ or C:\Windows\, but just the root drive C:\ is fine.

提交回复
热议问题