October 19, 201015 yr I threw this together last night, it's ugly as sin but it dose the job.Basically it takes an exported .reg file and imports it into all the local profiles on a system. I wrote this little tool using Unicode NSIS v2.46 and the source code is embedded into the file at the time it was compiled, 7Zip can easily extract the source. I've only tested it on XP(x86) and XP(x64) but it should work fine on the newer Windows flavors. I actively filtered out the "S-1-5-18", "S-1-5-19", "S-1-5-20" profiles from getting the imports.TODO:It isn't Terminal Services aware yet and can't import to a registry hive that is locked / in use. I hope to add active user hive enumeration in the next version.Again this was the labor of a single nights tinkering and it may have a few bugs.ImportRegToAll.exe Edited October 19, 201015 yr by zinthose
November 17, 201015 yr Nice one Zinthose but this can be used for existing users. It will not copy settings to the default user. I am looking something that also copies to the default user. Every new user logged on would receive the same settings then.
Create an account or sign in to comment