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 [2021/08/29 10:48] – [CPU Priority] Sean Rhonewindows:10 [2024/02/02 12:49] Sean Rhone
Line 2: Line 2:
  
   * Microsoft Windows 10   * Microsoft Windows 10
-  * 21H1 +  * 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 21H1 for x64-based Systems|21H1]] 
-  * [[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 21H1 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\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 +
-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</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 370: 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 ====== +
- +
-===== 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 464: 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 477: 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 490: 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]]
- 
-==== 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 649: 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 662: 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 672: Line 364:
  
   * https://obsproject.com/download   * https://obsproject.com/download
-  * https://github.com/wtsnz/obs-ios-camera-source/releases 
- 
-===== qBittorrent ===== 
- 
-  * https://www.qbittorrent.org/download.php 
- 
-===== 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
  
-===== 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 +
- +
-===== 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 711: 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 +
- +
-===== 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 +
- +
-<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 +
- +
-==== Virtual Desktop ==== +
- +
-  * :!: If there's a beta available, it will be available from the last URL +
- +
-  * https://www.vrdesktop.net/ +
- +
-  * https://download.vrdesktop.net/files/VirtualDesktop.Streamer.Setup.exe +
-  * https://download.vrdesktop.net/files/beta/VirtualDesktop.Streamer.Setup.exe +
- +
-==== 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 ==== +
- +
-=== Installer === +
- +
-  * Let Oculus download its 5GB+ installer +
-  * While it is installing, backup the ''C:\OculusSetup-DownloadCache'' folder +
-  * :!: The backup must be done after the download, and while Oculus is installing +
-  * If restoring, transfer 5GB+ to ''C:\OculusSetup-DownloadCache'' and start the Oculus installer +
-  * :!: If an updated Oculus client is available, it will download instead of restoring +
- +
-=== Client === +
- +
-  * Go to the ''Oculus\Support'' folder +
-  * If there's 15 folders, backup everything except ''oculus-dreamdeck-nux'', ''oculus-touch-tutorial'', and ''oculus-worlds'' +
-  * :!: 12 folders should be included in the backup and it should be around 605MB if archived +
-  * This has been true with versions pre-V12, V18-V30 +
-  * For restoring, stop the Oculus service through command or Debug Tool, delete the existing 12 folders, restore the 12 folders from backup, and start the Oculus service +
- +
-<code>%OculusBase%\Support</code> +
- +
-== Prevent Client Updates == +
- +
-  * This sets the update channel to something unknown, so the Oculus client can't compare its version to check for updates +
-  * :!: To revert this, it may be enough to toggle the ''Public Test Channel'' option from Oculus +
- +
-  * ''LIVE'' Stable +
-  * ''PublicTest'' = Public Test Channel/PTC +
-  * ''NOUPD8'' = Some nonsense value +
- +
-  reg add "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Oculus VR, LLC\Oculus\Config" /v "CoreChannel" /t "REG_SZ" /d "NOUPD8" /f +
- +
-===== 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 806: 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)
  
-  * [[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 +  * [[https://www.elevenforum.com/t/drivers-intel-serial-io-3xx-4xx-5xx-6xx-7xx.11375/|Windows 11 Forum]] (3xx/4xx) 
-  * :!: V4 doesn't allow for disabling mouse DPI stages+  * [[https://rog.asus.com/forum/showthread.php?125235-DRIVERS-Intel-Serial-IO-(3xx-4xx-5xx-6xx-7xx)|ASUS ROG Forums]] (3xx/4xx)
  
-==== Racing Wheel ====+==== Ethernet ====
  
-  * Logitech G29 Driving Force Racing Wheel +  * I219-LM Gigabit 
-  * [[https://download01.logi.com/web/ftp/pub/techsupport/gaming/lghub_installer.exe|Logitech G HUB]]+  * [[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)
  
-  * :!: Don't use Logitech Gaming Software as it breaks force-feedback in City Car Driving and has no known benefit otherwise+==== Wireless + Bluetooth ====
  
-==== Audio ==== +  * wireless-AC 9560 
- +  * [[https://rog.asus.com/forum/showthread.php?118280-DRIVERS-Intel-Ethernet-WiFi-Bluetooth|ASUS ROG Forums]] (8xxx/9xxx/AXxxx) 
-  * [[https://rog.asus.com/forum/showthread.php?117596-DRIVERS-Realtek-Audio-(MB-Intel-2xx-3xx-4xx-amp-AMD-3xx-4xx-5xx)|ASUS ROG Forums]] +  * [[https://www.elevenforum.com/t/drivers-intel-ethernet-wifi-bluetooth.11383/|Windows 11 Forum]] (8xxx/9xxx/AXxxx)
- +
-==== Chipset ==== +
- +
-  * X470 +
-  * [[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 controllers/hubs, ever +
- +
-==== Ethernet ==== +
- +
-  * I211 Gigabit +
-  * [[https://www.intel.com/content/www/us/en/products/details/ethernet/gigabit-controllers/i211-controllers/downloads.html|Intel]] +
- +
-  * :!: Need to install the PROSet Control Panel in order to access the Low Latency port option+
  
/var/www/wiki/data/pages/windows/10.txt · Last modified: 2024/03/25 19:42 by Sean Rhone