Right, UAC is triggered quand a program requests administrator privileges. Such as Explorer, requesting administrator privileges, parce que c'est what le NTFS ACLs on those files et folders require.
Vous avez four options Je suis aware of.
-
Disable UAC on votre servers.
- I do this anyway (in le general case), et would argue that si you need UAC on a server, you're probably doing it wrong, parce que in general, seulement administrators should log onto servers, et they should know what they're doing.
-
Manage le permissions depuis an elevated interface
- Elevated
cmd window, PS window ou Explorer instance tous work for avoiding le UAC popup. (Run As Administrator)
-
Manage le NTFS permissions remotely
- Connect over UNC depuis a machine that ne have UAC turned on.
-
Créez unn additional non-administrative group that has full access in le NTFS ACLs to tous le files et folders you want to manipulate, et assign votre admins to it.
- The UAC popup ne va pas (shouldn't) be triggered, parce que Explorer will no longer require Administrative privileges, as access to le files is granted through another, non-administrative group.