Skip to content

Commit

Permalink
test association
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaranionjc committed Jan 25, 2024
1 parent 2984f4a commit 2420832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jumpcloud-ADMU/Powershell/Start-Migration.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1431,7 +1431,7 @@ function Get-UserFileTypeAssociation {
}
process {
$list = @()
$testHive = Get-ChildItem -Path "HKEY_USERS:\$($UserSid)_admu\Software\Microsoft\Windows\Shell\Associations\"
$testHive = Get-ChildItem -Path "HKEY_USERS:\$($UserSid)_admu\Software\Microsoft\Windows\CurrentVersion\"
Write-ToLog "Testhive: $testHive"
$pathRoot = "Registry::HKEY_USERS\$($UserSid)_admu\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\"
$exts = Get-ChildItem $pathRoot*
Expand Down Expand Up @@ -1472,7 +1472,7 @@ function Get-ProtocolTypeAssociation{
}
process {
$list = @()
$testHive = Get-ChildItem -Path "HKEY_USERS:\$($UserSid)_admu\Software\Microsoft\Windows\Shell\Associations\"
$testHive = Get-ChildItem -Path "HKEY_USERS:\$($UserSid)_admu\Software\Microsoft\Windows\Shell\"
Write-ToLog "Testhive: $testHive"
$pathRoot = "Registry::HKEY_USERS\$($UserSid)_admu\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\"
# Enable long paths
Expand Down

0 comments on commit 2420832

Please sign in to comment.