You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error in the Google Chrome installation (choco install googlechrome.vm):
Cannot find path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows\Explorer' because it does not exist.
I think this is coming from this code:
# Do not show the "Open with" popup
Set-ItemProperty -path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\Explorer" -name "NoNewAppAlert" -value 1 -type "DWord"
So, either there is a bug and the code is not working or the code is not needed. @emtuls do you have more information?
@d35ha I noticed this when testing #1255, did you get the error too? do you know what's going on? 😕
The text was updated successfully, but these errors were encountered:
I get the following error in the Google Chrome installation (
choco install googlechrome.vm
):I think this is coming from this code:
So, either there is a bug and the code is not working or the code is not needed. @emtuls do you have more information?
@d35ha I noticed this when testing #1255, did you get the error too? do you know what's going on? 😕
The text was updated successfully, but these errors were encountered: