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
Next revisionBoth sides next revision
windows:10 [2022/07/29 11:18] 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]] 
  
-  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 184: Line 174:
  
   * Powershell Script ''*.ps1''   * Powershell Script ''*.ps1''
 +  * TODO: Add admin-mode
  
 <code> <code>
Line 239: 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 +  powershell -Command "Add-AppxPackage https://aka.ms/Microsoft.VCLibs.x64.14.00.Desktop.appx"
-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 +==== Windows Terminal ====
-</code>+
  
-====== Information ======+  * https://github.com/microsoft/terminal/releases
  
-===== Lock screen Background =====+  powershell -Command "Add-AppxPackage https://github.com/microsoft/terminal/releases/download/v1.16.10261.0/Microsoft.WindowsTerminal_Win10_1.16.10261.0_8wekyb3d8bbwe.msixbundle"
  
-  * Hero+==== SSH ====
  
-  C:\Windows\Web\Wallpaper\Windows\img0.jpg+  :!: Requires WSL and Ubuntu installed 
 + 
 +  wt wsl --distribution "Ubuntu" -- ssh "espionage724@192.168.1.152" 
 + 
 +====== Information ======
  
 ===== Prevent Driver Changes ===== ===== Prevent Driver Changes =====
Line 329: 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 +
- +
-===== GPU-Z ===== +
- +
-  * 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 ======+
  
 ===== 7-Zip ===== ===== 7-Zip =====
Line 410: Line 298:
 ===== 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 421: Line 309:
  
   SETX /M path "%path%;C:\Program Files\aria2c"   SETX /M path "%path%;C:\Program Files\aria2c"
- 
-===== BleachBit ===== 
- 
-  * https://www.bleachbit.org/download/windows 
  
 ===== Brain Workshop ===== ===== Brain Workshop =====
Line 439: 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 458: 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 471: Line 340:
   * https://keepassxc.org/download#windows   * https://keepassxc.org/download#windows
  
-===== KMS-VL-ALL =====+===== Keybase =====
  
-  * https://github.com/abbodi1406/KMS_VL_ALL_AIO/releases +  * https://keybase.io/docs/the_app/install_windows
-  * https://forums.mydigitallife.net/threads/kms_vl_all-smart-activation-script.79535/+
  
 ===== LibreOffice ===== ===== LibreOffice =====
Line 482: 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 492: Line 364:
  
   * https://obsproject.com/download   * https://obsproject.com/download
-  * https://github.com/wtsnz/obs-ios-camera-source/releases 
- 
-===== OpenRGB ===== 
- 
-  * https://openrgb.org/index.html 
- 
-==== Download ==== 
- 
-  * https://openrgb.org/releases.html 
-  * https://gitlab.com/CalcProgrammer1/OpenRGB/-/releases 
- 
-==== Install ==== 
- 
-  * Extract the ''OpenRGB Windows 64-bit'' folder to ''C:\Program Files'' from the latest ''OpenRGB_0.7_Windows_64_#.zip'' 
-  * :!: ''C:\Program Files\OpenRGB Windows 64-bit\OpenRGB.exe'' 
- 
-==== OpenRGBEffectsPlugin ==== 
- 
-  * https://gitlab.com/OpenRGBDevelopers/OpenRGBEffectsPlugin 
- 
-=== Download === 
- 
-  * https://gitlab.com/OpenRGBDevelopers/OpenRGBEffectsPlugin/-/jobs/artifacts/master/download?job=Windows%2064 
- 
-=== Install === 
- 
-  * Extract ''OpenRGBEffectsPlugin.dll'' to ''%appdata%\OpenRGB\plugins'' 
-  * Alternatively, install the dll from OpenRGB GUI 
- 
-  %appdata%\OpenRGB\plugins 
- 
-==== Autostart ==== 
- 
-  "%appdata%\Microsoft\Windows\Start Menu\Programs\Startup" 
- 
-  "%ProgramFiles%\OpenRGB Windows 64-bit\OpenRGB.exe" --startminimized 
- 
-===== Rufus ===== 
- 
-  * https://rufus.ie/ 
  
 ===== Thunderbird ===== ===== Thunderbird =====
