Skip to content

Instantly share code, notes, and snippets.

@Bengt
Last active March 11, 2025 23:17
Show Gist options
  • Save Bengt/2398e62f37457a07c02721ceae89e1fd to your computer and use it in GitHub Desktop.
Save Bengt/2398e62f37457a07c02721ceae89e1fd to your computer and use it in GitHub Desktop.
Windows Setup - This is how I setup Wintendo. - More or less.

Use a TPM

  • Get a Trusted Platform Module (TPM) from AliExpress and install it, because of checks notes security. m(

Download a Windows 11 23H2 ISO file

https://os.click/en/Windows:Windows_11:23H2

Create a bootable USB Stick using diskpart

  • Insert USB Flash drive with a size of 8 GB or more

Open cmd prompt as admin:

  • Press "Windows"
  • Type "cmd"
  • Click "Run as Administrator"

In the command prompt:

diskpart
list disk
select disk <YOUR USB STICK>
clean
create partition primary
select partition 1
format fs=ntfs quick
active
exit
  • Navigate to the ISO file
  • Right click and ``mount`
  • Copy the files to the USB stick

Boot the USB Stick

Install Windows 11

To create a local account:

  • Press Shift + F10
  • Enter oobe\bypassnro
  • Wait for the reboot
  • Press Shift + F10
  • Enter ipconfig /release
  • Create a local account

Install Chrome

https://www.google.com/chrome/

Create a Policy to target the Feature Update 23H2

https://www.elevenforum.com/t/specify-target-feature-update-version-in-windows-11.3811/

Install Updates

Install optional Updates

Use an OSS license server to activate Windows

  • Start a administrator cmd
slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX
slmgr /skms kms8.msguides.com
slmgr /ato

Source: https://gist.github.com/kimgiftww/6d6242e35ef6e3baa3a6e4fb8f386d0b

Install Nvidia drivers

https://www.nvidia.com/de-de/geforce/drivers/

Install Mixed Reality Portal

https://apps.microsoft.com/detail/9ng1h8b3zc7m

Install Discord

https://discord.com/download

Install Steam

https://store.steampowered.com/about/

Install Moza Pit House

https://mozaracing.com/download-center/

Install Oculus Link App

https://www.oculus.com/download_app/?id=1582076955407037

Install SteamVR

https://store.steampowered.com/app/250820/SteamVR/

Install OculusKiller

https://github.com/BnuuySolutions/OculusKiller

Install Race Room

https://store.steampowered.com/app/211500/RaceRoom_Racing_Experience/

Install Counter Strike 2

https://store.steampowered.com/app/730/CounterStrike_2/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment