8000 GitHub - laur89/win_dots: windows config & bootstrapping logic
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

laur89/win_dots

Repository files navigation

win_dots

Download windows image from here

to install win11 without linking to MS account (and getting to choose your account name):

first method (as of '25) from this thread

  • after selecting keeb layout, press Shift+F10 & type OOBE\BYPASSNRO
    • note it's not right after you've first booted from the USB; first the setup will have to copy the files to our installation drive, only after the first (couple) reboots we can do this step;
    • actually unsure whether this is needed... looks like this bypass can be launched at the very beginning?
  • type start ms-cxh:localonly
  • this pulls up local user creation form

second account bypass method from abovementioned reddit thread:

  • instead, try: (requires Pro version!)
    • choose work or school account
    • select sign-in options where is opt to domain-join this device instead

deprecated method not working as of '25:

  • after selecting keeb layout, press Shift+F10 & type OOBE\BYPASSNRO
    • note it's not right after you've first booted from the USB; first the setup will have to copy the files to our installation drive, only after the first (couple) reboots we can do this step;
    • don't forget to unplug eth cable!
    • as of 2025: this reddit post claims this feature is removed

windows setup & bootstrapping

  • download install_win.bat and run as admin (ie right click -> admin); note it's important to just download the file instead of git clone - otherwise the linefeeds might be hecked up; so just pull the file and remove it afterwards; later on you can run it from now-pulled win_dots/ (ie this repo).

  • if git clone is giving you error:

    remote: HTTP Basic: Access denied fatal: Authentication failed for
    

    then you've likely changed your windows/GroupAD password, and that needs to be updated in Windows Credential Manager


After clean win installation checklist:

To execute programs/script as root/admin on startup (from here):

WSL2 quickstart (all commands from posh, admin only needed for install):

Instructions taken mainly from MS WSL2 installation guide

  1. open posh in admin mode and run wsl --install -d Debian
  • prompt will ask you to reboot the system
  • this command can be re-ran to install other distros
  1. follow this MS best practices for setup
  2. sudo apt-get --allow-releaseinfo-change update
  3. sudo apt-get upgrade --without-new-pkgs
  4. sudo apt-get dist-upgrade
  5. sudo apt-get install ca-certificates openssh-client
  6. follow instructions from /dotfiles:
    • wget ...raw//wanted-branch/...install_system.sh
    • (likely last step, confirm): ./install_system <mode>

misc

  • importing jdk cert to jdk in posh: .\keytool.exe -import -alias "my cert alias" -keystore C:\tools\cygwin\home\laur89\.sdkman\candidates\java\8.0.181-zulu\jre\lib\security\cacerts -file C:\tools\cygwin\mycert.crt (didn't work from cygwin like: $JAVA_HOME/bin/keytool -import -file cert.crt -keystore C:\tools\cygwin\home\laliste\.sdkman\candidates\java\8.0.181-zulu\jre\lib\security\cacerts -alias "my cert alias")
  • to hide a local drive from windows, see this SO answer; same info is also included in this makeuseof article
    • actually what I did was simply right click -> 'disable' in Device Manager
  • if you see PCI Memory Controller and/or SM Bus Controller driver issues under Control Panel (as described in this reddit thread), you likely need to install Intel Chipset INF Utility; ofc this assumes you're on Intel chipset.
  • for gaming, avoid windows N versions; otherwise you'll see many errors with games that will require you to install missing components; eg if launching a game you're greeted w/ Please reinstall the program - DSOUND.dll error/message, you need to install "media feature pack": -> settings -> apps -> optional features -> add an optional feature - view features -> meadia feature pack.

About

windows config & bootstrapping logic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0