PsiMoon314 Posted February 24, 2006 Posted February 24, 2006 Hi,When repairing or setting up PC's I often need to apply settings and changes to multiple users on the PC.The application I need would load the registry hives for each user on the PC (perhaps the users could be selected from a list) and then changes applied to each user.Ideally this would be a GUI application for Windows 2000, XP and 2003.Anyone out there need a project or a small programing commision? Kind RegardsSimon
jdoe Posted February 28, 2006 Posted February 28, 2006 I was needing the same long time ago, and I wrote a batch for that. It's not perfect because it don't make a backup of NTUSER.DAT before loading it but it worked when I have used it 1 year ago.I know it's not an application with GUI and all those stuff you want but it's there for free.People on this board are passionate persons about computers and I don't think little commision will raise passion even more. Maybe someone will post a link about something that already exist.Be patient REGWIDE
Gogol Posted April 11, 2006 Posted April 11, 2006 ModifyProfile do this kind of job ... but from command line
pcuser_tom Posted April 12, 2006 Posted April 12, 2006 (edited) I'm the author of EzPcFix. Take a look at the documentation on the webpage and see if the "Reg Values" section will do what you want, it allows you to specify reg values in an inf file for settings that you'll want to be able to change for each user and displays a window that allows you to change that setting for each user on the system (individually).Hopefully EzPcFix can do what you want but PM me if you want a customized app coded for you.Tom Edited April 12, 2006 by pcuser_tom
annakin108 Posted April 17, 2006 Posted April 17, 2006 Have you found you answer? I have been successfull with psexec. I have also used hta's to create an interface to the scripts.... let me know if you already have you answers... thanks.
wrecklesswun Posted May 30, 2006 Posted May 30, 2006 I have used wise scripting to iterate through all the user profiles...as long as you're an admin of the box...all profile including the default user can be mounted, so that new users as well get the changes.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now