windows安装openclaw最佳实践
开始菜单
搜索 PowerShell → 右键 → 以管理员身份运行
解锁权限(管理员 PowerShell 下)
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
一键安装
iwr -useb https://openclaw.ai/install.ps1 | iex 搜索 PowerShell → 右键 → 以管理员身份运行
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
iwr -useb https://openclaw.ai/install.ps1 | iex