windows:10
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| windows:10 [2020/06/16 18:17] – rst station drivers Sean Rhone | windows:10 [2026/03/18 15:00] (current) – Sean Rhone | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Information ====== | ====== Information ====== | ||
| - | * Microsoft Windows 10 | + | * Microsoft Windows 10 IoT Enterprise LTSC |
| - | * LTSC 1809 | + | * Version 21H2 (OS Build 19044.7058) |
| - | ====== | + | ====== |
| - | * Removing Most/All Modern UI apps on 1803 prevents facial login via Windows Hello from working entirely ((removes camera?)) ((Does not apply to LTSB; can freely remove most/all Modern UI apps and still have functional | + | * [[windows; |
| - | * :!: 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)) | + | * [[windows: |
| + | * [[windows; | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * http:// | ||
| + | * [[https:// | ||
| + | * https:// | ||
| - | ====== Download ====== | + | ===== TODOs ===== |
| - | * https://forums.mydigitallife.info/threads/72600-ISO-for-latest-enUS-LTSB | + | * https://learn.microsoft.com/en-us/troubleshoot/ |
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| ====== Updates ====== | ====== Updates ====== | ||
| - | ===== Servicing Stack ===== | + | * [[https:// |
| + | * :!: [[https:// | ||
| - | ==== Information | + | ====== Shortcuts ====== |
| - | * https:// | + | ===== Desktop ===== |
| - | * https:// | + | |
| - | * :!: SSU is recommended to be installed **before** the CU | + | |
| - | ==== Link ==== | + | ==== Maintenance |
| - | | + | |
| - | YYYY-MM Update for Windows 10 Version 1809 for x64-based Systems (KB#######) | + | < |
| + | @echo off | ||
| - | ===== Cumulative ===== | + | TITLE Maintenance |
| + | CD " | ||
| - | ==== Information ==== | + | :: Disk Cleanup Set-up |
| + | " | ||
| - | * :!: SSU is recommended to be installed **before** the CU | + | :: System File Check, Cleanup, and Repair |
| + | " | ||
| + | " | ||
| - | ==== Link ==== | + | :: Disk Cleanup |
| + | " | ||
| - | * [[http://www.catalog.update.microsoft.com/Search.aspx? | + | :: Volume Shadow Copy |
| + | " | ||
| - | YYYY-MM Cumulative Update for Windows 10 Version 1809 for x64-based Systems (KB#######) | + | :: USN Change Journal |
| + | " | ||
| - | ====== Prevent Driver Changes ====== | + | :: .NET Framework 4 |
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| - | ===== Notes ===== | + | PAUSE |
| + | " | ||
| + | " | ||
| - | * To be done after a proper driver is manually installed | + | :: Icon Cache |
| - | * This ensures Windows Update nor anything else can replace installed drivers for specific devices unattended | + | DEL /F /Q " |
| - | * Additional entries need to add a new number (the value after '' | + | DEL /F /Q " |
| - | * The device ID can be acquired from Device Manager and should be pasted as-is (no extra slashes) | + | |
| - | ===== Base Policies ===== | + | :: Shader Cache |
| + | DEL /F /Q " | ||
| + | DEL /F /Q " | ||
| - | reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions" /v " | + | :: Temp Dirs |
| + | DEL /F /Q "%LocalAppData%\Temp\*" | ||
| + | DEL /F /Q "%SystemRoot%\Temp\*" | ||
| - | reg add " | + | TIMEOUT |
| + | START explorer.exe | ||
| - | ===== Format ===== | + | :: Defrag/ |
| + | PAUSE | ||
| + | " | ||
| - | * Do **not** copy/paste these as-is; only here for reference | + | PAUSE |
| - | * Adjust to specific devices as-needed | + | |
| - | ==== Add Prevent Policy ==== | + | :: End</ |
| - | **** | + | ===== Downloads ===== |
| - | reg add " | + | ==== Remove Intel Microcode ==== |
| - | ==== Remove | + | " |
| - | **** | + | < |
| + | @echo off | ||
| - | reg delete | + | CD "%Temp%" |
| - | ====== Tweaks ====== | + | " |
| + | " | ||
| + | DEL /Q " | ||
| - | ===== Disable Clipboard History ===== | + | :: End</ |
| - | **** | + | " |
| - | reg add " | + | ===== Start Menu ===== |
| - | ===== Disable Cortana and Web Search ===== | + | ==== RDP ==== |
| - | **** | + | " |
| - | reg add " | + | < |
| + | full address: | ||
| + | redirectprinters: | ||
| + | redirectcomports: | ||
| + | redirectsmartcards: | ||
| + | redirectwebauthn: | ||
| + | redirectclipboard: | ||
| + | redirectposdevices: | ||
| - | ===== Disable Game DVR ===== | + | === Start Menu === |
| - | **** | + | " |
| - | | + | "%UserProfile%\Documents\Alira (LAN).rdp" |
| - | ===== Disable Hibernation and Fast Start ===== | + | Alira |
| - | **** | + | ====== Settings ====== |
| - | powercfg /H off | + | ===== BCDEdit ===== |
| - | ===== Disable Last Access Time File Updates ===== | + | * [[windows; |
| - | **** | + | ===== Microsoft Edge ===== |
| - | | + | |
| - | ===== Disable Online Speech Recognition | + | ===== Power ===== |
| + | |||
| + | ==== Disable Hibernation and Fast Start ==== | ||
| **** | **** | ||
| - | | + | "powercfg.exe" /HIBERNATE |
| - | ===== Disable Remote Desktop ===== | + | ==== Enable Ultimate Performance Power Plan ==== |
| **** | **** | ||
| - | | + | "powercfg.exe" /DUPLICATESCHEME |
| - | ===== Disable Shared Experiences ===== | + | ==== More Settings |
| **** | **** | ||
| - | | + | "powercfg.exe" /Qh |
| - | ===== Disable SmartScreen | + | ===== SMB ===== |
| - | * General | + | * [[windows; |
| - | * Windows Store Apps | + | |
| - | * Microsoft EDGE | + | |
| - | reg add " | + | ===== Disable Clipboard History ===== |
| - | reg add " | + | **** |
| - | reg add " | + | reg add " |
| - | ===== Disable | + | ===== Disable |
| **** | **** | ||
| - | reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Serialize" /v "StartupDelayInMSec" /t "REG_DWORD" | + | reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "AllowCortana" /t REG_DWORD /d " |
| - | ===== Disable | + | ===== Disable |
| **** | **** | ||
| - | reg add " | + | reg add " |
| - | ===== Disable Telemetry Features | + | ===== Quick Lock Screen |
| - | **** | + | |
| - | | + | |
| - | ===== Disable User Account Control ===== | + | ==== Undo ==== |
| **** | **** | ||
| - | | + | |
| - | ===== Disable | + | ===== Disable |
| **** | **** | ||
| - | reg add " | + | reg add " |
| ===== Open Pictures With Windows Photo Viewer ===== | ===== Open Pictures With Windows Photo Viewer ===== | ||
| Line 181: | Line 220: | ||
| reg add " | reg add " | ||
| - | ===== Remove Quick Access | + | ===== Disable Remote Desktop |
| **** | **** | ||
| - | reg add " | + | reg add " |
| - | ===== Remove Windows Search | + | ===== Disable Shared Experiences |
| **** | **** | ||
| - | | + | |
| - | ===== ScriptTiger Hosts File ===== | + | ===== Disable System Restore |
| - | | + | **** |
| - | | + | |
| - | < | + | ===== Disable Telemetry Features |
| - | [Net.ServicePointManager]:: | + | |
| - | Invoke-WebRequest " | + | |
| - | ipconfig / | + | |
| - | + | ||
| - | ===== Show All Folders in File Explorer Pane ===== | + | |
| **** | **** | ||
| - | reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "NavPaneShowAllFolders" /t " | + | reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /v "AllowTelemetry" /t " |
| - | ===== NetFX3 From Install Media ===== | + | ===== Disable User Account Control |
| - | | + | **** |
| - | | + | |
| - | ===== 1607 ===== | + | ===== Enable FIPS Mode ===== |
| - | ==== Disable HomeGroup ==== | + | * https:// |
| - | **** | + | " |
| - | | + | "%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" |
| - | ==== Remove | + | ===== Remove |
| - | | + | **** |
| - | | + | |
| - | | + | |
| - | | + | |
| - | ==== Remove | + | ===== Remove |
| - | | + | "%SystemRoot%\System32\sc.exe" |
| - | %windir%\SysWOW64\OneDriveSetup.exe /uninstall | + | |
| - | rmdir " | + | ===== Show All Folders in File Explorer Pane ===== |
| - | reg delete " | + | **** |
| - | reg delete | + | reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" |
| - | ===== Maintenance | + | ===== Verbose Shutdown |
| - | < | + | **** |
| - | " | + | |
| - | " | + | |
| - | " | + | |
| - | " | + | |
| - | "%windir%\system32\Dism.exe" /online | + | reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v " |
| - | "%windir%\system32\sfc.exe" /scannow | + | |
| - | " | + | ===== DX Refresh Rate ===== |
| - | " | + | |
| - | " | + | * https:// |
| + | * [[https:// | ||
| - | ===== Auto Login ===== | + | REG ADD " |
| - | **** | + | REG ADD " |
| - | control userpasswords2 | + | ====== Other ====== |
| - | ===== Add Hardware Wizard | + | ===== Microsoft Store ===== |
| - | **** | + | " |
| - | %SYSTEMROOT%\System32\hdwwiz.exe | + | < |
| + | @echo off | ||
| - | ===== GodMode Folder ===== | + | TITLE Install Microsoft Store |
| + | CD " | ||
| - | **** | + | " |
| + | " | ||
| - | GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} | + | " |
| - | ====== Settings ====== | + | EXIT /B |
| - | ===== Lock screen Background ===== | + | :: End</ |
| - | | + | |
| - | C: | + | ===== WinSAT ===== |
| - | ===== Verbose Shutdown ===== | + | " |
| - | **** | + | " |
| - | | + | "%SystemRoot%\System32\WinSAT.exe" |
| - | ===== Remove Power Plans ===== | + | ===== NetFX3 From Install Media ===== |
| - | * For whatever reason, Windows likes to revert to High Performance (or another program switches it) instead of keeping a custom power plan | + | * Change |
| - | * The solution to this is to simply remove all power plans that aren't the custom one... | + | |
| - | ==== Show Plans ==== | + | Dism /online / |
| - | **** | + | ===== Prevent Driver Changes ===== |
| - | powercfg /list | + | ==== Notes ==== |
| - | ==== Ultimate Power Plan ==== | + | * To be done after a proper driver is manually installed |
| + | * This ensures Windows Update nor anything else can replace installed drivers for specific devices unattended | ||
| + | * Additional entries need to add a new number (the value after ''/ | ||
| + | * The device ID can be acquired from Device Manager and should be pasted as-is (no extra slashes) | ||
| - | * [[https:// | + | ==== Base Policies ==== |
| - | | + | |
| - | ==== Remove Plans ==== | + | reg add " |
| - | * Replace '' | + | ==== Format ==== |
| - | | + | |
| + | * Adjust to specific devices as-needed | ||
| - | powercfg -delete 381b4222-f694-41f0-9685-ff5bb260df2e | + | ==== Add Prevent Policy ==== |
| - | ====== Hardware Diagnostics ====== | + | **** |
| - | ===== CPU-Z ===== | + | reg add " |
| - | * https:// | + | ==== Remove Prevent Policy ==== |
| - | ===== FurMark ===== | + | **** |
| - | | + | |
| - | ===== GPU-Z ===== | + | ===== Update Office |
| - | | + | |
| - | ===== HWMonitor ===== | + | " |
| - | | + | |
| - | ===== Intel PDT ===== | + | ====== Services ====== |
| - | * https:// | + | * [[windows; |
| - | * Intel Processor Diagnostic Tool | + | |
| - | ===== prime95 | + | ====== Programs ====== |
| - | * https:// | + | * [[windows:programs|More Programs]] |
| - | ====== Programs ====== | + | ===== 7-Zip ===== |
| - | ===== 7-Zip-zstd ===== | + | |
| - | + | ||
| - | | + | |
| ===== Android Tools ===== | ===== Android Tools ===== | ||
| - | * https:// | + | * [[https:// |
| - | + | * [[https:// | |
| - | * https:// | + | |
| - | + | ||
| - | SETX /M path " | + | |
| ===== aria2 ===== | ===== aria2 ===== | ||
| Line 362: | Line 389: | ||
| * https:// | * https:// | ||
| - | SETX /M path " | + | ===== Brain Workshop ===== |
| - | ===== BleachBit ===== | + | |
| - | + | ||
| - | | + | |
| ===== Calculator ===== | ===== Calculator ===== | ||
| Line 372: | Line 397: | ||
| * Only available on LTSB/LTSC | * Only available on LTSB/LTSC | ||
| - | win32calc | + | |
| - | ===== DirectX End-User | + | ===== DirectX End-User |
| * https:// | * https:// | ||
| - | |||
| - | ===== FileZilla ===== | ||
| - | |||
| - | * https:// | ||
| ===== Firefox ===== | ===== Firefox ===== | ||
| - | ==== Download ==== | + | * https:// |
| + | * https:// | ||
| - | * [[https:// | + | * [[programs;firefox|Settings]] |
| - | * [[https:// | + | |
| - | ==== Settings ==== | + | REG ADD " |
| - | === Default Profile | + | ===== Thunderbird |
| - | + | ||
| - | rd " | + | |
| - | + | ||
| - | md " | + | |
| - | + | ||
| - | == profiles.ini == | + | |
| - | + | ||
| - | notepad " | + | |
| - | + | ||
| - | < | + | |
| - | [General] | + | |
| - | StartWithLastProfile=1 | + | |
| - | + | ||
| - | [Profile0] | + | |
| - | Name=default | + | |
| - | IsRelative=1 | + | |
| - | Path=Profiles/ | + | |
| - | Default=1</ | + | |
| - | + | ||
| - | === user.js === | + | |
| - | + | ||
| - | * Last updated: 2020/ | + | |
| - | + | ||
| - | notepad " | + | |
| - | + | ||
| - | < | + | |
| - | / | + | |
| - | * General * | + | |
| - | | + | |
| - | + | ||
| - | user_pref(" | + | |
| - | user_pref(" | + | |
| - | + | ||
| - | user_pref(" | + | |
| - | user_pref(" | + | |
| - | user_pref(" | + | |
| - | user_pref(" | + | |
| - | user_pref(" | + | |
| - | + | ||
| - | user_pref(" | + | |
| - | user_pref(" | + | |
| - | user_pref(" | + | |
| - | user_pref(" | + | |
| - | user_pref(" | + | |
| - | user_pref(" | + | |
| - | + | ||
| - | / | + | |
| - | * Privacy * | + | |
| - | | + | |
| - | + | ||
| - | user_pref(" | + | |
| - | user_pref(" | + | |
| - | user_pref(" | + | |
| - | user_pref(" | + | |
| - | user_pref(" | + | |
| - | user_pref(" | + | |
| - | user_pref(" | + | |
| - | + | ||
| - | user_pref(" | + | |
| - | user_pref(" | + | |
| - | user_pref(" | + | |
| - | + | ||
| - | user_pref(" | + | |
| - | user_pref(" | + | |
| - | user_pref(" | + | |
| - | + | ||
| - | user_pref(" | + | |
| - | + | ||
| - | user_pref(" | + | |
| - | user_pref(" | + | |
| - | user_pref(" | + | |
| - | + | ||
| - | /******* | + | |
| - | * U2F * | + | |
| - | | + | |
| - | + | ||
| - | user_pref(" | + | |
| - | + | ||
| - | / | + | |
| - | * Tweaks * | + | |
| - | | + | |
| - | + | ||
| - | user_pref(" | + | |
| - | user_pref(" | + | |
| - | user_pref(" | + | |
| - | + | ||
| - | /******* | + | |
| - | * END * | + | |
| - | | + | |
| - | + | ||
| - | === Apply Settings === | + | |
| - | + | ||
| - | * :!: Firefox must be started for the first time with the '' | + | |
| - | + | ||
| - | " | + | |
| - | + | ||
| - | ==== Remove Features ==== | + | |
| - | + | ||
| - | **** | + | |
| - | + | ||
| - | rd " | + | |
| - | + | ||
| - | ==== Extensions ==== | + | |
| - | + | ||
| - | * Decentraleyes | + | |
| - | * HTTPS Everywhere | + | |
| - | * Privacy Possum | + | |
| - | * Cookie AutoDelete | + | |
| - | * uBlock Origin | + | |
| - | + | ||
| - | * https:// | + | |
| - | * https:// | + | |
| - | * https:// | + | |
| - | * https:// | + | |
| - | * https:// | + | |
| - | + | ||
| - | === Cookie AutoDelete === | + | |
| - | + | ||
| - | * [x] Enable Automatic Cleaning? Delay Before Cleaning | + | |
| - | * [x] Enable Cleanup on Domain Change | + | |
| - | * [ ] Enable Cleanup Log and Counter | + | |
| - | * [ ] Show Notification After Cookie Cleanup | + | |
| - | * [x] Clean Cookies from Open Tabs on Startup | + | |
| - | * [x] Localstorage Cleanup (Firefox 58+) | + | |
| - | + | ||
| - | === uBlock Origin === | + | |
| - | + | ||
| - | == Settings == | + | |
| - | + | ||
| - | * [x] Prevent WebRTC from leaking local IP addresses | + | |
| - | + | ||
| - | == Filter lists == | + | |
| - | + | ||
| - | * [ ] Ads -> EasyList ((uncheck; included in '' | + | |
| - | * [ ] Privacy -> EasyPrivacy ((uncheck; included in '' | + | |
| - | + | ||
| - | * Multipurpose -> [x] Dan Pollock' | + | |
| - | * Multipurpose -> [x] hpHost' | + | |
| - | * Multipurpose -> [x] MVPS HOSTS | + | |
| - | + | ||
| - | * Custom -> [x] Import | + | |
| - | + | ||
| - | == Custom 3rd-party filters == | + | |
| - | + | ||
| - | * Last updated: 2018/ | + | |
| - | + | ||
| - | < | + | |
| - | https:// | + | |
| - | https:// | + | |
| - | https:// | + | |
| - | https:// | + | |
| - | https:// | + | |
| - | https:// | + | |
| - | https:// | + | |
| - | + | ||
| - | ==== Testing Sites ==== | + | |
| - | * https:// | + | * https:// |
| - | * https:// | + | |
| - | * https:// | + | |
| - | * https:// | + | |
| - | * https:// | + | |
| - | * https:// | + | |
| - | * https:// | + | |
| - | * https://1.1.1.1/ | + | |
| ===== GIMP ===== | ===== GIMP ===== | ||
| Line 562: | Line 420: | ||
| * https:// | * https:// | ||
| - | ===== Google Chrome ===== | + | * Install for me only (recommended) |
| - | + | * Compact installation (no components) | |
| - | * https:// | + | * Launch -> Create -> '' |
| - | + | ||
| - | ===== iTunes ===== | + | |
| - | + | ||
| - | * https:// | + | |
| ===== KeePassXC ===== | ===== KeePassXC ===== | ||
| * https:// | * https:// | ||
| - | |||
| - | ===== Keybase ===== | ||
| - | |||
| - | * https:// | ||
| - | |||
| - | ===== KMS-VL-ALL ===== | ||
| - | |||
| - | * https:// | ||
| - | * https:// | ||
| ===== LibreOffice ===== | ===== LibreOffice ===== | ||
| Line 587: | Line 432: | ||
| * https:// | * https:// | ||
| - | ===== MarkC Mouse Acceleration Fix ===== | + | * '' |
| - | * https:// | + | ===== Okular ===== |
| - | ===== mpv ===== | + | |
| - | + | ||
| - | | + | |
| - | * https://mpv.io/ | + | |
| ===== Notepad++ ===== | ===== Notepad++ ===== | ||
| - | * https:// | + | * https:// |
| ===== OBS ===== | ===== OBS ===== | ||
| - | * https://obsproject.com/download | + | * https://github.com/obsproject/ |
| - | ===== Oculus | + | ===== qBittorrent |
| - | * https:// | + | * https:// |
| - | ==== Backup/ | + | ===== VC++ Redist ===== |
| - | * Let Oculus download its 5.15GB installer | + | * https:// |
| - | * While it is installing, backup the '' | + | |
| - | * If restoring, copy '' | + | |
| - | * If an updated Oculus client is available, it will download instead of restoring | + | |
| - | ==== OBS Mirror | + | ===== VLC media player ===== |
| - | * https://developer.oculus.com/documentation/native/pc/dg-compositor-mirror/? | + | * https://download.videolan.org/pub/videolan/vlc/last/win64/ |
| - | + | * https:// | |
| - | < | + | |
| - | + | ||
| - | ===== Rufus ===== | + | |
| - | + | ||
| - | * https:// | + | |
| - | + | ||
| - | ===== Thunderbird ===== | + | |
| - | + | ||
| - | * https:// | + | |
| - | + | ||
| - | * :!: There is a 64-bit version of Thunderbird for Windows | + | |
| - | + | ||
| - | ===== Transmission ===== | + | |
| - | + | ||
| - | * https:// | + | |
| - | + | ||
| - | http:// | + | |
| - | + | ||
| - | ===== Visual C++ Redistributable Runtimes ===== | + | |
| - | + | ||
| - | * https:// | + | |
| - | * https:// | + | |
| ===== Vulkan Runtime ===== | ===== Vulkan Runtime ===== | ||
| - | * https:// | + | * https:// |
| - | * https:// | + | |
| - | + | ||
| - | ===== WireGuard ===== | + | |
| - | + | ||
| - | * :!: If kill switch is enabled, all local network resources can't be accessed | + | |
| - | + | ||
| - | * https:// | + | |
| - | + | ||
| - | ==== VPN.AC ==== | + | |
| - | + | ||
| - | * https:// | + | |
| - | * https:// | + | |
| ====== Games ====== | ====== Games ====== | ||
| Line 662: | Line 467: | ||
| ===== Battle.net App ===== | ===== Battle.net App ===== | ||
| - | * http:// | + | * https:// |
| - | + | * [[http:// | |
| - | ===== Path of Exile ===== | + | * TODO: [[games; |
| - | + | ||
| - | * https:// | + | |
| ===== Steam ===== | ===== Steam ===== | ||
| * https:// | * https:// | ||
| + | * See [[games; | ||
| - | ==== Beat Saber ==== | + | ==== Shortcut |
| - | **** | + | |
| - | < | + | " |
| - | ==== Blade & Sorcery ==== | + | Steam (min) |
| - | **** | + | ====== Drivers ====== |
| - | < | + | * See [[windows: |
| - | ===== Diablo II ===== | + | ===== Spinesnap |
| - | ==== Glide Wrapper ==== | + | * [[https:// |
| - | * http:// | + | ==== Keyboard ==== |
| - | ===== Guild Wars 2 ===== | + | * EPOMAKER x LEOBOG Hi75 |
| - | * https://account.arena.net/content/download/gw2/win/64 | + | * https://epomaker.com/blogs/firmware/ |
| + | * https:// | ||
| - | " | + | ==== Mouse ==== |
| - | | + | |
| - | "C:\Program Files\Guild Wars 2\Gw2-64.exe" -repair | + | "%ProgramFiles(x86)%\Microsoft\Edge\Application\msedge_proxy.exe" --app=" |
| - | ====== Drivers ====== | + | " |
| - | + | ||
| - | ===== Spinesnap ===== | + | |
| - | + | ||
| - | * [[https:// | + | |
| - | + | ||
| - | ==== Wireless ==== | + | |
| - | + | ||
| - | * Intel Corporation Wireless-AC 9560 [Jefferson Peak] (rev 10) | + | |
| - | * Intel(R) Wireless-AC 9560 160MHz | + | |
| - | + | ||
| - | * [[https://downloadcenter.intel.com/product/59485/Wireless-Networking|Intel Official]] | + | |
| - | * [[https:// | + | |
| - | ==== Bluetooth | + | ==== SATA/ |
| - | * [[https:// | + | * :!: Intel RST Premium driver with RST/RAID enabled caused random BSoDs ((Standard AHCI Win10 and native NVMe Win11 24H2+ both fine)) |
| - | * [[https:// | + | |
| ==== Ethernet ==== | ==== Ethernet ==== | ||
| - | * Realtek Semiconductor Co., Ltd. RTL8111/ | + | * I219-LM |
| - | * Realtek PCIe GbE Family Controller | + | * Intel Corporation |
| - | * [[https:// | + | * https:// |
| - | * [[https://ftp.station-drivers.com/ | + | |
| - | ==== Integrated Graphics | + | ==== Wireless |
| - | * Intel Corporation UHD Graphics 630 (Mobile) | + | * AX210 |
| - | * Intel(R) UHD Graphics 630 | + | |
| - | * [[https://downloadcenter.intel.com/download/29465|Intel Official]] | + | * https://www.intel.com/content/www/us/en/products/ |
| - | * [[https://forums.laptopvideo2go.com/forum/174-intel-video-drivers-and-tools/|LaptopVideo2Go Forums]] | + | |
| - | === Notes === | + | ==== Graphics ==== |
| - | * Control panel randomly downloads at some point | + | * Intel UHD Graphics 630 |
| + | * Intel Corporation CoffeeLake-H GT2 [UHD Graphics 630] | ||
| - | ==== Discrete Graphics ==== | + | * https:// |
| - | * NVIDIA Corporation GP106M [GeForce GTX 1060 Mobile] (rev a1) | + | === 8GB VRAM === |
| - | * NVIDIA GeForce GTX 1060 | + | |
| - | * NVIDIA Corporation GP106 High Definition Audio Controller | + | * :?: Aperture size and other BIOS options affect available memory |
| - | | + | |
| - | * [[https://forums.guru3d.com/threads/ | + | |
| - | * [[https:// | + | |
| - | === Notes === | + | ===== Boulderback |
| - | + | ||
| - | * :!: Remove the '' | + | |
| - | * :!: Example URLs: [[http:// | + | |
| - | + | ||
| - | == Manual Telemetry Strip == | + | |
| - | + | ||
| - | * :!: Keep the following folders/ | + | |
| - | + | ||
| - | * '' | + | |
| - | * '' | + | |
| - | * '' | + | |
| - | * '' | + | |
| - | * '' | + | |
| - | * '' | + | |
| - | * '' | + | |
| - | * '' | + | |
| - | * '' | + | |
| - | + | ||
| - | * :!: Create a '' | + | |
| - | + | ||
| - | setup.exe -s Display.Driver | + | |
| ==== Chipset ==== | ==== Chipset ==== | ||
| - | * Intel Corporation Cannon Lake PCH | + | * https://www.dell.com/support/home/en-us/drivers/driversdetails?driverid=r0jhr&oscode=w764&productcode=precision-m6500 |
| - | + | * ''9.1.1.1025'' | |
| - | * [[https://downloadcenter.intel.com/download/28531|Intel Official]] | + | |
| - | * [[https:// | + | |
| - | + | ||
| - | ==== Serial IO ==== | + | |
| - | + | ||
| - | * Intel Corporation Cannon Lake PCH Serial IO I2C Controller #0 (rev 10) | + | |
| - | * Intel(R) Serial IO I2C Host Controller - A368 | + | |
| - | + | ||
| - | * Intel Corporation Cannon Lake PCH Serial IO I2C Controller #1 (rev 10) | + | |
| - | * Intel(R) Serial IO I2C Host Controller - A369 | + | |
| - | + | ||
| - | * Intel Corporation Cannon Lake PCH Serial IO UART Host Controller (rev 10) | + | |
| - | * Intel(R) Serial IO UART Host Controller - A328 | + | |
| - | + | ||
| - | * [[https:// | + | |
| - | + | ||
| - | === Notes === | + | |
| - | + | ||
| - | * The latest version is tricky to get from Station-Drivers since some work and others don't ID match | + | |
| - | * Latest known good: 30.100.1947.3 | + | |
| - | * Not compatible: 30.100.1932.6, | + | |
| - | + | ||
| - | ==== Audio ==== | + | |
| - | + | ||
| - | * Intel Corporation Cannon Lake PCH cAVS (rev 10) | + | |
| - | * Realtek High Definition Audio | + | |
| - | + | ||
| - | * ALC255 | + | |
| - | + | ||
| - | * [[https:// | + | |
| - | * [[https:// | + | |
| - | + | ||
| - | === Notes === | + | |
| - | + | ||
| - | * FF00 is wanted if given a choice since it's Generic | + | |
| - | + | ||
| - | ==== RST/NVMe ==== | + | |
| - | + | ||
| - | * Intel Corporation SSD Pro 7600p/ | + | |
| - | * Intel(R) NVMe Controller | + | |
| - | + | ||
| - | * [[https:// | + | |
| - | * [[https:// | + | |
| - | + | ||
| - | === Notes === | + | |
| - | + | ||
| - | * The RST driver package provides the driver for both the SATA controller and NVMe drive, regardless of the NVMe drive being port-remapped or not | + | |
| - | + | ||
| - | ==== AHCI ==== | + | |
| - | + | ||
| - | * Intel Corporation SSD Pro 7600p/ | + | |
| - | + | ||
| - | * [[https:// | + | |
| - | * [[https:// | + | |
| - | + | ||
| - | === Notes === | + | |
| - | + | ||
| - | * If RST is disabled, use the Intel Official driver for the NVMe drive, and use the AHCI driver provided from Win-Raid Forum for the SATA controller | + | |
| - | + | ||
| - | ==== Card Reader ==== | + | |
| - | + | ||
| - | * Realtek Semiconductor Co., Ltd. RTL8411B PCI Express Card Reader (rev 01) | + | |
| - | * Realtek PCIE CardReader | + | |
| - | + | ||
| - | * [[https:// | + | |
| - | + | ||
| - | ==== Mouse ==== | + | |
| - | + | ||
| - | * Corsair Gaming HARPOON RGB Mouse | + | |
| - | + | ||
| - | * [[https:// | + | |
| - | + | ||
| - | ==== I2C Touchpad ==== | + | |
| - | + | ||
| - | * ELAN0504:01 04F3:3091 Touchpad | + | |
| - | * ELAN I2C Filter Driver | + | |
| - | + | ||
| - | * [[https:// | + | |
| - | + | ||
| - | === Notes === | + | |
| - | + | ||
| - | * The I2C driver doesn't exist on Station-Drivers | + | |
| - | + | ||
| - | ===== Piety ===== | + | |
| - | + | ||
| - | * http:// | + | |
| - | + | ||
| - | * Dell Inspiron 17 5767 | + | |
| - | + | ||
| - | ==== AMD Radeon R7 M445/440 ==== | + | |
| - | + | ||
| - | * http:// | + | |
| - | + | ||
| - | ==== Intel Management Engine Interface ==== | + | |
| - | + | ||
| - | * Intel Corporation Cannon Lake PCH HECI Controller (rev 10) | + | |
| - | + | ||
| - | * [[http:// | + | |
| - | * [[https:// | + | |
| - | + | ||
| - | ==== Realtek Ethernet ==== | + | |
| - | + | ||
| - | * https:// | + | |
| - | + | ||
| - | ==== Intel HD Graphics ==== | + | |
| - | + | ||
| - | * https:// | + | |
| - | * https:// | + | |
| - | + | ||
| - | ==== Intel Chipset ==== | + | |
| - | + | ||
| - | * https:// | + | |
| - | + | ||
| - | ==== Intel Management Engine Interface ==== | + | |
| - | + | ||
| - | * http:// | + | |
| - | * https:// | + | |
| - | + | ||
| - | * Intel MEI | + | |
| - | + | ||
| - | ==== Intel Rapid Storage Technology ==== | + | |
| - | + | ||
| - | * http:// | + | |
| - | * https:// | + | |
| - | + | ||
| - | * Intel RST | + | |
| - | + | ||
| - | ==== Intel Wireless ==== | + | |
| - | + | ||
| - | * https:// | + | |
| - | + | ||
| - | ==== Intel Bluetooth ==== | + | |
| - | + | ||
| - | * https:// | + | |
| - | + | ||
| - | ===== Hatebeat/ | + | |
| - | + | ||
| - | ==== AMD Radeon HD 6800 Series ==== | + | |
| - | + | ||
| - | * https:// | + | |
| - | + | ||
| - | aria2c " | + | |
| - | ==== AMD Chipset | + | ==== Graphics |
| - | * https://support.amd.com/en-us/download/chipset? | + | * https://www.amd.com/ |
| + | * [[https:// | ||
| - | aria2c " | ||
C:/www/wiki/data/attic/windows/10.1592345858.txt.gz · Last modified: by Sean Rhone
