Bert-Proesmans / windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows

Currently at Windows 11

Repository with automation to get productive ASAP on Windows.

Windows install

Manual steps.

  1. Create installer with Rufus
    1. Automatically create local admin account
    2. Bypass TPM requirement
  2. Unplug network
  3. Launch installer
  4. Give entire SSD to install, let it rip
  5. Get into the system
  6. Set password for local admin account
  7. Create new basic user account for everyday use
  8. Logon to new basic user
  9. Relocate user libraries to other persisted disk
  10. Plug network in
  11. Proceed to install and configure

Contents

Filename Description
set_acl.ps1 Update the value of variable $User and the target paths. The script will update the access records residing on a separate disk/partition for the user post-install a new system.
set_groups.ps1 Update the value of variable $User and the target groups. The script will add the user to each group. This is allows the non-administrator user to perform certain activities like Hyper-V VM management, and/or configure network settings.
winget_install.ps1 Install software through winget to quickly get setup. The installers will elevate themselves.
The script needs to run as the current user, or as a separate administrator user with manual installs of the per-user programs (see script content).
wau_whitelist.txt Whitelisted apps that automatically update through the WingetAutoAupdate tool.

Misc

Noise suppression

About


Languages

Language:PowerShell 51.7%Language:CSS 48.3%