本帖最后由 WindCat 于 2022-10-4 13:17 编辑
https://gist.githubusercontent.c ... 06eb8ee28/psotp.ps1
https://raw.githubusercontent.co ... eAuthenticator.psm1
网上找了两个powershell脚本,可惜我完全不懂这个- IEX (New-Object Net.WebClient).DownloadString("https://gist.githubusercontent.com/jamcut/9f1c88ea81e2d84a8fe3/raw/0878bbc1b46801e5e8d1080610facfa06eb8ee28/psotp.ps1")
复制代码 直接用powershell用这条语句执行这两个脚本能用是能用,但不知道怎么在bat脚本中读取其值,特别是第二个脚本要执行后再输入相关指令才能运作的情况下
以及如何修改其参数化执行?
又或者是否有现有的cli工具?
------
找到一个开源项目
但不知道怎么编译成win版... |