adding rights via command line

  • Thread starter Thread starter pvl
  • Start date Start date
P

pvl

Is there a command line utility or procedure that I can use to grant
local file system AND registry rights to users on their own machines?

IE -- users logon to a machine as "users" only, but I want to grant them
certain rights to the file system and to the registry so that they can
run particular programs from CD. I know what rights to assign, but I
just want to be able to create a batch file to do it.

Is that possible?
 
pvl said:
Is there a command line utility or procedure that I can use to grant
local file system AND registry rights to users on their own machines?

IE -- users logon to a machine as "users" only, but I want to grant them
certain rights to the file system and to the registry so that they can
run particular programs from CD. I know what rights to assign, but I
just want to be able to create a batch file to do it.

Hi

This little nice freebie might help you out:

SetACL.exe: SetACL - Windows permission management: Set permissions on
virtually anything
http://setacl.sourceforge.net/

SetACL can set permissions on:

Local or remote directories
Local or remote files
Local or remote printers
Local or remote registry keys
Local or remote Win32 services
Local or remote network shares
 
excellent -- thank you much!
pvl wrote:




Hi

This little nice freebie might help you out:

SetACL.exe: SetACL - Windows permission management: Set permissions on
virtually anything
http://setacl.sourceforge.net/

SetACL can set permissions on:

Local or remote directories
Local or remote files
Local or remote printers
Local or remote registry keys
Local or remote Win32 services
Local or remote network shares



--
torgeir
Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of the 1328 page
Scripting Guide: http://www.microsoft.com/technet/scriptcenter
 
excellent ... I searched the knowledge base only for XP, and did not
think to expand it to nt 4.

Do you think the registry component will still work in XP? Is the
utility still available (I think I still have an nt 4 resource kit
SOMEWHERE ...)?

Peter
 
I'm not sure if REGINI from the NT4 resource kit will work or not. I'd
trust the one from the 2K resource kit first.
 
Back
Top