Search found 3 matches

by edubel
Wed Apr 02, 2008 1:34 am
Forum: madSecurity
Topic: Does the madSecurity work on Vista?
Replies: 5
Views: 16427

The application was executed "as administrator" and the above code did not work (hasn't created a brand new key with access permision to Everyone).

Has anybody done a similar code for Vista that did work?
by edubel
Mon Feb 25, 2008 10:03 pm
Forum: madSecurity
Topic: Does the madSecurity work on Vista?
Replies: 5
Views: 16427

On XP it creates Full Control permission entry to "Everyone", on Vista it does nothing.
by edubel
Fri Feb 22, 2008 5:31 am
Forum: madSecurity
Topic: Does the madSecurity work on Vista?
Replies: 5
Views: 16427

Does the madSecurity work on Vista?

I have the following code: RegSec := RegistrySecurity('HKLM\SOFTWARE\....'); RegSec.ProtectedDAcl := false; RegSec.DAcl.SetFileAccess(Everyone, true); It works fine on XP, however does not seem to be creating permissions to read/write for "everyone" on Vista computers. Note, the program ru...