Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello,
I’d like to apply a registry key on several computers via SnapIns. I have a .reg file.
Thanks.
You could do something like a batch file
@echo off reg add xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Then add that into your snap ins and deploy it!