Hello there everyone, I am running into an issue and wanted to get some guideness on what my options are. I am deploying an application that is being “Installed For System” and “Only When A User Is Logged On”.
I am trying to import a reg file that needs to get imported into “HKEY_CURRENT_USER”
The normal process is not going to work for this kind of need as I have tested them and they do not work
"Execute-Process -FilePath “reg.exe” -Parameters “IMPORT "$dirFiles\CMSR18-Server.reg
“” -PassThru”
Any help or guidness is greatly appreciated