Click here to Skip to main content
15,887,821 members
Home / Discussions / C#
   

C#

 
Questionsetting file's security to 'no delete' in code ? Pin
BillWoodruff28-Nov-14 8:39
professionalBillWoodruff28-Nov-14 8:39 
QuestionRe: setting file's security to 'no delete' in code ? Pin
Eddy Vluggen28-Nov-14 8:54
professionalEddy Vluggen28-Nov-14 8:54 
AnswerRe: setting file's security to 'no delete' in code ? Pin
BillWoodruff28-Nov-14 14:11
professionalBillWoodruff28-Nov-14 14:11 
GeneralRe: setting file's security to 'no delete' in code ? Pin
Eddy Vluggen1-Dec-14 8:02
professionalEddy Vluggen1-Dec-14 8:02 
GeneralRe: setting file's security to 'no delete' in code ? Pin
Manfred Rudolf Bihy1-Dec-14 9:01
professionalManfred Rudolf Bihy1-Dec-14 9:01 
AnswerRe: setting file's security to 'no delete' in code ? Pin
Dave Kreskowiak28-Nov-14 10:24
mveDave Kreskowiak28-Nov-14 10:24 
GeneralRe: setting file's security to 'no delete' in code ? Pin
BillWoodruff28-Nov-14 14:12
professionalBillWoodruff28-Nov-14 14:12 
AnswerRe: [still unsolved as of Dec. 1] setting file's security to 'no delete' in code ? Pin
Manfred Rudolf Bihy1-Dec-14 2:02
professionalManfred Rudolf Bihy1-Dec-14 2:02 
Hi Bill,

after some experiments and lots of hair pulling I've come to the following conclusion and result that works on Windows 7 (I Work for a company that does most certainly not fit the description "early adaptor".)

In a nutshell:

If and only if both the "FILE_DELETE_CHILD" access right on the files parent folder and the "DELETE" right on the file itself are set to "DENY" can the file not be deleted even after the system has requested elevated rights. This presumes that the user is logged on with an account that is a member of the group local Administrators and the previously mentioned denials of rights were applied to that group.

This is pretty much it. I was a bit stumped that denial of the "FILE_DELETE_CHILD" right on the containing folder did not suffice to hinder the deletion. I did not try it with a normal account though.

Regards,

Manfred

"I had the right to remain silent, but I didn't have the ability!"
Ron White, Comedian


AnswerRe: [still unsolved as of Dec. 1] setting file's security to 'no delete' in code ? Pin
Manfred Rudolf Bihy1-Dec-14 3:01
professionalManfred Rudolf Bihy1-Dec-14 3:01 
GeneralRe: [still unsolved as of Dec. 1] setting file's security to 'no delete' in code ? Pin
BillWoodruff1-Dec-14 21:12
professionalBillWoodruff1-Dec-14 21:12 
GeneralRe: [still unsolved as of Dec. 1] setting file's security to 'no delete' in code ? Pin
Manfred Rudolf Bihy2-Dec-14 18:44
professionalManfred Rudolf Bihy2-Dec-14 18:44 
GeneralRe: [still unsolved as of Dec. 1] setting file's security to 'no delete' in code ? Pin
Manfred Rudolf Bihy3-Dec-14 21:17
professionalManfred Rudolf Bihy3-Dec-14 21:17 
QuestionWrite to Registry with Administrative Privileges Pin
Jassim Rahma28-Nov-14 1:36
Jassim Rahma28-Nov-14 1:36 
AnswerRe: Write to Registry with Administrative Privileges Pin
Richard MacCutchan28-Nov-14 2:50
mveRichard MacCutchan28-Nov-14 2:50 
AnswerRe: Write to Registry with Administrative Privileges Pin
Pete O'Hanlon28-Nov-14 3:17
mvePete O'Hanlon28-Nov-14 3:17 
GeneralRe: Write to Registry with Administrative Privileges Pin
Jassim Rahma28-Nov-14 9:21
Jassim Rahma28-Nov-14 9:21 
GeneralRe: Write to Registry with Administrative Privileges Pin
Richard MacCutchan28-Nov-14 22:34
mveRichard MacCutchan28-Nov-14 22:34 
GeneralRe: Write to Registry with Administrative Privileges Pin
Jassim Rahma29-Nov-14 4:57
Jassim Rahma29-Nov-14 4:57 
GeneralRe: Write to Registry with Administrative Privileges Pin
Richard MacCutchan29-Nov-14 5:02
mveRichard MacCutchan29-Nov-14 5:02 
GeneralRe: Write to Registry with Administrative Privileges Pin
Jassim Rahma30-Nov-14 9:55
Jassim Rahma30-Nov-14 9:55 
GeneralRe: Write to Registry with Administrative Privileges Pin
Richard MacCutchan30-Nov-14 21:20
mveRichard MacCutchan30-Nov-14 21:20 
AnswerRe: Write to Registry with Administrative Privileges Pin
OriginalGriff28-Nov-14 3:44
mveOriginalGriff28-Nov-14 3:44 
AnswerRe: Write to Registry with Administrative Privileges Pin
jschell30-Nov-14 6:23
jschell30-Nov-14 6:23 
QuestionDisplayAttribute.Order in Derived class Pin
Gilbert Consellado27-Nov-14 21:52
professionalGilbert Consellado27-Nov-14 21:52 
AnswerRe: DisplayAttribute.Order in Derived class Pin
Pete O'Hanlon27-Nov-14 23:27
mvePete O'Hanlon27-Nov-14 23:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.