generated at
Windowsの初期設定


Windows Updateする

PowerShellの設定
権限の変更
bash
Set-ExecutionPolicy AllSigned
Chocolateyのインストール
bash
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
PowerShellのプロファイル(起動時に実行される)
OneDriveでドキュメントの同期を有効にすると複数端末に勝手に同期反映される
C:\Users\{user_name}\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1
bash
Set-Location C:\Users\{user_name}\
とかしておかないと面倒

Chocolateyで必要そうなパッケージをインストールする
powershell
cinst 7zip etcher cinst GoogleChrome GoogleJapaneseInput cinst Firefox cinst docker cinst vscode insomnia-rest-api-client cinst unity-hub cinst nodejs


タスクバーのショートカットの実態があるパス
C:\Users\{user_name}\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar