Hyper-V が壊れたので Windows をリセットした。
その復旧手順メモ。
Hyper-V 有効化
y
キーを押下して再起動。
Chocolatey
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'))
Chocolatey からインストール
choco install -y googlechrome
choco install -y firefox
choco install -y vivaldi
choco install -y kindle
choco install -y adobereader
choco install -y git --params "/GitAndUnixToolsOnPath /NoAutoCrlf"
choco install -y msys2
choco install -y 7zip
choco install -y pandoc
choco install -y vscode
choco install -y docker-desktop
手動インストール
- WinMerge - You will see the difference…
- VOICEROID2 (株式会社AHS(AH-Software)のマイページからダウンロード)
- Download FFmpeg
- ScreenToGif - Record your screen, edit and save as a gif, video or other formats
- vim/vim-win32-installer: Vim Win32 Installer
- Maven – Welcome to Apache Maven
- JDK 14
WSL 有効化
未実施だけどやり方だけメモ。
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux -All -NoRestart
Microsoft Store からインストール
- Windows Terminal
自作ツール群
MiscellaneousTools/win at master · mikoto2000/MiscellaneousTools からダウンロード。パスを通したフォルダに配置。
0 件のコメント:
コメントを投稿