Show-instalationwelcome

Hello All,

I am testing show-installtionwelcome, i want to know how i can revert defrerals on test machine?
regards

It took a little digging as I never looked it up:
Searching appdeploytoolkitmain.ps1 of v3.8.4:


	Line 324: [string]$configToolkitRegPath = $xmlToolkitOptions.Toolkit_RegPath
	Line 345: 		[string]$configToolkitRegPath = $xmlToolkitOptions.Toolkit_RegPathNoAdminRights
[string]$appDeployToolkitName = 'PSAppDeployToolkit'

and the appdeploytoolkitconfig.xml:

|||<Toolkit_RegPathNoAdminRights>HKCU:\SOFTWARE</Toolkit_RegPathNoAdminRights>|

so looks like
HKLM\Software\psappdeploytoolkit\DeferHistory\$installName
or
HKCU\Software\psappdeploytoolkit\DeferHistory\$installName

depending on how it’s launched.

1 Like