Windows Configuration
If you are coming from a fresh re-installation of Windows, delete previous versions of Windows in Settings > Storage Management > Cleanup Recommendations
Windows
Setup Accounts
- Create the first user with a Microsoft account.
- Create a second user in Settings. Change the type to “Administrator” account.
- Restart.
- Log in as the second user.
- Delete the first user in Settings.
- Optional: Sign in with Microsoft Account
Install Software
Run the provided Powershell script to install essential software.
winget install -e --id Git.Git --accept-source-agreements
- Open a PowerShell as administrator.
git clone https://github.com/zensharp/dotfiles ~/dotfiles
.cd ~/dotfiles/templates/windows
set-executionpolicy Unsigned
./setup.ps1
- Invert scroll direction (jamie-pate/flipflop-windows-wheel)
Set Windows Settings
Path | Name | Value |
---|---|---|
Time & Language > Language & Region > Regional format | Short date | 2017-04-05 |
Time & Language > Language & Region > Regional format | Short time | 09:40 |
Time & Language > Language & Region > Regional format | Long time | 09:40:07 |
Accessibility > Visual Effects | Always show scrollbars | On |
System > Multitasking > Snap windows | When I snap a window, show what I can snap next to it | false |
System > Multitasking > Alt + Tab | Open windows only | false |
Bluetooth & devices > Touchpad > Taps | Touchpad sensitivity | Most sensitive |
Bluetooth & devices > Touchpad > Taps | Press the lower right corner of the touchpad to right-click | false |
Bluetooth & devices > Mouse > Related settings | Additional mouse settings | |
System > Display > Related settings > Advanced display | Choose a refresh rate | |
Control Panel\Hardware and Sound\Power Options\System Settings | When I press the power button: | Sleep |
Personalization > Taskbar > Taskbar items | Search | Off |
Personalization > Taskbar > Taskbar items | Widgets | Off |
Personalization > Taskbar > Taskbar items | Chat | Off |
Personalization > Colors | Accent color | Manual (#5679a4) |
Apps > Advanced app settings > App execution aliases | Terminal | Off |
Apps > Advanced app settings > App execution aliases | Terminal Preview | On |
Windows Subsystem for Linux
Enable WSL
- Apps > Optional Features > More Windows features > Enable “Windows Subsystem for Linux”.
- Apps > Optional Features > More Windows features > Enable “Virtual Machine Platform”.
- Restart (?).
- Open an Administrator PowerShell. Run
wsl --set-default-version 1
andwsl --set-version Ubuntu 1
. - Restart.
wsl --install -d Ubuntu
Next Steps
- Login to accounts.
- Load Windows-specific dotfiles.