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 [2020/11/05 06:03] Sean Rhonewindows:10 [2024/02/02 12:49] Sean Rhone
Line 2: Line 2:
  
   * Microsoft Windows 10   * Microsoft Windows 10
-  * 20H2 +  * LTSC 21H2 
-  * 2004/20H1 +  * [[https://learn.microsoft.com/en-us/windows/release-health/release-information|Windows 10 release information]]
-  * 1809 LTSC +
-  * 1607 LTSB+
  
-====== Notes ======+====== Download ======
  
-  * On a Ryzen 2700X system, 2004 performs consistently better on Geekbench than 1809/LTSC and 1607/LTSB +  * :!: To show ISO downloads on Windows 10 from Firefox: Tools -> Browser Tools -> Responsive Design Mode 
-  * :!: 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 ====== +  * [[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 26: 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 recommended 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+2004+for+x64-based+Systems|2004/20H1]] 
-  * [[https://www.catalog.update.microsoft.com/Search.aspx?q=Update+for+Windows+10+Version+1809+for+x64-based+Systems|1809/LTSC]] 
-  * [[https://www.catalog.update.microsoft.com/Search.aspx?q=Update+for+Windows+10+Version+1607+for+x64-based+Systems|1607/LTSB]] 
  
-  YYYY-MM Update for Windows 10 Version 2004 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 183: Line 171:
  
   * https://scripttiger.github.io/hosts-packages/   * https://scripttiger.github.io/hosts-packages/
 +  * Unified hosts + fakenews + gambling (Compressed)
  
   * Powershell Script ''*.ps1''   * Powershell Script ''*.ps1''
 +  * TODO: Add admin-mode
  
 <code> <code>
Line 198: Line 188:
  
 ===== Remove Most Modern UI Apps ===== ===== Remove Most Modern UI Apps =====
 +
 +  * Tested fine on 20H2
 +  * :!: This broke the start menu on 1809
  
   * Powershell Script ''*.ps1''   * Powershell Script ''*.ps1''
-  * Tested fine on 2004/20H1 
-  * :!: Apparently this broke the start menu on 1809 
  
   Get-AppxPackage -allusers | Remove-AppxPackage   Get-AppxPackage -allusers | Remove-AppxPackage
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: 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 342: 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/+
  
 ===== 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 439: 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 449: Line 320:
   win32calc   win32calc
  
-===== DirectX End-User Runtimes =====+===== DirectX End-User Runtime =====
  
   * https://www.microsoft.com/en-us/download/confirmation.aspx?id=8109   * https://www.microsoft.com/en-us/download/confirmation.aspx?id=8109
Line 458: 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/07/14 
-  * :!: Remove VPN section if not using a VPN 
- 
-  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("media.mediasource.experimental.enabled", true); 
-user_pref("media.mediasource.ignore_codecs", true); 
-user_pref("media.autoplay.enabled", false); 
-user_pref("media.av1.enabled", false); 
-user_pref("media.hardware-video-decoding.force-enabled", true); 
-user_pref("widget.wayland-dmabuf-vaapi.enabled", true); 
- 
-user_pref("webgl.disabled", true); 
-user_pref("webgl.enable-webgl2", false); 
-user_pref("accessibility.force_disabled", 1); 
-user_pref("mousewheel.min_line_scroll_amount", 40); 
-user_pref("browser.tabs.drawInTitlebar", true); 
-user_pref("network.standard-url.escape-utf8", false); 
- 
-/*********** 
- * Privacy * 
- ***********/ 
- 
-user_pref("security.tls.version.min", 2); 
-user_pref("security.ssl.require_safe_negotiation", true); 
-user_pref("security.ssl.treat_unsafe_negotiation_as_broken", true); 
-user_pref("security.OCSP.require", true); 
-user_pref("security.cert_pinning.enforcement_level", 2); 
-user_pref("security.ssl3.rsa_des_ede3_sha", false); 
-user_pref("security.ssl.enable_false_start", false); 
- 
-user_pref("geo.enabled", false); 
-user_pref("network.http.sendRefererHeader", 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.resistFingerprinting", true); 
-user_pref("privacy.trackingprotection.enabled", true); 
-user_pref("toolkit.telemetry.enabled", false); 
- 
-/******* 
- * U2F * 
- *******/ 
- 
-user_pref("security.webauth.u2f", true); 
- 
-/********** 
- * Tweaks * 
- **********/ 
- 
-user_pref("browser.cache.disk.enable", false); 
-user_pref("browser.cache.memory.enable", true); 
-user_pref("browser.cache.memory.enable", true); 
- 
-/******* 
- * VPN * 
- *******/ 
- 
-user_pref("network.dns.disableIPv6", true); 
-user_pref("media.peerconnection.enabled", false); 
- 
-/******* 
- * 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/09/17 
- 
-<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> 
- 
-== My filters == 
- 
-== Facebook == 
- 
-  * Last updated: 2020/09/13 
- 
-  * https://old.reddit.com/r/uBlockOrigin/comments/il496e/ublock_origin_ineffective_on_facebook_after_new/ 
- 
-<code> 
-!Facebook filters 
-!old Facebook; https://www.reddit.com/r/uBlockOrigin/comments/fnkwa4/facebook_ads/fla7alm/?sort=new 
-facebook.com##div[id^=hyperfeed_story_id_]:has(a[role^=button]:has(> span:matches-css(position: relative):has-text(S):not(:has-text(1)):not(:has-text(2)):not(:has-text(3)):not(:has-text(4)):not(:has-text(5)):not(:has-text(6)):not(:has-text(7)):not(:has-text(8)):not(:has-text(9)):not(:has-text(w)))) 
- 
-!Merged: new Facebook + "Suggested for you" 
-facebook.com##div[data-pagelet^="FeedUnit"]:has(a[role^=button]:has(> span > span:matches-css(position: relative):has-text(S))|div[role^=button]:has(> span > span:matches-css(position: relative):has-text(S))|div[role=button]:has(> span > b > b:matches-css(display: inline):has-text(S))|div[role="article"]:has(span:has-text(Suggested for you))) 
- 
-!Remove timeline red number notification bubbles; https://www.reddit.com/r/uBlockOrigin/comments/ii7jrp/make_the_new_facebook_slightly_more_bearable_by/?sort=new 
-facebook.com##[aria-label*="Pages"] span span 
-facebook.com##[aria-label*="Groups"] span span 
-facebook.com##[aria-label*="Watch"] span span 
-facebook.com##[aria-label*="Gaming"] span span 
- 
-!Remove Rooms 
-facebook.com##div[data-pagelet^="VideoChatHomeUnit"] 
- 
-!Remove Stories 
-facebook.com##div[data-pagelet^="Stories"] 
- 
-www.facebook.com##div[role="article"]:has([aria-label="Sponsored"]) 
-facebook.com##div[data-pagelet^="FeedUnit"]:has([role^=button]:has(> span:has-text(S)):not(:has-text(1)):not(:has-text(2)):not(:has-text(3)):not(:has-text(4)):not(:has-text(5)):not(:has-text(6)):not(:has-text(7)):not(:has-text(8)):not(span:has-text(9)):not(span:has-text(w))) 
-facebook.com##div[data-pagelet^="FeedUnit"]:has(div:has-text(/^Suggested for You$/i)) 
-facebook.com##div[data-pagelet^="FeedUnit"]:has(div:has-text(/^Events you may like$/i)) 
-facebook.com##div[data-pagelet^="FeedUnit"]:has(div:has-text(/^Friend Requests$/i)) 
-facebook.com##div[data-pagelet^="FeedUnit_"]:has(div:has-text(/^Suggested Groups$/i))</code> 
- 
-==== Testing Sites ==== 
- 
-  * https://www.youtube.com/html5 
-  * https://ipx.ac 
-  * https://decentraleyes.org/test/ 
-  * https://panopticlick.eff.org/ 
-  * https://browserleaks.com/ 
-  * https://speedof.me/ 
-  * 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 690: 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 717: 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 755: 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 791: 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 801: 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 ===== 
- 
-==== Glide Wrapper ==== 
- 
-  * http://www.svenswrapper.de/english/downloads.html 
- 
-===== Guild Wars 2 ===== 
- 
-  * https://account.arena.net/content/download/gw2/win/64 
  
 ====== Drivers ====== ====== Drivers ======
Line 822: 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]]+
  
-==== Audio ====+  * 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)
  
-  * [[https://dlcdnets.asus.com/pub/ASUS/mb/01AUDIO/DRV_Audio_SZ_RTK_500_DTSC_W10_64_V6089711_20200826R.zip|ASUS Official]]+==== SerialIO ====
  
-  * [[https://www.catalog.update.microsoft.com/Search.aspx?q=Realtek+Semiconductor+Corp+MEDIA+2020|Realtek Audio]]+  * TODO: Chipset name 
 +  * [[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)
  
-  * [[https://www.catalog.update.microsoft.com/Search.aspx?q=SWC%5cVEN_10EC%26ASIO_ID_0001|Realtek Asio Component]] +==== Ethernet ====
-  * [[https://www.catalog.update.microsoft.com/Search.aspx?q=SWC%5cVEN_10EC%26AID_0001|Realtek Audio Effects Component]] +
-  * [[https://www.catalog.update.microsoft.com/Search.aspx?q=SWC%5cVEN_10EC%26SID_0001|Realtek Audio Universal Service]] +
-  * [[https://www.catalog.update.microsoft.com/Search.aspx?q=SWC%5cVEN_10EC%26HID_0001|Realtek Hardware Support Application]]+
  
-==== Chipset ====+  * 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)
  
-  X470 +==== Wireless + Bluetooth ==== 
-  * [[https://www.amd.com/en/support/chipsets/amd-socket-am4/x470|AMD Drivers & Support]]+ 
 +  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)
  
 ==== 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://drivers.amd.com/drivers/amdcleanuputility.exe|AMD Cleanup Utility]] +  * [[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 +
- +
-==== Ethernet ==== +
- +
-  * I211 Gigabit +
-  * [[https://downloadcenter.intel.com/product/36773/Ethernet-Products|Intel]]+
  
/var/www/wiki/data/pages/windows/10.txt · Last modified: 2024/05/18 20:44 by Sean Rhone