動かざることバグの如し

近づきたいよ 君の理想に

Windows11 セットアップメモ

環境

  • Windows11

インストール

今回はScoopを使ってソフトウェアのインストールをした。

scoopのインストール

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression

scoop install git
scoop bucket add extras

各種インストール

scoop install extras/googlechrome
scoop install extras/crystaldiskinfo
scoop install extras/freedownloadmanager
scoop install extras/volume2
scoop install extras/mpc-be
scoop install extras/neeview
scoop bucket add Brawl345_scoop-bucket https://github.com/Brawl345/scoop-bucket
scoop install Brawl345_scoop-bucket/wxmp3gain

不要なアプリの削除、チューニング

今回はこのアプリを使った

Raphire/Win11Debloat: A simple, easy to use PowerShell script to remove pre-installed apps from Windows, disable telemetry, remove Bing from Windows search as well as perform various other changes to declutter and improve your Windows experience. This script works for both Windows 10 and Windows 11.