1. 首页
  2. 数据库
  3. 其它
  4. windowsterminal shell:Windows终端上下文菜单项的Installuninstall脚本 源码

windowsterminal shell:Windows终端上下文菜单项的Installuninstall脚本 源码

上传者: 2021-03-19 06:46:24上传 ZIP文件 79.57KB 热度 16次
用于Windows终端的安装/卸载上下文菜单项的PowerShell脚本 支持的一个项目 安装 。 。 以管理员身份启动PowerShell 7控制台,然后运行install.ps1将上下文菜单项安装到Windows资源管理器。 在提升的PowerShell 7控制台上从GitHub运行最新脚本的最快方法是 Set-ExecutionPolicy Bypass - Scope Process - Force; [ System.Net.ServicePointManager ]::SecurityProtocol = [ System.Net.ServicePointManager ]::SecurityProtocol -bor 3072 ; iex (( New-Object System.Net.WebClient).DownloadString( ' https://r
下载地址
用户评论