Adding Registry Keys Via Powershell
SYSTEM ADMINISTRATIONPOWERSHELL
Daniel Afkhami-Ardekani
9/1/20241 min read
The following Powershell script will add new registry keys per the user's specifications. The example script below adds a registry key to disable Internet Explorer. Still, you can change the variable values as needed depending on what you want your registry key to accomplish.
Instructions
Follow the comments in the script below.