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
windows:10 [2026/03/29 12:30] – [SATA/RST] Sean Rhonewindows:10 [2026/04/14 21:18] (current) – [SATA/RST] Sean Rhone
Line 2: Line 2:
  
   * 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 ======
Line 13: Line 13:
   * 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 =====
Line 23: Line 22:
   * 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 ======
Line 32: Line 32:
  
 ===== 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>
Line 103: Line 109:
 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>
Line 114: Line 124:
  
 ==== 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"
Line 166: Line 178:
 ===== 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 =====
Line 287: Line 301:
   * [[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 ======
Line 361: Line 375:
  
 ===== 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"
Line 367: Line 383:
  
   Update Office   Update Office
 +
 +===== TCP ACK =====
 +
 +  * ''DWORD'' = ''1'' for both
 +
 +  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces
 +
 +  TcpAckFrequency
 +
 +  TcpNoDelay
  
 ====== Services ====== ====== Services ======
Line 392: Line 418:
  
   * 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 =====
Line 409: Line 429:
  
   * [[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 =====
Line 513: Line 531:
 ==== 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 ====
/var/www/wiki/data/attic/windows/10.1774801816.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki