1、更改 powershell 脚本执行权限 Set-ExecutionPolicy RemoteSigned -scope CurrentUser 在windows中默认不允许任何脚本运行,所以我们可以使用 **Set-ExecutionPolicy**来改变PowerShell运行环境,共有4种运行权限,如下所示: Restricted——默认的设置,不允许任何script运行; AllSigned——只能运行经过数字证书签名的script; R...
scoop install gow gsudo Windows 下的 sudo 工具 在Linux 下要以管理员权限执行命令只需要在最前面加上 sudo 即可,Windows 却很麻烦,需要专门打开一个管理员模式的 PowerShell 窗口。 这个小工具可以解决这个问题,使用方法和 Linux 的 sudo 命令一样。 ❝ PS:好消息是微软打算在 Windows 11 里加入原生的 sudo...
Windows软件 篇一:Scoop:简单且绿色的 Windows 版本软件中心 大家好,今天给大家带来不一样的东西! 很多朋友都已经熟悉了我们的iStoreOS软件中心,今天给大家说说一个Windows的软件中心——Scoop,并不是Windows自带的软件商店哟。 https://scoop.sh/ 为什么要说这个呢,因为大家都知道,一般我们安装Windows软件,去百度 ...
search——搜索仓库中是否有相应软件 install——安装相应软件,注意:在安装完软件后,有的软件(如vscode、python等)可能会弹出一些提示,让你执行命令后可以关联文件类型、允许其他程序调用等,根据自身需求执行命令即可,但一般都推荐执行提示中的命令 uninstall——卸载相应软件 update——更新软件,可通过scoop update -a更...
iex (new-object net.webclient).downloadstring('https://raw.githubusercontent.com/lukesampson/scoop/master/bin/install.ps1') 1. 没安装过 Git 则需要安装。 scoop install git 1. 基础使用 最基础的使用方法和其它包管理器类似,这里就不做赘述了,直接上命令列表: ...
11. 12. 3.检查安装 通过 scoop 或 scoop help 命令查看使用简介,若输出帮助信息,说明安装成功: scoop scoop help 1. 2. 输出: Usage: scoop [<COMMAND>] [<OPTIONS>] Windows command line installer General exit codes: 0 - Everything OK ...
ref:https://docs.microsoft.com/zh-cn/powershell/scripting/install/installing-windows-powershell?view=powershell-6 1.2 以当前Win账户运行PowerShell Set-ExecutionPolicyRemoteSigned-ScopeCurrentUser 1.3 安装 scoop {% tabs 1 %} irmget.scoop.sh|iex ...
scoop install <app>- 安装软件 scoop info <app>- 查看软件详细信息 scoop list- 查看已安装软件 scoop uninstall <app>- 卸载软件,-p删除配置文件。 scoop update- 更新 scoop 本体和软件列表 scoop update <app>- 更新指定软件 scoop update *- 更新所有已安装的软件 ...
Scoop 将软件安装到一个相对隔离的环境下(Each program you install is isolated and independent),从而保证环境的统一和路径不被污染 可以看到,scoop 文件夹下的 apps 存放有安装的所有应用。值得一提的是:scoop 是通过 shim 来软链接一些应用,这样的设计让应用之间不会互相干扰,十分方便。
scoopinstall软件名称 查看已安装软件# Copy scooplist 卸载软件# Copy scoopuninstall 软件名称 查看软件安装信息# Copy scoopinfo软件名称 利用aria2加速下载# 如果安装了aria2,scoop默认使用aria2多线程下载,提升安装速度 Copy scoopinstallaria2 添加第三方仓库# ...