top of page
Search

(45) Intune deploy registry to HKCU

  • Writer: Mr B SOE way
    Mr B SOE way
  • Mar 16, 2023
  • 1 min read

As part of a current project to deploy registry to HKCU, one of the applications: HP Trim also known as Content Manager requires to be deployed to registry.


For the ones that worked in this scenario:


1. Create the registries locally on your machine

3. Open up the .reg file and paste the contents

ree











4. Select Get remedation script, it will provide this

ree







5. Copy the context and paste as a Notepad then save as install.ps1

6. Time to package the app and it should look like this.

ree












7. Ensure when packaging the app, it is deployed in a "User" Context.

ree









8. As there is a dependency, ensure to add that app so that gets installed first then it will run the app above.


ree

 
 
 

Comments


bottom of page