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/12 12:05] – [Graphics] 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 16: Line 16:
 ===== TODOs ===== ===== TODOs =====
  
-  * https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/bcdedit--set ([[windows;10?rev=1742081524#bcdedit|older rev]]) 
   * https://learn.microsoft.com/en-us/troubleshoot/windows-server/remote/frame-rate-limited-to-30-fps (60 FPS RDP)   * https://learn.microsoft.com/en-us/troubleshoot/windows-server/remote/frame-rate-limited-to-30-fps (60 FPS RDP)
   * https://ss64.com/nt/title.html (''TITLE'' in batch files)   * https://ss64.com/nt/title.html (''TITLE'' in batch files)
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 138: Line 150:
 ===== BCDEdit ===== ===== BCDEdit =====
  
-  "bcdedit.exe" /set "disabledynamictick" "Yes" +  * [[windows;notes;bcdedit|Notes]]
- +
-  "bcdedit.exe" /set "nx" "AlwaysOff" +
- +
-  "bcdedit.exe" /debug "Off" +
- +
-  "bcdedit.exe" /bootdebug "Off" +
- +
-  "bcdedit.exe" /ems "Off" +
- +
-  "bcdedit.exe" /event "Off" +
- +
-  "bcdedit.exe" /set "hypervisorlaunchtype" "Off" +
- +
-  "bcdedit.exe" /set "hypervisordebug" "Off" +
- +
-  "bcdedit.exe" /set "vsmlaunchtype" Off" +
- +
-  "bcdedit.exe" /set "pae" "ForceDisable"+
  
 ===== Microsoft Edge ===== ===== Microsoft Edge =====
Line 184: 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 305: 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 379: 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 385: 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 410: 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 427: 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 476: Line 476:
   * 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 =====
Line 505: Line 509:
  
   * See [[windows:drivers|Drivers]] for more URLs   * See [[windows:drivers|Drivers]] for more URLs
- 
-===== Boulderback ===== 
- 
-==== Chipset ==== 
- 
-  * https://www.dell.com/support/home/en-us/drivers/driversdetails?driverid=r0jhr&oscode=w764&productcode=precision-m6500 
-  * ''9.1.1.1025'' 
- 
-==== Graphics ==== 
- 
-  * https://www.amd.com/en/support/downloads/drivers.html/graphics/firepro/firepro-mobility-series/firepro-m7820-mobility.html 
-  * [[https://drivers.amd.com/drivers/amdcleanuputility.exe|amdcleanuputility.exe]] 
  
 ===== Spinesnap ===== ===== Spinesnap =====
Line 539: Line 531:
 ==== SATA/RST ==== ==== SATA/RST ====
  
-  * Last tested: ''17.7.1.1010'' ((''17.11'' branch has extra RST driver + Service))+  * ''16.8.5.1014'' ((OpROM is ''16.0.2.3402'', ''16.8.5.1014.5'' release notes matches latest v16 branch))
  
 ==== Ethernet ==== ==== Ethernet ====
Line 545: Line 537:
   * 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+))
-  * TODO: https://www.intel.com/content/www/us/en/download/19814/ethernet-cmdlets-for-microsoft-windows-for-powershell.html 
  
-  * [[https://www.intel.com/content/www/us/en/products/sku/82185/intel-ethernet-connection-i219lm/downloads.html|Intel Download Center]] +  * https://www.intel.com/content/www/us/en/products/sku/82185/intel-ethernet-connection-i219lm/downloads.html
-  * Last tested: ''Wired_driver_30.5_x64.zip''+
  
 ==== Wireless ==== ==== Wireless ====
  
   * AX210   * AX210
-  * Last tested: ''WiFi-23.170.0-Driver64-Win10-Win11.zip'' 
  
-=== TODO === +  * https://www.intel.com/content/www/us/en/products/sku/204836/intel-wifi-6e-ax210-gig/downloads.html
- +
-  :?: Sources +
- +
-  * [[https://www.intel.com/content/www/us/en/products/sku/99446/intel-wirelessac-9560/downloads.html|Intel Download Center]] (IT Administrators 8-)) +
-  * Last tested: ''WiFi-23.110.0-Driver64-Win10-Win11.zip'' +
-  * TODO: [[https://www.station-drivers.com/index.php/en/component/remository/Drivers/Intel/Wlan/PROSet-Wireless-WiFi-Software/PROSet-Wireless-WiFi-Software-Version-23.x/orderby,4/lang,en-gb/|Station-Drivers]] ((as of recently 9560 and AX210 have no Windows drivers listed on Intel DL center)) +
-  * TODO: https://rog-forum.asus.com/t5/downloads-for-motherboards/drivers-intel-ethernet-wifi-bluetooth/td-p/878985 (also Ethernet) +
- +
-=== Bluetooth === +
- +
-  * ''BT-23.170.0-64UWD-Win10-Win11.zip''+
  
 ==== Graphics ==== ==== Graphics ====
Line 573: Line 551:
   * Intel Corporation CoffeeLake-H GT2 [UHD Graphics 630]   * Intel Corporation CoffeeLake-H GT2 [UHD Graphics 630]
  
-  * [[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://www.intel.com/content/www/us/en/support/products/126790/graphics/processor-graphics/intel-uhd-graphics-family/intel-uhd-graphics-630.html
-  * Last tested: ''gfx_win_101.2137.exe''+
  
 === 8GB VRAM === === 8GB VRAM ===
Line 582: Line 559:
   "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\GMM" /v "DedicatedSegmentSize" /t "REG_DWORD" /d "8192" /f   "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\GMM" /v "DedicatedSegmentSize" /t "REG_DWORD" /d "8192" /f
  
-== Old Notes ==+===== Boulderback =====
  
-  * https://www.reddit.com/r/Returnal/comments/114z3m3/intel_integrated_gpu_vram_dedicatedsegmentsize/?tl=de +==== Chipset ====
-  * :!: Decimal +
-  * Shows in ''dxdiag'' +
-  * Has to be under the GUID and not old plain Intel registry path (DCH) +
-  * :?: Increases dedicated higher than default 128MB, but seems to limit elsewhere ((''7086'' is reported somewhere and is the limit even with ''DedicatedSegmentSize=8192''))+
  
-  REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\GMM" /v "DedicatedSegmentSize" /t REG_DWORD /d "8192" /f+  * https://www.dell.com/support/home/en-us/drivers/driversdetails?driverid=r0jhr&oscode=w764&productcode=precision-m6500 
 +  * ''9.1.1.1025''
  
-  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\GMM+==== Graphics ====
  
-  DedicatedSegmentSize+  * https://www.amd.com/en/support/downloads/drivers.html/graphics/firepro/firepro-mobility-series/firepro-m7820-mobility.html 
 +  * [[https://drivers.amd.com/drivers/amdcleanuputility.exe|amdcleanuputility.exe]]
  
/var/www/wiki/data/attic/windows/10.1773331519.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