| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| windows:10_ltsc_server [2026/01/24 18:43] – [Maintenance] Sean Rhone | windows:10_ltsc_server [2026/04/15 09:24] (current) – [Information] 19044.7184 Sean Rhone |
|---|
| |
| * Microsoft Windows 10 IoT Enterprise LTSC | * Microsoft Windows 10 IoT Enterprise LTSC |
| * Version 21H2 (OS Build 19044.6811) | * Version 21H2 (OS Build 19044.7184) |
| * Server ((see [[windows;10|main notes]] for desktop)) | * Server ((see [[windows;10|main notes]] for desktop)) |
| |
| ==== System Properties ==== | ==== System Properties ==== |
| |
| SystemPropertiesAdvanced.exe | "%SystemRoot%\System32\SystemPropertiesAdvanced.exe" |
| |
| System Props | System Props |
| ==== Maintenance ==== | ==== Maintenance ==== |
| |
| "%SystemRoot%\System32\cleanmgr.exe" /sageset:65535 | "%SystemRoot%\System32\cleanmgr.exe" /sageset:9999 |
| |
| "notepad.exe" "%UserProfile%\Downloads\Maintenance.bat" | "%SystemRoot%\System32\notepad.exe" "%UserProfile%\Downloads\Maintenance.bat" |
| |
| <code> | <code> |
| TITLE Maintenance | TITLE Maintenance |
| CD "%Temp%" | CD "%Temp%" |
| |
| "%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\Framework\v4.0.30319\ngen.exe" executequeueditems | |
| "%SystemRoot%\Microsoft.NET\Framework64\v4.0.30319\ngen.exe" executequeueditems | |
| |
| "%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 |
| |
| "%SystemRoot%\System32\cleanmgr.exe" /sagerun:65535 | "%SystemRoot%\System32\cleanmgr.exe" /sagerun:9999 |
| |
| "%SystemRoot%\System32\vssadmin.exe" Delete Shadows /All | "%SystemRoot%\System32\vssadmin.exe" Delete Shadows /All |
| |
| "%SystemRoot%\System32\Defrag.exe" /AllVolumes /Defrag /TierOptimize /SlabConsolidate /Retrim /Optimize | "%SystemRoot%\System32\fsutil.exe" usn deleteJournal /D "%SystemDrive%" |
| |
| CALL "%UserProfile%\Downloads\Reset Icon Cache.bat" | "%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\Framework\v4.0.30319\ngen.exe" executequeueditems |
| | "%SystemRoot%\Microsoft.NET\Framework64\v4.0.30319\ngen.exe" executequeueditems |
| |
| :: End</code> | "%SystemRoot%\System32\taskkill.exe" /F /IM "explorer.exe" |
| | "%SystemRoot%\System32\timeout.exe" /T "2" /NOBREAK |
| |
| "%UserProfile%\Downloads\Maintenance.bat" | |
| |
| ==== Reset Icon Cache ==== | |
| |
| "notepad.exe" "%UserProfile%\Downloads\Reset Icon Cache.bat" | |
| |
| <code> | |
| TASKKILL /F /IM "explorer.exe" | |
| TIMEOUT /T "2" /NOBREAK | |
| 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" |
| TIMEOUT /T "2" /NOBREAK | DEL /F /Q "%LocalAppData%\D3DSCache\*" |
| | DEL /F /Q "%LocalAppData%\Temp\*" |
| | DEL /F /Q "%SystemRoot%\Temp\*" |
| | |
| | "%SystemRoot%\System32\timeout.exe" /T "2" /NOBREAK |
| START explorer.exe | START explorer.exe |
| | |
| | "%SystemRoot%\System32\Defrag.exe" /AllVolumes /Defrag /TierOptimize /SlabConsolidate /Retrim /Optimize |
| |
| :: End</code> | :: End</code> |
| |
| "%UserProfile%\Downloads\Reset Icon Cache.bat" | "%UserProfile%\Downloads\Maintenance.bat" |
| |
| ====== Settings ====== | ====== Settings ====== |
| |
| 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 ====== |
| |
| * https://www.7-zip.org/download.html | * https://www.7-zip.org/download.html |
| |
| 7z2501-x64.exe | |
| |
| ===== Calculator ===== | ===== Calculator ===== |
| ===== VC++ Redist ===== | ===== VC++ Redist ===== |
| |
| * https://forums.mydigitallife.net/threads/repack-visual-c-redistributable-runtimes-2025-10-17.76588/ | * https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/ |
| |
| ====== Drivers ====== | ====== Drivers ====== |
| * See [[windows:drivers|Drivers]] for more URLs | * See [[windows:drivers|Drivers]] for more URLs |
| |
| ===== Boulderback ===== | ===== Alira ===== |
| |
| ==== Chipset ==== | ==== Chipset ==== |
| * Daily ''06:00:00 AM'' | * Daily ''06:00:00 AM'' |
| |
| SCHTASKS /Create /SC "ONCE" /TN "OS Restart" /TR "shutdown.exe /g /t 0 /f /d p:4:1" /ST "06:00" /F | "%SystemRoot%\System32\schtasks.exe" /Create /SC "DAILY" /TN "OS Restart" /TR "'%SystemRoot%\System32\shutdown.exe' /g /t '0' /f /d p:'4':'1'" /ST "06:00" /F |
| |
| ===== Maintenance ===== | ===== Maintenance ===== |
| |
| | * [[#maintenance|Maintenance.bat]] |
| * Application: Maintenance (Planned) | * Application: Maintenance (Planned) |
| * Monthly (first Wednesday) ''05:00:00 AM'' | * Monthly (first Wednesday) ''05:00:00 AM'' |
| |
| SCHTASKS /Create /SC "MONTHLY" /MO "FIRST" /D "WED" /M "*" /TN "OS Maintenance" /TR "%UserProfile%\Downloads\Maintenance.bat" /ST "05:00" /F | "%SystemRoot%\System32\schtasks.exe" /Create /SC "MONTHLY" /MO "FIRST" /D "WED" /M "*" /TN "OS Maintenance" /TR "%UserProfile%\Downloads\Maintenance.bat" /ST "05:00" /F |
| |