2

There used to be the tool Regini.exe from the Windows 2000 Resource Kit to do this, but it is no longer supported by Microsoft. Reg.exe can't do it either.

Any ideas?

Joe
  • 1,535
  • 1
  • 10
  • 15
Peter Hahndorf
  • 13,763
  • 3
  • 37
  • 58

2 Answers2

6

SubInAcl is your friend here.

Joe
  • 1,535
  • 1
  • 10
  • 15
  • I wonder when the "...is your friend" expression got started here. I've been using it for awhile now, and I'm seeing it in a lot more posts. – Evan Anderson Jun 19 '09 at 21:02
  • 1
    Think we need a new tag, is-your-friend, for those must-have utilities. – nray Jun 22 '09 at 18:27
4

Joe's post about SubInAcl is perfectly valid. I happen to prefer SetACL, which basically does the same things with a different command-line syntax. It's also available as an ActiveX control such that it's easy to call in scripts.

Evan Anderson
  • 141,071
  • 19
  • 191
  • 328