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/02/23 12:18] Sean Rhonewindows:11_ltsc [2025/04/12 15:16] (current) – 26100.3775 Sean Rhone
Line 2: Line 2:
  
   * Microsoft Windows 11 IoT Enterprise LTSC   * Microsoft Windows 11 IoT Enterprise LTSC
-  * Version 24H2 (OS Build 26100.3194)+  * Version 24H2 (OS Build 26100.3775) 
 + 
 +  * TODO: More info on [[windows;10|Windows 10]]
  
 ====== Updates ====== ====== Updates ======
  
   * [[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]]   * [[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]]
 +
 +====== Shortcuts ======
 +
 +===== Desktop =====
 +
 +==== Maintenance ====
 +
 +  "notepad.exe" "%UserProfile%\Desktop\Maintenance.bat"
 +
 +<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
 +
 +:: 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</code>
 +
 +==== RDP ====
 +
 +  "notepad.exe" "%UserProfile%\Desktop\Alira.rdp"
 +
 +<code>
 +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</code>
 +
 +====== 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"
 +
 +<code>
 +"bcdedit.exe" /set "useplatformtick" "no"
 +"bcdedit.exe" /set "useplatformclock" "no"</code>
 +
 +  "%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 ====== ====== Programs ======
Line 15: Line 87:
  
   * https://www.7-zip.org/download.html   * https://www.7-zip.org/download.html
-  * TODO: Show classic right-click reg on 11 
  
 ===== Android Tools ===== ===== Android Tools =====
Line 21: Line 92:
   * [[https://dl-ssl.google.com/android/repository/latest_usb_driver_windows.zip|Latest USB Driver zip]]   * [[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]]   * [[https://dl-ssl.google.com/android/repository/platform-tools-latest-windows.zip|Latest platform-tools zip]]
- 
-  SETX /M path "%path%;C:\Program Files\platform-tools" 
  
 ===== aria2 ===== ===== aria2 =====
  
   * https://github.com/aria2/aria2/releases   * https://github.com/aria2/aria2/releases
- 
-  SETX /M path "%path%;C:\Program Files\aria2c" 
  
 ===== Brain Workshop ===== ===== Brain Workshop =====
Line 86: Line 153:
  
   * https://github.com/abbodi1406/vcredist/releases   * https://github.com/abbodi1406/vcredist/releases
- 
-  "%UserProfile%\Downloads\VisualCppRedist_AIO_x86_x64.exe" /ai 
- 
-  "%UserProfile%\Downloads\VisualCppRedist_AIO_x86_x64.exe" /aiR 
  
 ===== VLC media player ===== ===== VLC media player =====
Line 100: Line 163:
 ===== Battle.net App ===== ===== Battle.net App =====
  
-  * https://download.battle.net/en-us/?product=bnetdesk+  * https://downloader.battle.net/download/getInstaller?os=win&installer=Battle.net-Setup.exe
  
-====== Drivers ======+===== Steam =====
  
-  * See [[windows:drivers|Drivers]] for more URLs+  * https://steamcdn-a.akamaihd.net/client/installer/SteamSetup.exe 
 +  * [[games;windows;notes;game_launch_flags|Game Launch Flags]]
  
-===== Boulderback =====+==== Shortcut ====
  
-  * TODO+  * 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
  
/srv/www/wiki/data/attic/windows/11_ltsc.1740331085.txt.gz · Last modified: by Sean Rhone