Line 537: 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 551: 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 +
- +
-===== Discord ===== +
- +
-  * https://discord.com/api/downloads/distributions/app/installers/latest?channel=stable&platform=win&arch=x86 +
- +
-===== 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 +
- +
-==== Notes ==== +
- +
-  * :!: Oculus has low performance and stuttering if audio is going through Oculus's audio device +
-  * Workarounds including either using wireless USB headphones from the PC, or running a long 3.5mm cable alongside a Link cable +
- +
-==== Enable HEVC ==== +
- +
-  * Use HEVC/H.265 instead of AVC/H.264 for Link +
-  * :!: HEVC only works from Air Link, and not wired Link ((trying this results in Oculus restarting the driver and the Quest being returned to Home)) +
- +
-<code>reg add "HKEY_CURRENT_USER\SOFTWARE\Oculus\RemoteHeadset" /v "HEVC" /t REG_DWORD /d "1" /f</code> +
- +
-=== Disable HEVC === +
- +
-  * This deletes the above key and returns it to default disabled +
- +
-<code>reg delete "HKEY_CURRENT_USER\SOFTWARE\Oculus\RemoteHeadset" /v "HEVC" /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> +
- +
-=== Enable SPUD === +
- +
-  * This deletes the above key and returns it to default enabled +
- +
-<code>reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Oculus" /v "UseSpud" /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, or adb from the following path +
-  * :!: For sideloading firmware updates, SideQuest can't be used directly, but its ''fastboot'' and ''adb'' executables can be used +
- +
-<code>%appdata%\SideQuest\platform-tools</code> +
- +
-==== 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+
  
 ===== Steam ===== ===== Steam =====
Line 635: 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]] +
-  * [[https://www.asus.com/us/motherboards-components/motherboards/prime/prime-x470-pro/HelpDesk_BIOS/|BIOS Updates]] +
- +
-==== Keyboard/Mouse ==== +
- +
-  * :!: iCUE should only be used to configure lights and manage firmware, OpenRGB should be used for RGB control +
- +
-  * [[https://www.corsair.com/us/en/downloads|CORSAIR Downloads]] +
-  * [[http://downloads.corsair.com/download?item=Files/CUE/CorsairUtilityEngineSetup_2.24.50_release.msi|CORSAIR CUE V2]] +
- +
-  * ''2.24.50'' is the latest known V2 version and is the sanest version of CUE for RGB control +
-  * :!: 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+
  
 ==== Chipset ==== ==== Chipset ====
  
-  * X470 +  * TODO: Chipset name 
-  * [[https://rog.asus.com/forum/showthread.php?118343-DRIVERS-AMD-Chipset-SATA-(3xx-4xx-5xx-TRX40)|ASUS ROG Forums]] +  * [[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.amd.com/en/support/chipsets/amd-socket-am4/x470|AMD Drivers & Support]]+  * [[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)
  
-==== Graphics ====+==== SerialIO ====
  
-  * RTX 3060 +  * TODO: Chipset name 
-  * [[https://www.nvidia.com/Download/Find.aspx|NVIDIA Advanced Driver Search]] +  * [[https://www.elevenforum.com/t/drivers-intel-serial-io-3xx-4xx-5xx-6xx-7xx.11375/|Windows 11 Forum]] (3xx/4xx) 
-  * [[https://forums.guru3d.com/forums/videocards-nvidia-geforce-drivers-section.21/|Guru3D]]+  * [[https://rog.asus.com/forum/showthread.php?125235-DRIVERS-Intel-Serial-IO-(3xx-4xx-5xx-6xx-7xx)|ASUS ROG Forums]] (3xx/4xx)
  
-==== nvidia-patch ====+==== Ethernet ====
  
-  * :!TODO: Make batch files to backup and move files around+  * 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://github.com/keylase/nvidia-patch/tree/master/win +==== Wireless + Bluetooth ====
-  * https://github.com/keylase/nvidia-patch/tree/master/win/nvfbcwrp+
  
-==== Notes ====+  * wireless-AC 9560 
 +  * [[https://rog.asus.com/forum/showthread.php?118280-DRIVERS-Intel-Ethernet-WiFi-Bluetooth|ASUS ROG Forums]] (8xxx/9xxx/AXxxx) 
 +  * [[https://www.elevenforum.com/t/drivers-intel-ethernet-wifi-bluetooth.11383/|Windows 11 Forum]] (8xxx/9xxx/AXxxx)
  
-  * Disable DWM: https://forums.blurbusters.com/viewtopic.php?f=10&t=7767&p=60585#p60585 +==== Graphics ====
-  * Disable HDCP: https://forums.guru3d.com/threads/disable-hdcp-regedit.442563/ +
- +
-==== Audio ==== +
- +
-  * ALC1220 +
-  * [[https://rog.asus.com/forum/showthread.php?117596-DRIVERS-Realtek-Audio-(MB-Intel-2xx-3xx-4xx-amp-AMD-3xx-4xx-5xx)|ASUS ROG Forums]] +
- +
-==== Ethernet ==== +
- +
-  * I211 Gigabit +
-  * [[https://rog.asus.com/forum/showthread.php?118280-DRIVERS-Intel-Ethernet-WiFi-Bluetooth|ASUS ROG Forums]] (I21x-AT) +
- +
-==== USB ==== +
- +
-  * ASM1142 +
-  * [[https://winraid.level1techs.com/t/usb-3-0-3-1-drivers-original-and-modded/30871|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+  * Intel UHD Graphics 630 
 +  * [[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]]
  
/var/www/wiki/data/pages/windows/10.txt · Last modified: 2024/05/08 02:30 by Sean Rhone