forked from chocolatey-community/chocolatey-test-environment
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
New-ItemProperty : Cannot find path 'HKLM:\SOFTWARE\Microsoft\Active Setup\Installed Components\{A509B1A7-37EF-4b3f-8CFC-4F3A74704073}' because it does not exist. At C:\projects\chocolatey\chocolatey-test-environment\shell\PrepareWindows.ps1:4 char:1
+ New-ItemProperty -Path $AdminKey -Name "IsInstalled" -Value 0 -Force ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (HKLM:\SOFTWARE\...C-4F3A74704073}:String) [New-ItemProperty], ItemNotFoundException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommand
New-ItemProperty : Cannot find path 'HKLM:\SOFTWARE\Microsoft\Active Setup\Installed Components\{A509B1A8-37EF-4b3f-8CFC-4F3A74704073}' because it does not exist.
At C:\projects\chocolatey\chocolatey-test-environment\shell\PrepareWindows.ps1:5 char:1
+ New-ItemProperty -Path $UserKey -Name "IsInstalled" -Value 0 -Force | ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (HKLM:\SOFTWARE\...C-4F3A74704073}:String) [New-ItemProperty], ItemNotFoundException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.NewItemPropertyCommandReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels