Forum Discussion
admin-CPH
Feb 07, 2023Brass Contributor
Add registry keys
Hi All, I'm deploying Adope pro by Intune, and everything is going well, but I need to use the software as a reader for some users with no pro license and without the need for the user to sign in. S...
jmakhija
Nov 27, 2023Brass Contributor
You can easily Create registry keys using the Intune remediations method or via a Powershell script.
- For creating the reg keys under HKLM, refer to: https://cloudinfra.net/how-to-create-registry-keys-using-intune-remediations/
- For creating the reg keys under HKCU, refer to: https://cloudinfra.net/how-to-create-hkcu-registry-keys-using-intune-remediations/
- JohnGillandersSep 13, 2024Brass ContributorThese are great guides, thank you!