| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| windows:10 [2026/04/14 20:40] – [SMB] Sean Rhone | windows:10 [2026/06/01 07:20] (current) – [Hide SSH] Sean Rhone |
|---|
| |
| * Microsoft Windows 10 IoT Enterprise LTSC | * Microsoft Windows 10 IoT Enterprise LTSC |
| * Version 21H2 (OS Build 19044.7184) | * Version 21H2 (OS Build 19044.7291) |
| |
| ====== Resources ====== | ====== Resources ====== |
| * 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) | * 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) |
| | * https://gist.github.com/StefanoBelli/0aab46b858a797c4eedb90e8799dffa2?permalink_comment_id=4157856#gistcomment-4157856 (check GPE interrupt ''System'' process) |
| | |
| | <code>netstat -na | Select-String "80" |
| | netsh "branchcache" set service "DISABLED"</code> |
| |
| ====== 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> |
| |
| * https://learn.microsoft.com/en-us/azure/virtual-desktop/rdp-properties | * https://learn.microsoft.com/en-us/azure/virtual-desktop/rdp-properties |
| | * [[https://learn.microsoft.com/en-us/previous-versions/windows/apps/hh994953(v=win.10)|https://learn.microsoft.com/en-us/previous-versions/windows/apps/hh994953(v=win.10)]] |
| |
| "%SystemRoot%\System32\notepad.exe" "%UserProfile%\Documents\Alira (LAN).rdp" | "%SystemRoot%\System32\notepad.exe" "%UserProfile%\Documents\Alira (LAN).rdp" |
| <code> | <code> |
| full address:s:192.168.1.152 | full address:s:192.168.1.152 |
| | networkautodetect:i:0 |
| | connection type:i:6 |
| | gatewayusagemethod:i:4 |
| | use redirection server name:i:0 |
| | prompt for credentials:i:0 |
| | allow font smoothing:i:1 |
| redirectprinters:i:0 | redirectprinters:i:0 |
| redirectcomports:i:0 | redirectcomports:i:0 |
| * [[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 ====== |
| |
| TcpNoDelay | TcpNoDelay |
| | |
| | ===== Hide SSH Folder ===== |
| | |
| | **** |
| | |
| | "%SystemRoot%\System32\attrib.exe" +H "%UserProfile%\.ssh" |
| |
| ====== 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 ===== |
| * Compact installation (no components) | * Compact installation (no components) |
| * Launch -> Create -> ''[ ]'' Show on Start | * Launch -> Create -> ''[ ]'' Show on Start |
| | |
| | ==== Hide Keyrings ==== |
| | |
| | **** |
| | |
| | "%SystemRoot%\System32\attrib.exe" +H "%UserProfile%\.dbus-keyrings" |
| |
| ===== KeePassXC ===== | ===== KeePassXC ===== |
| |
| * https://forums.mydigitallife.net/threads/repack-visual-c-redistributable-runtimes-2025-10-17.76588/ | * https://forums.mydigitallife.net/threads/repack-visual-c-redistributable-runtimes-2025-10-17.76588/ |
| | * https://github.com/abbodi1406/vcredist/releases |
| |
| ===== VLC media player ===== | ===== VLC media player ===== |
| ==== 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 ==== |
| * I219-LM Gigabit | * I219-LM Gigabit |
| * Intel Corporation Ethernet Connection (7) I219-LM (rev 10) ((rev 10 drivers, not rev 18+)) | * Intel Corporation Ethernet Connection (7) I219-LM (rev 10) ((rev 10 drivers, not rev 18+)) |
| | * :?: 2026/05/23: ''12.19.2.64'' limits ''Receive'' and ''Transmit Buffers'' to ''2048'' on [[windows:11_ltsc|W11]], but can do ''4096''+ on 10 |
| |
| * https://www.intel.com/content/www/us/en/products/sku/82185/intel-ethernet-connection-i219lm/downloads.html | * https://www.intel.com/content/www/us/en/products/sku/82185/intel-ethernet-connection-i219lm/downloads.html |