Windows10のセットアップ時に黙ってすること
マウス振るとウインドウが最小化するエアロシェイクを無効にする
【Windows10】エアロシェイクを無効にする | nekomata.tech
https://nekomata.tech/disable-aero-shake.html
これできへんねんけど・・・・
Cortanaさんをアンインストール_Windows10_2004
https://www.softantenna.com/wp/tips/how-to-uninstall-cortana-on-windows-10-version-2004/
code: Cortanaさんをアンインストール_Windows10_2004.ps1
Get-AppxPackage -allusers Microsoft.549981C3F5F10 | Remove-AppxPackage
パワーシェル(の最新)をインストール
https://github.com/PowerShell/PowerShell/releases
パワーシェルのPowerShellGetをアップデート(パワーシェル7なら最新が入ってるかも)
https://blog.shibata.tech/entry/2017/12/18/004105
パワーシェルのGitコマンド保管インストール
https://roy-n-roy.github.io/Windows/posh-git/
https://github.com/dahlbyk/posh-git#installing-posh-git-via-powershellget-on-linux-macos-and-windows
パワーシェルのフォントをはくげんにする
https://github.com/yuru7/HackGen/releases
以下はおまけ
シンボリックを右クリックから作る
https://schinagl.priv.at/nt/hardlinkshellext/linkshellextension.html
#PC設定 #Windows10
#黙ってやるシリーズ