mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
[Windows] Fix signature for azure cli (#9134)
* fix signature for azure cli * disable edge auto updates
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
################################################################################
|
||||
|
||||
# Disable Edge auto-updates
|
||||
#Rename-Item -Path "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" -NewName "Disabled_MicrosoftEdgeUpdate.exe" -ErrorAction Stop
|
||||
Rename-Item -Path "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" -NewName "Disabled_MicrosoftEdgeUpdate.exe" -ErrorAction Stop
|
||||
|
||||
Write-Host "Get the Microsoft Edge WebDriver version..."
|
||||
$edgeBinaryPath = (Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\msedge.exe").'(default)'
|
||||
|
||||
Reference in New Issue
Block a user