Skip to content

自分用にwindowsをセットアップするPowershellスクリプト

Notifications You must be signed in to change notification settings

Deryck2000/Windows-Setup-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows-Setup-Script

自分用にwindowsをセットアップするPowershellスクリプト、使用は自己責任!!おれ用!!!

使い方

Start.batをダブルクリックで起動

カスタム

  • sources\packages.txtを編集することでインストールするパッケージを変更できる

なにしてんの

setup.ps1

  1. Windowsを使いやすくするためのレジストリ編集・ipv4パブリックDNSをGoogleのものに設定
  2. WinGetでパッケージをインストールする
  3. WinGetでエクストラ・パッケージをインストールする

レジストリ編集部分

  • エクスプローラで拡張子を表示
  • エクスプローラで隠しファイルを表示
  • エクスプローラでコンパクトビューを使用する
  • Windows をダークモードに設定
  • クリップボード履歴の有効化
  • マウス プロパティの「ポインターの精度を高める」を無効化

パッケージのインストール

WinGetでパッケージをインストールする。
sources\packages.txt:パッケージリスト
sources\packages-ex.txt:エクストラ・パッケージリスト
これらのパッケージリストの動作は同じで、単に分割する目的で使用されます。

About

自分用にwindowsをセットアップするPowershellスクリプト

Resources

Stars

Watchers

Forks