Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

So, I have an admin account to install programs, but with that admin account, I do not have access to a network location, which I can access as local user.

I am building scripts that installs multiple programs and afterwards copies a bunch of config files from a network location to a local machine. Some items require admin rights to be copied.

Ideally I want to execute a script as administrator, but use the local user rights to access the config files on the network location within the same script.

I have searched google for hours now, but I still do not have a solution. Someone an idea on how to accomplish this? asking for the missing access rights, is unfortunately not an option.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
987 views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...