Hi,
What I’m really interested in, though, is how you’ve been
able to setup your users without permissions to their own C drives.
Most of my users have administrative rights on their local PCs because
they use CAD
applications that won’t work properly without Admin or Power
User
Actually I have gotten all my programs to run under a regular
read-only user including all the Autodesk AutoCad programs. However,
it does require some tweaking. The CAD programs are the worst.
Luckily with the dawn of XP, most software companies now write for
regular users. Adobe and Macromedia write their software now so it can
run under a read-only account.
For the other programs, I use a program called INCTRL5 which is here
http://www.sd61.bc.ca/windows2000/downloads/inctrl5.zip
I run inctrl5 as an Admin and then run the program, close the program
and run inctrl5 again. It gives me ALL the files and Registry entries
that were written to. I ignore all the ones in the HKLUser and any
that I know are not related to the software. I then use Regedt32 to
give write permissions to ONLY the registry keys listed. Usually this
is in the HKLM-Software-Softwareprogram key. I then give write access
to ONLY the files listed.
I haven’t found a program yet that I can’t run under read-only and we
have hundreds of software programs in my organization. My users also
have mandatory profiles which they can’t change.
I use xcacls in a batch file to set any permissions remotely. eg. For
Pagemaker, I have to give write access to 5 files. However, I haven’t
found a batch file to reset passwords. You could probably do it with
VBScript. I use VBScript on my AD servers to reset passwords. Not sure
how to query the local accounts but I am sure it can be done.
Cheers,
Lara