(no title)
SoberPingu | 7 months ago
$path ="registry::HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome"
New-Item $path -Force
Set-ItemProperty $path -Name ExtensionManifestV2Availability -Value 2
SoberPingu | 7 months ago
$path ="registry::HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome"
New-Item $path -Force
Set-ItemProperty $path -Name ExtensionManifestV2Availability -Value 2
No comments yet.