User Tools

Site Tools


windows:11_ltsc

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:11_ltsc [2025/01/06 21:57] – [No-gos] Sean Rhonewindows:11_ltsc [2025/06/27 18:44] (current) – [Information] 26100.4484 Sean Rhone
Line 1: Line 1:
 ====== Information ====== ====== Information ======
  
-  * Microsoft Windows 11 LTSC 24H2+  * Microsoft Windows 11 IoT Enterprise LTSC 
 +  * Version 24H2 (OS Build 26100.4484)
  
-====== TODOs ======+  * TODO: More info on [[windows;10|Windows 10]]
  
-  * :!: 2025/01/06: Use [[windows;10]]+====== Updates ======
  
-===== No-gos =====+  * [[https://www.catalog.update.microsoft.com/Search.aspx?q=Cumulative+Update+for+Windows+11+Version+24H2+for+x64-based+Systems|Windows 11 24H2 Cumulative Updates - Microsoft Update Catalog]]
  
-  * 2025/01: [[games;windows;rt4_client_runescape_530#openjdk_11|2009Scape]] could not enter HD full-screen on TCL 55S405 at 1080p; CRU **likely** required +====== Shortcuts ======
-  * :!: 2025/01: Windows Defender Real-time scanning is //still// a PITA to disable+
  
-====== Downloads ======+===== Desktop =====
  
-===== Updates =====+==== Maintenance ====
  
-  * https://www.catalog.update.microsoft.com/Search.aspx?q=Cumulative+Update+for+Windows+11+Version+24H2+for+x64-based+Systems+  "notepad.exe" "%UserProfile%\Desktop\Maintenance.bat"
  
-===== LTSC =====+<code> 
 +:: .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
  
-  * TODOHash+:: System File Check, Cleanup, and Repair 
 +"%SystemRoot%\System32\Dism.exe" /online /Cleanup-Image /StartComponentCleanup /ResetBase /RestoreHealth 
 +"%SystemRoot%\System32\sfc.exe" /scannow
  
-  en-us_windows_11_iot_enterprise_ltsc_2024_x64_dvd_f6b14814.iso+:: 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</code> 
 + 
 +====== Settings ====== 
 + 
 +===== Classic Context Menu ===== 
 + 
 +**** 
 + 
 +  REG ADD "HKEY_CURRENT_USER\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /ve /t "REG_SZ" /f 
 + 
 +===== Enable FIPS Mode ===== 
 + 
 +  * https://learn.microsoft.com/en-us/windows/security/security-foundations/certification/fips-140-validation 
 + 
 +  REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\FipsAlgorithmPolicy" /v "Enabled" /t "REG_DWORD" /d "1" /f 
 + 
 +  "powershell.exe" -Command "$md5 = New-Object -TypeName 'System.Security.Cryptography.MD5CryptoServiceProvider'" 
 + 
 +==== Disable ==== 
 + 
 +**** 
 + 
 +  REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\FipsAlgorithmPolicy" /v "Enabled" /t "REG_DWORD" /d "0" /f 
 + 
 +====== Services ====== 
 + 
 +  * TODO: Separate page, individual batches 
 + 
 +  "sc.exe" stop "DPS" & "sc.exe" config "DPS" "start=disabled" 
 + 
 +  "sc.exe" stop "SysMain" & "sc.exe" config "SysMain" "start=disabled" 
 + 
 +===== Alira ===== 
 + 
 +**** 
 + 
 +  "sc.exe" stop "AMD External Events Utility" & "sc.exe" config "AMD External Events Utility" "start=disabled" 
 + 
 +====== Programs ====== 
 + 
 +  * [[windows:programs|More Programs]] 
 + 
 +===== 7-Zip ===== 
 + 
 +  * https://www.7-zip.org/download.html 
 + 
 +===== Android Tools ===== 
 + 
 +  * [[https://dl-ssl.google.com/android/repository/latest_usb_driver_windows.zip|Latest USB Driver zip]] 
 +  * [[https://dl-ssl.google.com/android/repository/platform-tools-latest-windows.zip|Latest platform-tools zip]] 
 + 
 +===== aria2 ===== 
 + 
 +  * https://github.com/aria2/aria2/releases 
 + 
 +===== Brain Workshop ===== 
 + 
 +  * https://sourceforge.net/projects/brainworkshop/files/brainworkshop/ 
 + 
 +===== DirectX End-User Runtime ===== 
 + 
 +  * https://www.microsoft.com/en-us/download/confirmation.aspx?id=8109 
 + 
 +===== Firefox ===== 
 + 
 +  * [[https://download.mozilla.org/?product=firefox-latest-ssl&os=win64&lang=en-US|exe]] 
 +  * [[programs;firefox|Settings]] 
 + 
 +===== GIMP ===== 
 + 
 +  * https://www.gimp.org/downloads 
 + 
 +===== KeePassXC ===== 
 + 
 +  * https://keepassxc.org/download#windows 
 + 
 +===== LibreOffice ===== 
 + 
 +  * https://www.libreoffice.org/download/download/ 
 + 
 +  * Options -> Uncheck Use Skia (HW accel should be checked) 
 +  * Options -> Disable Java runtime environment 
 + 
 +===== MSI Afterburner/RTSS ===== 
 + 
 +  * [[https://www.guru3d.com/download/msi-afterburner-beta-download/|MSI Afterburner - Guru3D]] (4.6.5 Stable Final) 
 +  * [[https://www.guru3d.com/download/rtss-rivatuner-statistics-server-download/|Rivatuner Statistics Server - Guru3D]] (7.3.6 Final) 
 + 
 +  * TODO: AB monitoring needs specific info for GPU/CPU graph for screenshots 
 + 
 +===== MuPDF ===== 
 + 
 +  * https://mupdf.com/releases/index.html 
 +  * https://mupdf.com/releases/history.html 
 + 
 +===== Notepad++ ===== 
 + 
 +  * https://notepad-plus-plus.org/download 
 + 
 +===== qBittorrent ===== 
 + 
 +  * https://www.qbittorrent.org/download 
 +  * https://github.com/waelisa/Best-blocklist/raw/main/wael.list.p2p.zip 
 + 
 +===== Thunderbird ===== 
 + 
 +  * https://download.mozilla.org/?product=thunderbird-latest-ssl&os=win64&lang=en-US 
 + 
 +===== VC++ Redist ===== 
 + 
 +  * https://github.com/abbodi1406/vcredist/releases 
 + 
 +===== VLC media player ===== 
 + 
 +  * https://download.videolan.org/pub/videolan/vlc/last/win64/ 
 +  * https://www.videolan.org/vlc/download-windows.html 
 + 
 +====== Games ====== 
 + 
 +===== Battle.net App ===== 
 + 
 +  * https://downloader.battle.net/download/getInstaller?os=win&installer=Battle.net-Setup.exe 
 + 
 +===== Steam ===== 
 + 
 +  * https://steamcdn-a.akamaihd.net/client/installer/SteamSetup.exe 
 +  * [[games;windows;notes;game_launch_flags|Game Launch Flags]] 
 + 
 +==== 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 ====== 
 + 
 +  * See [[windows:drivers|Drivers]] for more URLs
  
C:/www/wiki/data/attic/windows/11_ltsc.1736218659.txt.gz · Last modified: by Sean Rhone