Skip to content

Commit

Permalink
Added IFEO Key.
Browse files Browse the repository at this point in the history
- Oops ... Need to Test full functionality.
  • Loading branch information
VertigoRay committed Jun 19, 2018
1 parent 9939822 commit 734bcce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Update-VSCode.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,9 @@ Write-Host $shaLatest

[version] $versionInstalled = $null

$ifeoKey = 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options'
$uninstallKeys = @(
'Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\'
'Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\',
'Registry::HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\'
)

Expand Down

0 comments on commit 734bcce

Please sign in to comment.