- Case: Fractal Design North XL
- Motherboard: Asus TUF B450-PLUS GAMING
- CPU: Ryzen 7 5800X
- Cooler: Noctua NH-U9S
- RAM: Patriot Viper Elite DDR4 2666MHz 32GB C16 && Crucial Ballistix DDR4 3000 MHz CL15 (Total of 48GB running at 2800MT/s) (Was not able to find links)
- SSD: Samsung 990 PRO 2TB
- GPU: XFX Speedster MERC 319 Radeon RX 7800 XT 16 GB
- Networking: Intel AX210
- Laptop: Lenovo ThinkPad T480s
- SSD: Crucial P2 1TB
- Phone: Pixel 7a
- Primary Monitor: LG 29UM69G 73 cm (29")
- Secondary Monitor: Asus VG255 62cm (24.5") (Asus has no links for it, apart a broken support page)
- Keyboard: Razer Huntsman V2
- Mouse: Razer Basilisk V3 Pro 35K
- Dock: Razer Mouse Dock Pro
- Wrist Rest: DELTAHUB Carpio 2.0 LTT Edition
- Speaker: Creative SBS A300 2.1
- Earbuds: Galaxy Buds FE
- Microphone: Tonor Q9
- Camera: Razer Kiyo
- Router: Orange Livebox 5
- Internet: Sosh Fiber, 300Mbps Symmetric, ~4ms
- Controller: Playstation Dualsense
- Wheel: Thrustmaster T150
This part is incomplete and always will be
- OS: Windows 11 Pro
- Git Client: GitHub Desktop
- Remote Desktop: Parsec
- Streaming/Recording: OBS Studio
To remove all the XBOX apps, just run the following command in PowerShell:
Get-ProvisionedAppxPackage -Online | Where-Object { $_.PackageName -match "xbox" } |
ForEach-Object { Remove-ProvisionedAppxPackage -Online -AllUsers -PackageName $_.PackageName }
Then you need to disable the annoying popup:
reg add HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR /f /t REG_DWORD /v "AppCaptureEnabled" /d 0
reg add HKEY_CURRENT_USER\System\GameConfigStore /f /t REG_DWORD /v "GameDVR_Enabled" /d 0
Source: This comment on a gist