PYNQ软件清单 * [[https://chocolatey.org/docs/installation#install-with-powershellexe|chocolatey]] * [[https://chocolatey.org/packages/git.install|git-windows]] * [[https://chocolatey.org/packages/win32diskimager|win32diskimager]] * [[https://chocolatey.org/packages/microsoft-edge|microsoft-edge]] * [[https://chocolatey.org/packages/notepadplusplus|notepad++]] * [[https://chocolatey.org/packages/wxhexeditor|hex editor]] Open one **powershell** window with **administrator** mode: ```powershell Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) choco install -y git win32diskimager microsoft-edge notepadplusplus choco install choco install wxhexeditor --pre -y ```