User Tools

Site Tools


windows:10_ltsc_server

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_ltsc_server [2026/03/11 13:59] Sean Rhonewindows:10_ltsc_server [2026/04/15 09:24] (current) – [Information] 19044.7184 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)
   * Server ((see [[windows;10|main notes]] for desktop))   * Server ((see [[windows;10|main notes]] for desktop))
  
Line 16: Line 16:
 ==== System Properties ==== ==== System Properties ====
  
-  SystemPropertiesAdvanced.exe+  "%SystemRoot%\System32\SystemPropertiesAdvanced.exe"
  
   System Props   System Props
Line 26: Line 26:
   "%SystemRoot%\System32\cleanmgr.exe" /sageset:9999   "%SystemRoot%\System32\cleanmgr.exe" /sageset:9999
  
-  "notepad.exe" "%UserProfile%\Downloads\Maintenance.bat"+  "%SystemRoot%\System32\notepad.exe" "%UserProfile%\Downloads\Maintenance.bat"
  
 <code> <code>
Line 34: Line 34:
 CD "%Temp%" CD "%Temp%"
  
-:: System File Check, Cleanup, and Repair 
 "%SystemRoot%\System32\Dism.exe" /online /Cleanup-Image /StartComponentCleanup /ResetBase /RestoreHealth "%SystemRoot%\System32\Dism.exe" /online /Cleanup-Image /StartComponentCleanup /ResetBase /RestoreHealth
 "%SystemRoot%\System32\sfc.exe" /scannow "%SystemRoot%\System32\sfc.exe" /scannow
  
-:: Disk Cleanup 
 "%SystemRoot%\System32\cleanmgr.exe" /sagerun:9999 "%SystemRoot%\System32\cleanmgr.exe" /sagerun:9999
  
-:: Volume Shadow Copy 
 "%SystemRoot%\System32\vssadmin.exe" Delete Shadows /All "%SystemRoot%\System32\vssadmin.exe" Delete Shadows /All
  
-:: USN Change Journal 
 "%SystemRoot%\System32\fsutil.exe" usn deleteJournal /D "%SystemDrive%" "%SystemRoot%\System32\fsutil.exe" usn deleteJournal /D "%SystemDrive%"
  
-:: .NET Framework 4 
 "%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\ngen.exe" update /force /queue "%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\ngen.exe" update /force /queue
 "%SystemRoot%\Microsoft.NET\Framework64\v4.0.30319\ngen.exe" update /force /queue "%SystemRoot%\Microsoft.NET\Framework64\v4.0.30319\ngen.exe" update /force /queue
Line 56: Line 51:
 "%SystemRoot%\System32\timeout.exe" /T "2" /NOBREAK "%SystemRoot%\System32\timeout.exe" /T "2" /NOBREAK
  
-:: Icon Cache 
 DEL /F /Q "%LocalAppData%\Microsoft\Windows\Explorer\"*".db" DEL /F /Q "%LocalAppData%\Microsoft\Windows\Explorer\"*".db"
 DEL /F /Q "%UserProfile%\AppData\Local\IconCache.db" DEL /F /Q "%UserProfile%\AppData\Local\IconCache.db"
- 
-:: Shader Cache 
 DEL /F /Q "%LocalAppData%\D3DSCache\*" DEL /F /Q "%LocalAppData%\D3DSCache\*"
- 
-:: Temp Dirs 
 DEL /F /Q "%LocalAppData%\Temp\*" DEL /F /Q "%LocalAppData%\Temp\*"
 DEL /F /Q "%SystemRoot%\Temp\*" DEL /F /Q "%SystemRoot%\Temp\*"
  
-TIMEOUT /T "2" /NOBREAK+"%SystemRoot%\System32\timeout.exe" /T "2" /NOBREAK
 START explorer.exe START explorer.exe
  
-:: Defrag/Trim 
 "%SystemRoot%\System32\Defrag.exe" /AllVolumes /Defrag /TierOptimize /SlabConsolidate /Retrim /Optimize "%SystemRoot%\System32\Defrag.exe" /AllVolumes /Defrag /TierOptimize /SlabConsolidate /Retrim /Optimize
  
Line 76: Line 65:
  
   "%UserProfile%\Downloads\Maintenance.bat"   "%UserProfile%\Downloads\Maintenance.bat"
- 
-==== Reset Icon Cache ==== 
- 
-  "notepad.exe" "%UserProfile%\Downloads\Reset Icon Cache.bat" 
- 
-<code> 
-@echo off 
- 
-TITLE Reset Icon Cache 
-CD "%Temp%" 
- 
-TASKKILL /F /IM "explorer.exe" 
-TIMEOUT /T "2" /NOBREAK 
-DEL /F /Q "%LocalAppData%\Microsoft\Windows\Explorer\"*".db" 
-DEL /F /Q "%UserProfile%\AppData\Local\IconCache.db" 
-TIMEOUT /T "2" /NOBREAK 
-START explorer.exe 
- 
-:: End</code> 
- 
-  "%UserProfile%\Downloads\Reset Icon Cache.bat" 
  
 ====== Settings ====== ====== Settings ======
Line 235: Line 203:
  
   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
 +
 +===== TODO =====
 +
 +  * [[windows;notes;misc#mem_top_down]]
  
 ====== Services ====== ====== Services ======
Line 277: Line 249:
   * See [[windows:drivers|Drivers]] for more URLs   * See [[windows:drivers|Drivers]] for more URLs
  
-===== Boulderback =====+===== Alira =====
  
 ==== Chipset ==== ==== Chipset ====
/var/www/wiki/data/attic/windows/10_ltsc_server.1773251993.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