User Tools

Site Tools


windows:11_ltsc

Information

  • Microsoft Windows 11 IoT Enterprise LTSC
  • Version 24H2 (OS Build 26100.3775)

Updates

Shortcuts

Desktop

Maintenance

"notepad.exe" "%UserProfile%\Desktop\Maintenance.bat"
:: .NET Framework 4
"%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

:: System File Check, Cleanup, and Repair
"%SystemRoot%\System32\Dism.exe" /online /Cleanup-Image /StartComponentCleanup /ResetBase /RestoreHealth
"%SystemRoot%\System32\sfc.exe" /scannow

:: Classic Disk Cleanup
"%SystemRoot%\System32\cleanmgr.exe" /sageset:65535
"%SystemRoot%\System32\cleanmgr.exe" /sagerun:65535

:: Volume Shadow Copy
"%SystemRoot%\System32\vssadmin.exe" Delete Shadows /All

:: Defrag/Trim
"%SystemRoot%\System32\Defrag.exe" /AllVolumes /Defrag /TierOptimize /SlabConsolidate /Retrim /Optimize /PrintProgress /Verbose /NormalPriority

PAUSE

:: End

RDP

"notepad.exe" "%UserProfile%\Desktop\Alira.rdp"
full address:s:192.168.1.152
redirectprinters:i:0
redirectcomports:i:0
redirectsmartcards:i:0
redirectwebauthn:i:0
redirectclipboard:i:1
redirectposdevices:i:0

Settings

Classic Context Menu

REG ADD "HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /ve /t "REG_SZ" /f

Disable HPET

"notepad.exe" "%ProgramData%\Microsoft\Windows\Start Menu\Programs\StartUp\Disable HPET.bat"
"bcdedit.exe" /set "useplatformtick" "no"
"bcdedit.exe" /set "useplatformclock" "no"
"%ProgramData%\Microsoft\Windows\Start Menu\Programs\StartUp\Disable HPET.bat"

Undo

DEL /Q "%ProgramData%\Microsoft\Windows\Start Menu\Programs\StartUp\Disable HPET.bat"
"bcdedit.exe" /deletevalue "useplatformtick" & "bcdedit.exe" /deletevalue "useplatformclock"

Programs

7-Zip

Android Tools

aria2

Brain Workshop

DirectX End-User Runtime

Firefox

GIMP

KeePassXC

LibreOffice

  • Options → Uncheck Use Skia (HW accel should be checked)
  • Options → Disable Java runtime environment

MSI Afterburner/RTSS

  • TODO: AB monitoring needs specific info for GPU/CPU graph for screenshots

MuPDF

Notepad++

qBittorrent

Thunderbird

VC++ Redist

VLC media player

Games

Battle.net App

Steam

Shortcut

  • Disable: Settings → Interface → Enable GPU accelerated rendering in web views
"%ProgramFiles(x86)%\Steam\steam.exe" -silent -nocrashmonitor -cef-single-process -cef-disable-breakpad
Steam (min)

Drivers

C:/www/wiki/data/pages/windows/11_ltsc.txt · Last modified: by Sean Rhone