Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.69 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.69 KB

Windows

Installation

Basically following codes will be done in PowerShell

  1. Download the windows helper binaries from GitHub releases or uploaded artifacts in each workflow summary

  2. New session of pwsh

    ./winit-conf.exe run
    
    Install-Module -Name PSFzfHistory
    # $PROFILE is an "Automatic Variables", not ENV
    # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_automatic_variables?view=powershell-7.4
    ./winit-conf.exe generate -path="config/powershell/Profile.ps1" > "$PROFILE"
    
    ./winit-reg.exe list
    ./winit-reg.exe run --all
  3. Install some tools

    # Basically this may be same output of above `winit-conf.exe` log
    # Pick-up the winget-*.json outputs
    $env:TMP
    # => C:\Users\YOU\AppData\Local\Temp
    
    winget import --import-file "C:\Users\YOU\AppData\Local\Temp\winitRANDOM1\winget-pkgs-basic.json"
    # Optional
    winget import --import-file "C:\Users\YOU\AppData\Local\Temp\winitRANDOM2\winget-pkgs-storage.json"
    winget import --import-file "C:\Users\YOU\AppData\Local\Temp\winitRANDOM3\winget-pkgs-entertainment.json"
  4. Remove needless pre-installed tools. Pick up from bulk-uninstall.ps

  5. If you are still using Dropbox, Change Dropbox storage path from C:\Users, default path made problems in System Restore.
    See https://zmzlz.blogspot.com/2014/10/windows-dropbox.html for detail

  6. Enable Bitlocker and backup the restore key

I forgot to backup Bitlocker restore key 😋

https://account.microsoft.com/devices/recoverykey may help