| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| windows:10 [2026/03/18 15:00] – Sean Rhone | windows:10 [2026/04/14 21:18] (current) – [SATA/RST] Sean Rhone |
|---|
| |
| * Microsoft Windows 10 IoT Enterprise LTSC | * Microsoft Windows 10 IoT Enterprise LTSC |
| * Version 21H2 (OS Build 19044.7058) | * Version 21H2 (OS Build 19044.7184) |
| |
| ====== Resources ====== | ====== Resources ====== |
| * http://redeem.microsoft.com/ (TODO: Put somewhere else) | * http://redeem.microsoft.com/ (TODO: Put somewhere else) |
| * [[https://github.com/Espionage724/Windows|GitHub Batch Files]] | * [[https://github.com/Espionage724/Windows|GitHub Batch Files]] |
| * https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/registry-entry-control-tcp-acknowledgment-behavior + [[https://support.purestorage.com/bundle/m_microsoft_platform_guide/page/Solutions/Microsoft_Platform_Guide/Multipath-IO_and_Storage_Settings/topics/concept/c_disabling_delayed_ack_and_nagle.html|this]] (TCP ACK) | |
| |
| ===== TODOs ===== | ===== TODOs ===== |
| * https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-10/deployment/compatibility/compatibility-fixes-for-windows-8-windows-7-and-windows-vista | * https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-10/deployment/compatibility/compatibility-fixes-for-windows-8-windows-7-and-windows-vista |
| * https://forums.overclockers.co.uk/threads/windows-disabling-network-throttling.18558659/#post-25335538 | * https://forums.overclockers.co.uk/threads/windows-disabling-network-throttling.18558659/#post-25335538 |
| | * https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/registry-entry-control-tcp-acknowledgment-behavior + [[https://support.purestorage.com/bundle/m_microsoft_platform_guide/page/Solutions/Microsoft_Platform_Guide/Multipath-IO_and_Storage_Settings/topics/concept/c_disabling_delayed_ack_and_nagle.html|this]] (TCP ACK) |
| |
| ====== Updates ====== | ====== Updates ====== |
| |
| ===== Desktop ===== | ===== Desktop ===== |
| | |
| | ==== Calculator ==== |
| | |
| | "%SystemRoot%\System32\win32calc.exe" |
| | |
| | Calculator |
| |
| ==== Maintenance ==== | ==== Maintenance ==== |
| |
| "notepad.exe" "%UserProfile%\Desktop\Maintenance.bat" | "%SystemRoot%\System32\notepad.exe" "%UserProfile%\Desktop\Maintenance.bat" |
| |
| <code> | <code> |
| CD "%Temp%" | CD "%Temp%" |
| |
| "%SystemRoot%\System32\takeown.exe /F "%SystemRoot%\System32\mcupdate_GenuineIntel.dll" | "%SystemRoot%\System32\takeown.exe" /F "%SystemRoot%\System32\mcupdate_GenuineIntel.dll" |
| "%SystemRoot%\System32\icacls.exe" "%SystemRoot%\System32\mcupdate_GenuineIntel.dll" /grant "Administrators:F" | "%SystemRoot%\System32\icacls.exe" "%SystemRoot%\System32\mcupdate_GenuineIntel.dll" /grant "Administrators:F" |
| | |
| DEL /Q "%SystemRoot%\System32\mcupdate_GenuineIntel.dll" | DEL /Q "%SystemRoot%\System32\mcupdate_GenuineIntel.dll" |
| | DIR /B "%SystemRoot%\System32\mcupdate_GenuineIntel.dll" |
| | |
| | PAUSE |
| |
| :: End</code> | :: End</code> |
| |
| ==== RDP ==== | ==== RDP ==== |
| | |
| | * https://learn.microsoft.com/en-us/azure/virtual-desktop/rdp-properties |
| |
| "%SystemRoot%\System32\notepad.exe" "%UserProfile%\Documents\Alira (LAN).rdp" | "%SystemRoot%\System32\notepad.exe" "%UserProfile%\Documents\Alira (LAN).rdp" |
| ===== SMB ===== | ===== SMB ===== |
| |
| * [[windows;notes;smb|Notes]] | **** |
| | |
| | "%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -Command "Set-SmbClientConfiguration -EnableBandwidthThrottling 0 -Force" |
| |
| ===== Disable Clipboard History ===== | ===== Disable Clipboard History ===== |
| * [[https://www.pcgamingwiki.com/wiki/Glossary:Frame_rate_(FPS)#Force_games_to_use_a_custom_refresh_rate|https://www.pcgamingwiki.com/wiki/Glossary:Frame_rate_(FPS)#Force_games_to_use_a_custom_refresh_rate]] | * [[https://www.pcgamingwiki.com/wiki/Glossary:Frame_rate_(FPS)#Force_games_to_use_a_custom_refresh_rate|https://www.pcgamingwiki.com/wiki/Glossary:Frame_rate_(FPS)#Force_games_to_use_a_custom_refresh_rate]] |
| |
| REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectDraw" /v "ForceRefreshRate" /t "REG_DWORD" /d "152" /reg:64 /f | REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectDraw" /v "ForceRefreshRate" /t "REG_DWORD" /d "760" /reg:64 /f |
| |
| REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectDraw" /v "ForceRefreshRate" /t "REG_DWORD" /d "152" /reg:32 /f | REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectDraw" /v "ForceRefreshRate" /t "REG_DWORD" /d "760" /reg:32 /f |
| |
| ====== Other ====== | ====== Other ====== |
| |
| ===== Update Office ===== | ===== Update Office ===== |
| | |
| | * TODO: ''C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft Office Tools'' |
| |
| "%SystemRoot%\explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\Administrative Tools" | "%SystemRoot%\explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\Administrative Tools" |
| |
| Update Office | Update Office |
| | |
| | ===== TCP ACK ===== |
| | |
| | * ''DWORD'' = ''1'' for both |
| | |
| | HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces |
| | |
| | TcpAckFrequency |
| | |
| | TcpNoDelay |
| |
| ====== Services ====== | ====== Services ====== |
| |
| * https://sourceforge.net/projects/brainworkshop/files/brainworkshop/ | * https://sourceforge.net/projects/brainworkshop/files/brainworkshop/ |
| |
| ===== Calculator ===== | |
| |
| * Only available on LTSB/LTSC | |
| |
| "%SystemRoot%\System32\win32calc.exe" | |
| |
| ===== DirectX End-User Runtime ===== | ===== DirectX End-User Runtime ===== |
| |
| * [[programs;firefox|Settings]] | * [[programs;firefox|Settings]] |
| |
| REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%ProgramFiles%\Mozilla Firefox\firefox.exe" /t "REG_SZ" /d "~ HIGHDPIAWARE" /f | |
| |
| ===== Thunderbird ===== | ===== Thunderbird ===== |
| * https://download.videolan.org/pub/videolan/vlc/last/win64/ | * https://download.videolan.org/pub/videolan/vlc/last/win64/ |
| * https://www.videolan.org/vlc/download-windows.html | * https://www.videolan.org/vlc/download-windows.html |
| | |
| | * ''[ ]'' Web plugins |
| | * ''[ ]'' Context Menus |
| | * ''[x]'' Delete preferences and cache |
| |
| ===== Vulkan Runtime ===== | ===== Vulkan Runtime ===== |
| ==== SATA/RST ==== | ==== SATA/RST ==== |
| |
| * :!: Intel RST Premium driver with RST/RAID enabled caused random BSoDs ((Standard AHCI Win10 and native NVMe Win11 24H2+ both fine)) | * ''16.8.5.1014'' ((OpROM is ''16.0.2.3402'', ''16.8.5.1014.5'' release notes matches latest v16 branch)) |
| |
| ==== Ethernet ==== | ==== Ethernet ==== |