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 [2022/06/03 12:22] Sean Rhonewindows:10 [2024/02/02 12:49] Sean Rhone
Line 2: Line 2:
  
   * Microsoft Windows 10   * Microsoft Windows 10
-  * 21H2 +  * LTSC 21H2 
- +  * [[https://learn.microsoft.com/en-us/windows/release-health/release-information|Windows 10 release information]]
-====== Notes ====== +
- +
-  * :!: 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    * :!: 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 27: 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 21H2 for x64-based Systems|21H2]] 
-  * [[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 21H2 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 185: Line 174:
  
   * Powershell Script ''*.ps1''   * Powershell Script ''*.ps1''
 +  * TODO: Add admin-mode
  
 <code> <code>
Line 240: 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: 2021/08/29+===== Windows Terminal =====
  
-<code> +==== VCLibs ====
-:: Oculus and SteamVR +
-reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\OculusClient.exe\PerfOptions" /v "CpuPriorityClass" /t REG_DWORD /d "3" /f +
-reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\OculusDash.exe\PerfOptions" /v "CpuPriorityClass" /t REG_DWORD /d "3" /f +
-reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\OVRRedir.exe\PerfOptions" /v "CpuPriorityClass" /t REG_DWORD /d "3" /f +
-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\ovrservicelauncher.exe\PerfOptions" /v "CpuPriorityClass" /t REG_DWORD /d "3" /f +
-reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\vrwebhelper.exe\PerfOptions" /v "CpuPriorityClass" /t REG_DWORD /d "3" /f +
-reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\vrmonitor.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 +
- +
-:: 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 +
-reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\AI.exe\PerfOptions" /v "CpuPriorityClass" /t REG_DWORD /d "3" /f +
-reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\amtrucks.exe\PerfOptions" /v "CpuPriorityClass" /t REG_DWORD /d "3" /f +
-reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\AoE2DE_s.exe\PerfOptions" /v "CpuPriorityClass" /t REG_DWORD /d "3" /f +
-reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Beat Saber.exe\PerfOptions" /v "CpuPriorityClass" /t REG_DWORD /d "3" /f +
-reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\BladeAndSorcery.exe\PerfOptions" /v "CpuPriorityClass" /t REG_DWORD /d "3" /f +
-reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Diablo II64.exe\PerfOptions" /v "CpuPriorityClass" /t REG_DWORD /d "3" /f +
-reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\DJMAX RESPECT V.exe\PerfOptions" /v "CpuPriorityClass" /t REG_DWORD /d "3" /f +
-reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\DOOMEternalx64vk.exe\PerfOptions" /v "CpuPriorityClass" /t REG_DWORD /d "3" /f +
-reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\dota2.exe\PerfOptions" /v "CpuPriorityClass" /t REG_DWORD /d "3" /f +
-reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\ffxv_s.exe\PerfOptions" /v "CpuPriorityClass" /t REG_DWORD /d "3" /f +
-reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Game.exe\PerfOptions" /v "CpuPriorityClass" /t REG_DWORD /d "3" /f +
-reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\hlvr.exe\PerfOptions" /v "CpuPriorityClass" /t REG_DWORD /d "3" /f +
-reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\HorizonZeroDawn.exe\PerfOptions" /v "CpuPriorityClass" /t REG_DWORD /d "3" /f +
-reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Incursion-Win64-Shipping.exe\PerfOptions" /v "CpuPriorityClass" /t REG_DWORD /d "3" /f +
-reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\MonsterHunterWorld.exe\PerfOptions" /v "CpuPriorityClass" /t REG_DWORD /d "3" /f +
-reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\pCARS3.exe\PerfOptions" /v "CpuPriorityClass" /t REG_DWORD /d "3" /f +
-reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\SkyrimVR.exe\PerfOptions" /v "CpuPriorityClass" /t REG_DWORD /d "3" /f +
-reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\starter.exe\PerfOptions" /v "CpuPriorityClass" /t REG_DWORD /d "3" /f +
-reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\starwarssquadrons.exe\PerfOptions" /v "CpuPriorityClass" /t REG_DWORD /d "3" /f +
-reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\TheForestVR.exe\PerfOptions" /v "CpuPriorityClass" /t REG_DWORD /d "3" /f +
-reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Wow.exe\PerfOptions" /v "CpuPriorityClass" /t REG_DWORD /d "3" /f +
-reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\ZFGameBrowser.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 +
- +
-:: End +
-</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 373: 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/ +
- +
-===== 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 +
- +
-===== AMD Cleanup Utility ===== +
- +
-  * https://www.amd.com/en/support/kb/faq/gpu-601 +
- +
-===== 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 +
- +
-===== Fooling Around ===== +
- +
-  * https://alax.info/blog/software +
- +
-===== 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 ====== +
- +
-===== NanaZip ===== +
- +
-  * https://github.com/M2Team/NanaZip+
  
 ===== 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 466: 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 479: Line 323:
  
   * https://www.microsoft.com/en-us/download/confirmation.aspx?id=8109   * https://www.microsoft.com/en-us/download/confirmation.aspx?id=8109
- 
-===== DXVK ===== 
- 
-  * https://github.com/doitsujin/dxvk/releases 
-  * https://github.com/Sporif/dxvk-async/releases 
- 
-  * See [[notes:dll_overrides]] 
  
 ===== FileZilla ===== ===== FileZilla =====
Line 498: Line 335:
  
   * 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 513: 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 =====
Line 526: Line 350:
 ===== 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 536: Line 364:
  
   * https://obsproject.com/download   * https://obsproject.com/download
-  * https://github.com/wtsnz/obs-ios-camera-source/releases 
- 
-===== Rufus ===== 
- 
-  * https://rufus.ie/ 
  
 ===== Thunderbird ===== ===== Thunderbird =====
Line 546: Line 369:
   * https://www.thunderbird.net/en-US/thunderbird/all/#E   * https://www.thunderbird.net/en-US/thunderbird/all/#E
  
-===== Visual C++ Redistributable Runtimes =====+===== qBittorrent =====
  
-  * https://github.com/abbodi1406/vcredist/releases +  * https://www.qbittorrent.org/download
-  * https://forums.mydigitallife.net/threads/repack-visual-c-redistributable-runtimes.76588/+
  
-===== Vulkan Runtime =====+===== VC++ Redist =====
  
-  * https://vulkan.lunarg.com/sdk/home#windows +  * https://github.com/abbodi1406/vcredist/releases
-  * https://vulkan.lunarg.com/sdk/home#sdk/downloadConfirm/latest/windows/vulkan-runtime.exe+
  
 ====== Games ====== ====== Games ======
Line 560: Line 381:
 ===== Battle.net App ===== ===== Battle.net App =====
  
-  * https://www.blizzard.com/en-us/download?product=bnetdesk +  * https://download.battle.net/en-us/?product=bnetdesk
-  * http://dist.blizzard.com/downloads/bna-installers/322d5bb9ae0318de3d4cde7641c96425/retail.1/Battle.net-Setup-enUS.exe +
- +
-===== Heroic ===== +
- +
-  * https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher +
-  * https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases +
- +
-===== Oculus ===== +
- +
-  * https://www.oculus.com/rift/setup/?locale=en_US +
- +
-==== Use HEVC ==== +
- +
-  * Use HEVC/H.265 instead of AVC/H.264 for Link +
-  * :!: As of 2021/06/30, HEVC doesn't work for a RX 580, but it falls back to AVC; presumably this will be fixed at some point +
-  * :!: 2022/05/29: HEVC with V41 PTC doesn't work for a RX 6600 XT; it shows HEVC aas supported, but Link session never starts on the Quest 2, and it doesn't auto-fallback to AVC +
- +
-<code>reg add "HKEY_CURRENT_USER\SOFTWARE\Oculus\RemoteHeadset" /v "HEVC" /t REG_DWORD /d "1" /f</code> +
- +
-==== Disable SPUD ==== +
- +
-  * This lowers average Motion-to-photon latency by about 4ms for a Rift CV1 (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> +
- +
-==== Logs ==== +
- +
-**** +
- +
-<code>%localappdata%\Oculus</code> +
- +
-==== SideQuest ==== +
- +
-  * https://sidequestvr.com/setup-howto +
- +
-==== ADB ==== +
- +
-  * :!: ADB drivers are automatically installed by Oculus +
-  * :!: For general ''.apk'' installs and ''adb shell'' commands, use SideQuest instead +
-  * :!: For sideloading firmware updates, SideQuest cannot be used, and thus will need the ''platform-tools'' package below +
- +
-  * [[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]] +
- +
-==== Backup/Restore ==== +
- +
-  * See [[windows:oculus_backup|Oculus Backup]] notes +
- +
-===== 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 +
- +
-=== EA App === +
- +
-  * https://origin-a.akamaihd.net/EA-Desktop-Client-Download/installer-releases/EAappInstaller.exe+
  
 ===== Steam ===== ===== Steam =====
Line 629: 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-components/motherboards/prime/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)
  
-  * :!: iCUE should only be used to configure lights and manage firmware, OpenRGB should be used for RGB control+==== SerialIO ====
  
-  * [[https://www.corsair.com/us/en/downloads|CORSAIR Downloads]] +  * TODO: Chipset name 
-  * [[http://downloads.corsair.com/download?item=Files/CUE/CorsairUtilityEngineSetup_2.24.50_release.msi|CORSAIR CUE V2]]+  * [[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)
  
-  * ''2.24.50'' is the latest known V2 version and is the sanest version of CUE for RGB control +==== Ethernet ====
-  * :!: iCUE V3 is bloated, but is the best version for configuring Harpoon RGB and K70 RGB +
-  * :!: V4 doesn't allow for disabling mouse DPI stages+
  
-==== Audio ====+  * 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)
  
-  * [[https://rog.asus.com/forum/showthread.php?117596-DRIVERS-Realtek-Audio-(MB-Intel-2xx-3xx-4xx-amp-AMD-3xx-4xx-5xx)|ASUS ROG Forums]]+==== Wireless + Bluetooth ====
  
-==== 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://rog.asus.com/forum/showthread.php?118343-DRIVERS-AMD-Chipset-SATA-(3xx-4xx-5xx-TRX40)|ASUS ROG Forums]] +
-  * [[https://www.amd.com/en/support/chipsets/amd-socket-am4/x470|AMD Drivers & Support]]+
  
 ==== Graphics ==== ==== Graphics ====
  
-  * RX 6600 XT +  * Intel UHD Graphics 630 
-  * [[https://www.amd.com/en/support/graphics/amd-radeon-6000-series/amd-radeon-6600-series/amd-radeon-rx-6600-xt|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.guru3d.com/forums/videocards-amd-radeon-drivers-section.46/|Guru3D]] +  * [[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 controllers/hubs, ever ((this causes Oculus Rift CV1 sensors to red X and **the USB drivers cannot be removed without an OS reinstall**; attempts to remove it cause a BSoD)) +
- +
-==== Ethernet ==== +
- +
-  * I211 Gigabit +
-  * [[https://rog.asus.com/forum/showthread.php?118280-DRIVERS-Intel-Ethernet-WiFi-Bluetooth|ASUS ROG Forums]] (I21x-AT)+
  
/var/www/wiki/data/pages/windows/10.txt · Last modified: 2024/03/25 19:42 by Sean Rhone