My Setup
My Setup#
Last Update: 2026-01-18
Hardware#
Monika (Desktop)#
- 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
Natsuki (Laptop)#
- Laptop: Lenovo ThinkPad T480s
- Networking: Intel AX210
Phone#
- Phone: Pixel 7a (Snow) (No link, not cool, Google, for not archiving the store page.)
- Case: dbrand Grip Case (Case Hardened)
Watch#
- Watch: Pixel Watch 4 (Iris)
- Band: Pixel Watch Woven Band (Rainbow Pride )
Peripherals#
- 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: Freebox Pop
- Internet: Free Fiber, ~900Mbps Symmetric, ~13ms
- Controller: DualSense Wireless Controller
- Controller Charging Station: DualSense Charging Station
- Wheel: Thrustmaster T150
Software#
This part is incomplete and always will be
- OS: Windows 11 Pro
- Git Client: GitHub Desktop
- Streaming/Recording: OBS Studio
Windows 11 Customization#
Completely Removed XBOX#
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