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/07/29 08:51] Sean Rhonewindows:10 [2026/08/13 23:03] (current) – [Information] 19044.7663 Sean Rhone
Line 2: Line 2:
  
   * Microsoft Windows 10 IoT Enterprise LTSC   * Microsoft Windows 10 IoT Enterprise LTSC
-  * Version 21H2 (OS Build 19044.7548)+  * Version 21H2 (OS Build 19044.7663)
  
 ====== Resources ====== ====== Resources ======
Line 9: Line 9:
   * [[windows:notes:env_paths|Env PATH Variables]]   * [[windows:notes:env_paths|Env PATH Variables]]
   * [[windows;notes;misc]]   * [[windows;notes;misc]]
 +
   * [[https://learn.microsoft.com/en-us/windows/win32/debug/system-error-codes--0-499-|System Error Codes (0-499+)]]   * [[https://learn.microsoft.com/en-us/windows/win32/debug/system-error-codes--0-499-|System Error Codes (0-499+)]]
   * [[https://learn.microsoft.com/en-us/windows/deployment/update/windows-update-error-reference|Windows Update error codes]]   * [[https://learn.microsoft.com/en-us/windows/deployment/update/windows-update-error-reference|Windows Update error codes]]
- 
-===== TODOs ===== 
- 
-  * https://learn.microsoft.com/en-us/windows/client-management/mdm/policy-csp-lanmanserver 
-  * https://learn.microsoft.com/en-us/windows/client-management/mdm/policy-csp-privacy 
- 
-<code>netstat -na | Select-String "80" 
-netsh "branchcache" set service "DISABLED"</code> 
  
 ====== Updates ====== ====== Updates ======
Line 159: Line 152:
  
   "powercfg.exe" /Qh   "powercfg.exe" /Qh
- 
-===== SMB ===== 
- 
-  "%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -Command "Set-SmbClientConfiguration -EnableBandwidthThrottling 0 -Force" 
  
 ===== Disable Clipboard History ===== ===== Disable Clipboard History =====
Line 231: Line 220:
  
   "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\FipsAlgorithmPolicy" /v "Enabled" /t "REG_DWORD" /d "1" /f   "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\FipsAlgorithmPolicy" /v "Enabled" /t "REG_DWORD" /d "1" /f
- 
-  "%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -Command "$md5 = New-Object -TypeName 'System.Security.Cryptography.MD5CryptoServiceProvider'" 
  
 ===== Remove Quick Access ===== ===== Remove Quick Access =====
Line 251: Line 238:
  
   reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "VerboseStatus" /t REG_DWORD /d "1" /f   reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "VerboseStatus" /t REG_DWORD /d "1" /f
- 
-===== DX Refresh Rate ===== 
- 
-  * https://steamcommunity.com/app/227600/discussions/0/864979008327344181/ 
-  * [[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 "760" /reg:64 /f 
- 
-  REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectDraw" /v "ForceRefreshRate" /t "REG_DWORD" /d "760" /reg:32 /f 
  
 ====== Other ====== ====== Other ======
Line 266: Line 244:
  
   * https://scripttiger.github.io/alts/   * https://scripttiger.github.io/alts/
- +  * [[windows:notes:default_hosts|Default]]
-==== Back-up ==== +
- +
-  COPY /-Y "%SystemRoot%\System32\drivers\etc\hosts" "%SystemRoot%\System32\drivers\etc\hosts.bak" +
- +
-  "%SystemRoot%\explorer.exe" "%SystemRoot%\System32\drivers\etc"+
  
 ==== fakenews + gambling ==== ==== fakenews + gambling ====
/usr/local/www/wiki/data/attic/windows/10.1785329478.txt.gz · Last modified: by Sean Rhone