@Tully 在 浏览器由贵组织管理?删除 Google Chrome 的策略设置 中发帖
查了下资料,这是 Claude (3.7, Sonnet) 的代码:
#Requires -RunAsAdministrator
# 脚本: RemoveChromeManagement.ps1
# 功能: 移除 Chrome 浏览器上显示的"由您的管理员管理"提示
# 作者: Claude (3.7, Sonnet) - 基于 Google 官方支持文档 https://support.google.com/chrome/a/answer/9844476
# 输出带颜色的信息函数
function Write-ColorOutput($ForegroundColor) {
$fc = $host.UI.RawUI.ForegroundColor
$host.UI.RawUI.ForegroundColor = $ForegroundColor
if ($ar...