Skip to content

Installation and config tools to set up my Windows environment

Notifications You must be signed in to change notification settings

andrejusk/winfiles

Repository files navigation

winfiles

PowerShell profile, installation and configuration tools for Windows.

Tested on:

  • Windows 10, version 2004

Installation

If required, run as admin

# Set-ExecutionPolicy Bypass

To install without repository

$source = "https://raw.github.com/andrejusk/winfiles/master/install.ps1"

# Current PowerShell instance will exit
iex ((new-object net.webclient).DownloadString($source))

To install from within repository

$ . .\bootstrap.ps1

CLI

After installing this repository, a CLI utility is available to interact with the functionality provided by the repository:

$ winfiles <action> <option>

To perform all Windows and Chocolatey updates (as admin)

# winfiles update

To configure a new Windows machine including privacy, and performance defaults [1]:

# winfiles config windows

To install/update tools and dependencies using Chocolatey:

# winfiles config deps

To create a Hyper-V VM (WIP)

# winfiles config hyper-v

Repository Layout

References

[1] - jayharris/dotfiles-windows

About

Installation and config tools to set up my Windows environment

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published