User Tools

Site Tools


windows:10

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
windows:10 [2020/11/05 06:24] – [CORSAIR] Sean Rhonewindows:10 [2024/02/02 12:49] Sean Rhone
Line 2: Line 2:
  
   * Microsoft Windows 10   * Microsoft Windows 10
-  * 20H2 +  * LTSC 21H2 
-  * 1809 LTSC +  * [[https://learn.microsoft.com/en-us/windows/release-health/release-information|Windows 10 release information]]
- +
-====== Notes ====== +
- +
-  * On a Ryzen 2700X system, 2004 performs consistently better on Geekbench than 1809/LTSC and 1607/LTSB +
-  * :!: Enabling Secure Boot prevents non-WHQL drivers from working ((this is particularly bad with Intel RST; if it's signed by Intel, it won't allow booting; there is no warning of this when loading the RST driver during Windows set-up))+
  
 ====== Download ====== ====== Download ======
  
-  * https://www.microsoft.com/en-us/software-download/windows10ISO+  * :!: To show ISO downloads on Windows 10 from Firefox: Tools -> Browser Tools -> Responsive Design Mode 
  
-===== LTSB ===== +  * [[https://www.microsoft.com/en-us/software-download/windows10ISO|Windows 10]] 
- +  * [[https://forums.mydigitallife.net/threads/discussion-windows-10-enterprise-iot-enterprise-n-ltsc-2021.84509|LTSC 2021]]
-  * https://forums.mydigitallife.info/threads/72600-ISO-for-latest-enUS-LTSB+
  
 ====== Updates ====== ====== Updates ======
Line 28: Line 22:
   * https://docs.microsoft.com/en-us/windows/deployment/update/servicing-stack-updates#when-are-they-released   * https://docs.microsoft.com/en-us/windows/deployment/update/servicing-stack-updates#when-are-they-released
   * https://portal.msrc.microsoft.com/en-us/security-guidance/advisory/ADV990001   * https://portal.msrc.microsoft.com/en-us/security-guidance/advisory/ADV990001
-  * :!: SSU is to be installed **before** the CU 
- 
-==== Link ==== 
- 
-  * [[https://www.catalog.update.microsoft.com/Search.aspx?q=Update+for+Windows+10+Version+20H2+for+x64-based+Systems|20H2]] 
-  * [[https://www.catalog.update.microsoft.com/Search.aspx?q=Update+for+Windows+10+Version+1809+for+x64-based+Systems|1809/LTSC]] 
  
-  YYYY-MM Update for Windows 10 Version 20H2 for x64-based Systems (KB#######)+  * [[https://www.catalog.update.microsoft.com/Search.aspx?q=Cumulative+Update+for+Windows+10+Version+21H2+for+x64-based+Systems|Windows 10 21H2]]
  
 ====== Settings ====== ====== Settings ======
Line 186: Line 174:
  
   * Powershell Script ''*.ps1''   * Powershell Script ''*.ps1''
 +  * TODO: Add admin-mode
  
 <code> <code>
Line 241: Line 230:
 "%windir%\system32\dfrgui.exe"</code> "%windir%\system32\dfrgui.exe"</code>
  
-===== CPU Priority =====+===== WSL =====
  
-  * ''3'' = High +  * See [[distros:ubuntu_wsl|Ubuntu WSL]]
-  * ''1'' = Low +
-  * :!: This doesn't work for ''OVRServer_x64.exe''+
  
-  * Last updated: 2020/11/05+===== Windows Terminal =====
  
-<code> +==== VCLibs ====
-:: Oculus and SteamVR +
-reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\OVRServer_x64.exe\PerfOptions" /v "CpuPriorityClass" /t REG_DWORD /d "3" /f +
-reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\vrserver.exe\PerfOptions" /v "CpuPriorityClass" /t REG_DWORD /d "3" /f +
-reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\vrcompositor.exe\PerfOptions" /v "CpuPriorityClass" /t REG_DWORD /d "3" /f +
- +
-:: Games +
-::reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Gw2-64.exe\PerfOptions" /v "CpuPriorityClass" /t REG_DWORD /d "3" /f +
- +
-:: CORSAIR CUE v2 +
-reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\CUE.exe\PerfOptions" /v "CpuPriorityClass" /t REG_DWORD /d "1" /f</code> +
- +
-===== Remove Power Plans ===== +
- +
-  * For whatever reason, Windows likes to revert to High Performance (or another program switches it) instead of keeping a custom power plan +
-  * The solution to this is to simply remove all power plans that aren't the custom one +
- +
-==== Show Plans ====+
  
 **** ****
  
-  powercfg /list+  powershell -Command "Add-AppxPackage https://aka.ms/Microsoft.VCLibs.x64.14.00.Desktop.appx"
  
-==== Ultimate Power Plan ====+==== Windows Terminal ====
  
-  * [[https://www.tenforums.com/tutorials/107613-add-remove-ultimate-performance-power-plan-windows-10-a.html|Windows 10 Help Forums]]+  * https://github.com/microsoft/terminal/releases
  
-  powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61+  powershell -Command "Add-AppxPackage https://github.com/microsoft/terminal/releases/download/v1.16.10261.0/Microsoft.WindowsTerminal_Win10_1.16.10261.0_8wekyb3d8bbwe.msixbundle"
  
-==== Remove Plans ====+==== SSH ====
  
-  * Replace ''x'' with the ''GUID'' of the plan listed with the above command+  * :!: Requires WSL and Ubuntu installed
  
-  powercfg -delete x +  wt wsl --distribution "Ubuntu" -- ssh "espionage724@192.168.1.152"
- +
-  powercfg -delete 381b4222-f694-41f0-9685-ff5bb260df2e+
  
 ====== Information ====== ====== Information ======
- 
-===== Auto Login ===== 
- 
-**** 
- 
-  control userpasswords2 
- 
-===== Add Hardware Wizard ===== 
- 
-**** 
- 
-  %SYSTEMROOT%\System32\hdwwiz.exe 
- 
-===== GodMode Folder ===== 
- 
-**** 
- 
-  GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} 
- 
-===== Lock screen Background ===== 
- 
-  * Hero 
- 
-  C:\Windows\Web\Wallpaper\Windows\img0.jpg 
  
 ===== Prevent Driver Changes ===== ===== Prevent Driver Changes =====
Line 344: Line 288:
   reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /v "#" /f   reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /v "#" /f
  
-====== Hardware Utilities ======+====== Programs ======
  
-===== CPU-Z =====+  * [[windows:programs|More Programs]]
  
-  * https://www.cpuid.com/softwares/cpu-z.html+===== 7-Zip =====
  
-===== GPU-Z ===== +  * https://www.7-zip.org/download.html
- +
-  * https://www.techpowerup.com/download/techpowerup-gpu-z/ +
- +
-===== HWMonitor ===== +
- +
-  * https://www.cpuid.com/softwares/hwmonitor.html +
- +
-===== prime95 ===== +
- +
-  * https://www.mersenne.org/download+
- +
-===== HWiNFO ===== +
- +
-  * https://www.hwinfo.com/download/ +
- +
-===== poclmembench ===== +
- +
-  * https://github.com/kruzer/poclmembench +
- +
-===== Driver Store Explorer ===== +
- +
-  * https://github.com/lostindark/DriverStoreExplorer +
- +
-===== DRAM Calculator for Ryzen ===== +
- +
-  * https://www.techpowerup.com/download/ryzen-dram-calculator/ +
- +
-===== Display Driver Uninstaller (DDU) ===== +
- +
-  * https://www.wagnardsoft.com/forums/viewforum.php?f=5&sid=309d4befcee0bf584ad103cdc73e8293 +
- +
-===== AMD Ryzen Master ===== +
- +
-  * https://www.amd.com/en/technologies/ryzen-master +
- +
-===== CrystalDiskInfo ===== +
- +
-  * https://crystalmark.info/en/software/crystaldiskinfo/ +
- +
-===== MSI Kombustor ===== +
- +
-  * https://msikombustor.com/ +
- +
-===== memtestCL ===== +
- +
-  * https://simtk.org/projects/memtest/ +
-  * https://github.com/ihaque/memtestCL +
-  * https://github.com/ihaque/memtestCL/raw/master/binaries/memtestCL.exe +
- +
-===== LatencyMon ===== +
- +
-  * https://resplendence.com/latencymon +
- +
-===== OCCT ===== +
- +
-  * https://www.ocbase.com/ +
- +
-===== InSpectre ===== +
- +
-  * https://www.grc.com/inspectre.htm +
- +
-===== FurMark ===== +
- +
-  * https://geeks3d.com/furmark/downloads/ +
- +
-===== Intel PDT ===== +
- +
-  * https://downloadcenter.intel.com/download/19792 +
-  * Intel Processor Diagnostic Tool +
- +
-====== Programs ====== +
- +
-===== 7-Zip-zstd ===== +
- +
-  * https://github.com/mcmilk/7-Zip-zstd/ +
-  * :!: Anything compressed with this needs to be extracted with this+
  
 ===== Android Tools ===== ===== Android Tools =====
  
-  * https://dl-ssl.google.com/android/repository/latest_usb_driver_windows.zip +  * [[https://dl-ssl.google.com/android/repository/latest_usb_driver_windows.zip|Latest USB Driver]] 
- +  * [[https://dl-ssl.google.com/android/repository/platform-tools-latest-windows.zip|Latest platform-tools]] 
-  * https://dl-ssl.google.com/android/repository/platform-tools-latest-windows.zip+  * :!: [[https://dl.google.com/android/repository/platform-tools_r30.0.5-windows.zip|30.0.5 platform-tools]] ((this specific version was needed to workaround a ''fastboot'' error that only happened on the latest version))
  
   SETX /M path "%path%;C:\Program Files\platform-tools"   SETX /M path "%path%;C:\Program Files\platform-tools"
Line 442: Line 310:
   SETX /M path "%path%;C:\Program Files\aria2c"   SETX /M path "%path%;C:\Program Files\aria2c"
  
-===== BleachBit =====+===== Brain Workshop =====
  
-  * https://www.bleachbit.org/download/windows+  * https://sourceforge.net/projects/brainworkshop/files/brainworkshop/
  
 ===== Calculator ===== ===== Calculator =====
Line 461: Line 329:
  
 ===== Firefox ===== ===== Firefox =====
- 
-==== Download ==== 
  
   * [[https://download.mozilla.org/?product=firefox-latest-ssl&os=win64&lang=en-US|exe]]   * [[https://download.mozilla.org/?product=firefox-latest-ssl&os=win64&lang=en-US|exe]]
-  * [[https://download.mozilla.org/?product=firefox-msi-latest-ssl&os=win64&lang=en-US|MSI]] 
- 
-==== Settings ==== 
- 
-=== Default Profile === 
- 
-  rd "%appdata%\Mozilla" /s /q 
- 
-  md "%appdata%\Mozilla\Firefox\Profiles\espionage724" 
- 
-== profiles.ini == 
- 
-  notepad "%appdata%\Mozilla\Firefox\profiles.ini" 
- 
-<code> 
-[General] 
-StartWithLastProfile=1 
- 
-[Profile0] 
-Name=default 
-IsRelative=1 
-Path=Profiles/espionage724 
-Default=1</code> 
- 
-=== user.js === 
- 
-  * Last updated: 2020/11/05 
- 
-  notepad "%appdata%\Mozilla\Firefox\Profiles\espionage724\user.js" 
- 
-<code> 
-/*********** 
- * General * 
- ***********/ 
- 
-user_pref("extensions.screenshots.disabled", true); 
-user_pref("reader.parse-on-load.enabled", false); 
- 
-user_pref("accessibility.force_disabled", 1); 
-user_pref("mousewheel.min_line_scroll_amount", 40); 
- 
-/*********** 
- * Privacy * 
- ***********/ 
- 
-user_pref("geo.enabled", false); 
-user_pref("privacy.donottrackheader.enabled", true); 
- 
-user_pref("browser.safebrowsing.malware.enabled", false); 
-user_pref("browser.safebrowsing.phishing.enabled", false); 
-user_pref("browser.safebrowsing.downloads.enabled", false); 
- 
-user_pref("network.security.esni.enabled", true); 
- 
-user_pref("privacy.trackingprotection.enabled", true); 
-user_pref("toolkit.telemetry.enabled", false); 
- 
-/******* 
- * U2F * 
- *******/ 
- 
-user_pref("security.webauth.u2f", true); 
- 
-/******* 
- * END * 
- *******/</code> 
- 
-=== Apply Settings === 
- 
-  * :!: Firefox must be started for the first time with the ''-p'' flag for the profile above to be used 
- 
-  "%ProgramFiles%\Mozilla Firefox\firefox.exe" -p default 
- 
-==== Remove Features ==== 
- 
-**** 
- 
-  rd "%ProgramFiles%\Mozilla Firefox\browser\features" /s /q 
- 
-==== Extensions ==== 
- 
-  * Decentraleyes 
-  * Privacy Possum 
-  * Cookie AutoDelete 
-  * uBlock Origin 
- 
-  * https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/versions 
-  * https://addons.mozilla.org/en-US/firefox/addon/privacy-possum/versions 
-  * https://addons.mozilla.org/en-US/firefox/addon/cookie-autodelete/versions 
-  * https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/versions 
- 
-=== Cookie AutoDelete === 
- 
-  * Clean-up everything 
-  * Disable notifications 
- 
-=== uBlock Origin === 
- 
-== Settings == 
- 
-  * [x] Prevent WebRTC from leaking local IP addresses 
- 
-== Filter lists == 
- 
-  * [ ] Ads -> EasyList ((uncheck; included in ''Fanboy Ultimate List'')) 
-  * [ ] Privacy -> EasyPrivacy ((uncheck; included in ''Fanboy Ultimate List'')) 
- 
-  * Multipurpose -> [x] Dan Pollock's hosts file 
-  * Multipurpose -> [x] hpHost's Ad and tracking servers 
-  * Multipurpose -> [x] MVPS HOSTS 
- 
-  * Custom -> [x] Import 
- 
-== Custom 3rd-party filters == 
- 
-  * Last updated: 2018/11/23 
-  * Last verified: 2020/11/05 
- 
-<code> 
-https://www.fanboy.co.nz/fanboy-problematic-sites.txt 
-https://www.fanboy.co.nz/r/fanboy-ultimate.txt 
-https://www.fanboy.co.nz/fanboy-antifacebook.txt 
-https://www.fanboy.co.nz/fanboy-antifonts.txt 
-https://www.fanboy.co.nz/fanboy-cookiemonster.txt 
-https://raw.githubusercontent.com/ryanbr/fanboy-adblock/master/popads-domains-list.txt 
-https://raw.githubusercontent.com/ryanbr/fanboy-adblock/master/fake-news.txt</code> 
- 
-==== Testing Sites ==== 
- 
-  * https://www.youtube.com/html5 
-  * https://ipx.ac 
-  * https://decentraleyes.org/test/ 
-  * https://panopticlick.eff.org/ 
-  * https://browserleaks.com/ 
-  * https://librespeed.org/ 
-  * https://www.cloudflare.com/ssl/encrypted-sni/ 
-  * https://1.1.1.1/help 
  
 ===== GIMP ===== ===== GIMP =====
  
   * https://www.gimp.org/downloads   * https://www.gimp.org/downloads
- 
-===== Google Chrome ===== 
- 
-  * https://www.google.com/chrome/?standalone=1&platform=win64 
- 
-===== iTunes ===== 
- 
-  * https://www.apple.com/itunes/download/win64 
  
 ===== KeePassXC ===== ===== KeePassXC =====
Line 621: Line 342:
 ===== Keybase ===== ===== Keybase =====
  
-  * https://prerelease.keybase.io/keybase_setup_amd64.msi +  * https://keybase.io/docs/the_app/install_windows
- +
-===== KMS-VL-ALL ===== +
- +
-  * https://github.com/abbodi1406/KMS_VL_ALL_AIO/releases +
-  * https://forums.mydigitallife.net/threads/kms_vl_all-smart-activation-script.79535/+
  
 ===== LibreOffice ===== ===== LibreOffice =====
  
   * https://www.libreoffice.org/download/download/   * https://www.libreoffice.org/download/download/
- 
-===== MarkC Mouse Acceleration Fix ===== 
- 
-  * https://donewmouseaccel.blogspot.com/2010/03/markc-windows-7-mouse-acceleration-fix.html 
  
 ===== mpv ===== ===== mpv =====
  
-  * https://sourceforge.net/projects/mpv-player-windows/files/64bit/+  * https://sourceforge.net/projects/mpv-player-windows/files/64bit-v3/
   * https://mpv.io/   * https://mpv.io/
 +
 +===== MuPDF =====
 +
 +  * https://mupdf.com/releases/index.html
  
 ===== Notepad++ ===== ===== Notepad++ =====
Line 648: Line 364:
  
   * https://obsproject.com/download   * https://obsproject.com/download
- 
-===== Oculus ===== 
- 
-  * https://www.oculus.com/rift/setup/?locale=en_US 
- 
-===== ADB ===== 
- 
-  * [[https://developer.oculus.com/downloads/package/oculus-adb-drivers/|Oculus ADB Drivers]] 
-  * [[https://dl.google.com/android/repository/platform-tools-latest-windows.zip|Android SDK Platform-Tools]] 
- 
-==== Disable SPUD ==== 
- 
-  * This lowers average Motion-to-photon latency by about 4ms (19ms to 15ms) 
-  * [[https://forums.oculusvr.com/community/discussion/93160/disabling-spud-lowers-motion-to-photon-latency|Oculus Forums Thread]] 
- 
-<code>reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Oculus" /v "UseSpud" /t REG_DWORD /d "0" /f</code> 
- 
-==== Backup/Restore ==== 
- 
-  * Let Oculus download its 5GB+ installer 
-  * While it is installing, backup the ''C:\OculusSetup-DownloadCache'' folder 
-  * If restoring, copy ''C:\OculusSetup-DownloadCache'' and start the Oculus installer 
-  * :!: If an updated Oculus client is available, it will download instead of restoring 
- 
-==== OBS Mirror ==== 
- 
-  * https://developer.oculus.com/documentation/native/pc/dg-compositor-mirror/?locale=en_US 
- 
-<code>--Size 1280 1280 --FovTanAngleMultiplier 1.3 1.3 --DisableTimewarp --SymmetricFov --RightEyeOnly --DisableFovStencil --IncludeSystemGui --IncludeNotifications</code> 
- 
-===== Rufus ===== 
- 
-  * https://rufus.ie/ 
  
 ===== Thunderbird ===== ===== Thunderbird =====
Line 686: Line 369:
   * https://www.thunderbird.net/en-US/thunderbird/all/#E   * https://www.thunderbird.net/en-US/thunderbird/all/#E
  
-  * :!: There is a 64-bit version of Thunderbird for Windows+===== qBittorrent =====
  
-===== Transmission =====+  * https://www.qbittorrent.org/download
  
-  * https://transmissionbt.com/download/ +===== VC++ Redist =====
- +
-===== Virtual Desktop ===== +
- +
-  * https://www.vrdesktop.net/ +
-  * https://download.vrdesktop.net/files/VirtualDesktop.Streamer.Setup.exe +
- +
-===== Visual C++ Redistributable Runtimes =====+
  
   * https://github.com/abbodi1406/vcredist/releases   * https://github.com/abbodi1406/vcredist/releases
-  * https://forums.mydigitallife.net/threads/repack-visual-c-redistributable-runtimes.76588/ 
- 
-===== Vulkan Runtime ===== 
- 
-  * https://vulkan.lunarg.com/sdk/home#windows 
-  * https://vulkan.lunarg.com/sdk/home#sdk/downloadConfirm/latest/windows/vulkan-runtime.exe 
- 
-===== WireGuard ===== 
- 
-  * :!: If kill switch is enabled, all local network resources can't be accessed 
- 
-  * https://www.wireguard.com/install/ 
- 
-==== VPN.AC ==== 
- 
-  * https://vpn.ac/knowledgebase/130/WireGuard-on-Windows.html 
-  * https://vpn.ac/wgmanager 
  
 ====== Games ====== ====== Games ======
Line 722: Line 381:
 ===== Battle.net App ===== ===== Battle.net App =====
  
-  * http://dist.blizzard.com/downloads/bna-installers/322d5bb9ae0318de3d4cde7641c96425/retail.1/Battle.net-Setup-enUS.exe +  * https://download.battle.net/en-us/?product=bnetdesk
- +
-===== Path of Exile ===== +
- +
-  * https://www.pathofexile.com/downloads/PathOfExileInstaller.exe+
  
 ===== Steam ===== ===== Steam =====
Line 732: Line 387:
   * https://steamcdn-a.akamaihd.net/client/installer/SteamSetup.exe   * https://steamcdn-a.akamaihd.net/client/installer/SteamSetup.exe
   * See [[notes:game_command-line_arguments|Command-line flags]]   * See [[notes:game_command-line_arguments|Command-line flags]]
- 
-===== Origin ===== 
- 
-  * [[https://answers.ea.com/t5/Origin-Client-Web-Technical/Download-Latest-Standalone-Setup-For-Origin-Here/td-p/4120003|Answers HQ]] 
- 
-  * https://download.dm.origin.com/origin/live/OriginSetup.exe 
- 
-===== Diablo II ===== 
- 
-==== TODO ==== 
- 
-  * https://www.projectdiablo2.com/ 
-  * https://github.com/CnCNet/cnc-ddraw/ 
- 
-==== Glide Wrapper ==== 
- 
-  * http://www.svenswrapper.de/english/downloads.html 
- 
-===== Guild Wars 2 ===== 
- 
-  * https://account.arena.net/content/download/gw2/win/64 
  
 ====== Drivers ====== ====== Drivers ======
Line 758: Line 392:
   * See [[windows:drivers]] for more URLs   * See [[windows:drivers]] for more URLs
  
-===== Nightwane =====+===== Spinesnap =====
  
-==== Motherboard ====+  * [[https://www.dell.com/support/home/en-us/product-support/product/latitude-15-5591-laptop/drivers|Dell Support and BIOS Updates]]
  
-  * [[devices:asus_prime_x470-pro|ASUS PRIME X470-PRO Notes]] +==== Chipset ====
-  * [[https://www.asus.com/us/Motherboards/PRIME-X470-PRO/HelpDesk_BIOS/|BIOS Updates]]+
  
-==== Keyboard/Mouse ====+  * TODO: Chipset name 
 +  * [[https://rog.asus.com/forum/showthread.php?117609-DRIVERS-Intel-Chipset-MEI-SATA-VMD-(1xx-2xx-3xx-4xx-5xx-6xx-7xx)|ASUS ROG Forums]] (AHCI 2xx/3xx) 
 +  * [[https://www.elevenforum.com/t/drivers-intel-chipset-mei-sata-vmd-1xx-2xx-3xx-4xx-5xx-6xx-7xx.11373/|Windows 11 Forum]] (AHCI 2xx/3xx)
  
-  * [[http://downloads.corsair.com/download?item=Files/CUE/CorsairUtilityEngineSetup_2.24.50_release.msi|CORSAIR CUE V2]]+==== SerialIO ====
  
-  * ''2.24.50'' is the latest known v2 version +  * TODO: Chipset name 
-  * :!: V3 is bloated and has high CPU usage; don't use it+  * [[https://www.elevenforum.com/t/drivers-intel-serial-io-3xx-4xx-5xx-6xx-7xx.11375/|Windows 11 Forum]] (3xx/4xx) 
 +  * [[https://rog.asus.com/forum/showthread.php?125235-DRIVERS-Intel-Serial-IO-(3xx-4xx-5xx-6xx-7xx)|ASUS ROG Forums]] (3xx/4xx)
  
-==== Audio ====+==== Ethernet ====
  
-  * [[https://rog.asus.com/forum/showthread.php?117596-DRIVERS-Realtek-Audio-(MB-Intel-2xx-3xx-4xx-amp-AMD-3xx-4xx-5xx)|ASUS ROG Forums]]+  * I219-LM Gigabit 
 +  * [[https://www.elevenforum.com/t/drivers-intel-ethernet-wifi-bluetooth.11383/|Windows 11 Forum]] (I217/I218/I219) 
 +  * [[https://rog.asus.com/forum/showthread.php?118280-DRIVERS-Intel-Ethernet-WiFi-Bluetooth|ASUS ROG Forums]] (I217/I218/I219)
  
-  * Latest known version: 6.0.9045.1 +==== Wireless + Bluetooth ====
-  * :!: Use the driver at the bottom of the post that doesn't include any 3rd-party drivers+
  
-==== Chipset ==== +  * wireless-AC 9560 
- +  * [[https://rog.asus.com/forum/showthread.php?118280-DRIVERS-Intel-Ethernet-WiFi-Bluetooth|ASUS ROG Forums]] (8xxx/9xxx/AXxxx) 
-  * X470 +  * [[https://www.elevenforum.com/t/drivers-intel-ethernet-wifi-bluetooth.11383/|Windows 11 Forum]] (8xxx/9xxx/AXxxx)
-  * [[https://www.amd.com/en/support/chipsets/amd-socket-am4/x470|AMD Drivers & Support]]+
  
 ==== Graphics ==== ==== Graphics ====
  
-  * RX 580 +  * Intel UHD Graphics 630 
-  * [[https://www.amd.com/en/support/graphics/radeon-500-series/radeon-rx-500-series/radeon-rx-580|AMD Drivers & Support]] +  * [[https://www.intel.com/content/www/us/en/support/products/126790/graphics/intel-uhd-graphics-family/intel-uhd-graphics-630.html#drivers-software|Intel Download Center]] 
- +  * [[https://forums.laptopvideo2go.com/forum/174-intel-video-drivers-and-tools/|LaptopVideo2Go]]
-==== USB ==== +
- +
-  * ASM1142 +
-  * [[https://www.win-raid.com/t834f25-USB-Drivers-original-and-modded.html|Win-Raid Forums]] +
-  * [[https://www.station-drivers.com/index.php?option=com_remository&Itemid=353&func=select&id=19&orderby=4&lang=en|Station-Drivers]] +
- +
-  * :!: Do not install any special driver for the AMD USB controller/hub as it seemingly breaks support for Oculus devices (TODO: Does this apply to Link with Quest?) +
- +
-==== Ethernet ==== +
- +
-  * I211 Gigabit +
-  * [[https://downloadcenter.intel.com/product/36773/Ethernet-Products|Intel]] +
- +
-  * :!: Need to install the PROSet Control Panel in order to access Low Latency options+
  
/var/www/wiki/data/pages/windows/10.txt · Last modified: 2024/03/25 19:42 by Sean Rhone