exe - Does a C# console app run under current user account? -


before open big mouth , default way console app works in c# wanted few of folks opinion.

essentially, have c# console app create folder full of files byte streams. pretty simple. want have write directly shared drive few people have read/write privilages.

i think long kick of exe while logged in as privelaged user copy share drive.

unfortunately, want information without creating folder , share first. sigh b/c have been easy test blasted thing.

to answer question in title of question, yes, c# console app runs under whatever account run as.

note, should able right click on executable , click "run as" or "run administrator" instead of logging on user.

i hope i'm not missing point of question.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -