windows:11_ltsc
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
windows:11_ltsc [2024/10/10 16:54] – Sean Rhone | windows:11_ltsc [2025/01/29 23:23] (current) – Sean Rhone | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Information ====== | ====== Information ====== | ||
- | * Microsoft Windows 11 LTSC 24H2 | + | * Microsoft Windows 11 IoT Enterprise |
+ | * Version | ||
- | ====== | + | ====== |
- | * https://superuser.com/ | + | * :!: 2025/01/06: Use [[windows;10]] |
- | ====== Downloads ====== | + | ===== No-gos |
- | ===== Updates ===== | + | * :?: 2025/01/13: Windows Defender Real-time scanning //might// be disabled through GUI GPE ((process not noticed; says off in Security Center and admin-controlled)) |
- | * https:// | + | ====== Downloads ====== |
- | ===== LTSC ===== | + | ===== ISO ===== |
- | **** | + | |
en-us_windows_11_iot_enterprise_ltsc_2024_x64_dvd_f6b14814.iso | en-us_windows_11_iot_enterprise_ltsc_2024_x64_dvd_f6b14814.iso | ||
- | ====== Settings ====== | + | 4f59662a96fc1da48c1b415d6c369d08af55ddd64e8f1c84e0166d9e50405d7a |
- | ===== Nagle' | + | ===== Updates ===== |
- | + | ||
- | * https:// | + | |
- | * https:// | + | |
- | * TODO | + | |
- | + | ||
- | ===== Disable Clipboard History ===== | + | |
- | + | ||
- | **** | + | |
- | + | ||
- | reg add " | + | |
- | + | ||
- | ===== Disable Cortana and Web Search ===== | + | |
- | + | ||
- | **** | + | |
- | + | ||
- | reg add " | + | |
- | + | ||
- | ===== Disable CPU Mitigations ===== | + | |
- | + | ||
- | * https:// | + | |
- | * https:// | + | |
- | + | ||
- | reg add " | + | |
- | + | ||
- | reg add " | + | |
- | + | ||
- | ===== Disable Game DVR ===== | + | |
- | + | ||
- | **** | + | |
- | + | ||
- | reg add " | + | |
- | + | ||
- | ===== Disable Hibernation and Fast Start ===== | + | |
- | + | ||
- | **** | + | |
- | + | ||
- | powercfg /H off | + | |
- | + | ||
- | ===== Disable Last Access Time File Updates ===== | + | |
- | + | ||
- | **** | + | |
- | + | ||
- | fsutil behavior set disablelastaccess 1 | + | |
- | + | ||
- | ===== Disable Online Speech Recognition ===== | + | |
- | + | ||
- | **** | + | |
- | + | ||
- | reg add " | + | |
- | + | ||
- | ===== Open Pictures With Windows Photo Viewer ===== | + | |
- | + | ||
- | reg add " | + | |
- | + | ||
- | reg add " | + | |
- | + | ||
- | reg add " | + | |
- | + | ||
- | reg add " | + | |
- | + | ||
- | reg add " | + | |
- | + | ||
- | reg add " | + | |
- | + | ||
- | reg add " | + | |
- | + | ||
- | ===== Disable Remote Desktop ===== | + | |
- | + | ||
- | **** | + | |
- | + | ||
- | reg add " | + | |
- | + | ||
- | ===== Disable Shared Experiences ===== | + | |
- | + | ||
- | **** | + | |
- | + | ||
- | reg add " | + | |
- | + | ||
- | ===== Disable SmartScreen ===== | + | |
- | + | ||
- | * General | + | |
- | * Windows Store Apps | + | |
- | * Microsoft Edge | + | |
- | + | ||
- | reg add " | + | |
- | + | ||
- | reg add " | + | |
- | + | ||
- | reg add " | + | |
- | + | ||
- | ===== Disable Startup Delay ===== | + | |
- | + | ||
- | **** | + | |
- | + | ||
- | reg add " | + | |
- | + | ||
- | ===== Disable System Restore ===== | + | |
- | + | ||
- | **** | + | |
- | + | ||
- | reg add " | + | |
- | + | ||
- | ===== Disable Telemetry Features ===== | + | |
- | + | ||
- | **** | + | |
- | + | ||
- | reg add " | + | |
- | + | ||
- | ===== Disable User Account Control ===== | + | |
- | + | ||
- | **** | + | |
- | + | ||
- | reg add " | + | |
- | + | ||
- | ===== Disable Windows Defender ===== | + | |
- | + | ||
- | **** | + | |
- | + | ||
- | reg add " | + | |
- | + | ||
- | ===== Remove Quick Access ===== | + | |
- | + | ||
- | **** | + | |
- | + | ||
- | reg add " | + | |
- | + | ||
- | ===== Remove Windows Search ===== | + | |
- | + | ||
- | **** | + | |
- | + | ||
- | Dism /online / | + | |
- | + | ||
- | ===== Show All Folders in File Explorer Pane ===== | + | |
- | + | ||
- | **** | + | |
- | + | ||
- | reg add " | + | |
- | + | ||
- | ===== Verbose Shutdown ===== | + | |
- | + | ||
- | **** | + | |
- | + | ||
- | reg add " | + | |
- | + | ||
- | ====== Other ====== | + | |
- | + | ||
- | ===== ScriptTiger Hosts File ===== | + | |
- | + | ||
- | * https:// | + | |
- | + | ||
- | * Powershell Script '' | + | |
- | + | ||
- | < | + | |
- | if (!([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]:: | + | |
- | [Net.ServicePointManager]:: | + | |
- | + | ||
- | # https:// | + | |
- | # Compressed | + | |
- | + | ||
- | # Unified hosts + fakenews + gambling + porn + social | + | |
- | Invoke-WebRequest " | + | |
- | + | ||
- | # Unified hosts + fakenews + gambling + social | + | |
- | # | + | |
- | + | ||
- | # Unified hosts + fakenews + gambling | + | |
- | # | + | |
- | + | ||
- | ipconfig /flushdns | + | |
- | </ | + | |
- | + | ||
- | ===== NetFX3 From Install Media ===== | + | |
- | + | ||
- | * Change '' | + | |
- | + | ||
- | Dism /online / | + | |
- | + | ||
- | ===== Remove Most Modern UI Apps ===== | + | |
- | + | ||
- | * Not necessary with Local Account log-ins and Pro/ | + | |
- | * Tested fine on 20H2, 21H2, and 23H2 | + | |
- | * :!: This broke the start menu on 1809 | + | |
- | * :!: 2024/08: May cause Explorer windows to act broken at times on 11 23H2 | + | |
- | + | ||
- | * Powershell Script '' | + | |
- | + | ||
- | Get-AppxPackage -allusers | Remove-AppxPackage | + | |
- | + | ||
- | ===== Remove OneDrive ===== | + | |
- | + | ||
- | taskkill /IM " | + | |
- | + | ||
- | %windir%\SysWOW64\OneDriveSetup.exe / | + | |
- | + | ||
- | rmdir " | + | |
- | + | ||
- | reg delete " | + | |
- | + | ||
- | reg delete " | + | |
- | + | ||
- | ===== Maintenance ===== | + | |
- | + | ||
- | * Last updated: 2020/ | + | |
- | + | ||
- | < | + | |
- | :: .NET Framework 4 | + | |
- | " | + | |
- | " | + | |
- | " | + | |
- | " | + | |
- | + | ||
- | :: System File Check, Cleanup, and Repair | + | |
- | " | + | |
- | " | + | |
- | + | ||
- | :: Classic Disk Cleanup | + | |
- | " | + | |
- | " | + | |
- | + | ||
- | :: Defrag/ | + | |
- | " | + | |
- | + | ||
- | ====== Information ====== | + | |
- | + | ||
- | ===== Prevent Driver Changes ===== | + | |
- | + | ||
- | ==== Notes ==== | + | |
- | + | ||
- | * To be done after a proper driver is manually installed | + | |
- | * This ensures Windows Update nor anything else can replace installed drivers for specific devices unattended | + | |
- | * Additional entries need to add a new number (the value after ''/ | + | |
- | * The device ID can be acquired from Device Manager and should be pasted as-is (no extra slashes) | + | |
- | + | ||
- | ==== Base Policies ==== | + | |
- | + | ||
- | reg add " | + | |
- | + | ||
- | reg add " | + | |
- | + | ||
- | ==== Format ==== | + | |
- | + | ||
- | * Do **not** copy/paste these as-is; only here for reference | + | |
- | * Adjust to specific devices as-needed | + | |
- | + | ||
- | ==== Add Prevent Policy ==== | + | |
- | + | ||
- | **** | + | |
- | + | ||
- | reg add " | + | |
- | + | ||
- | ==== Remove Prevent Policy ==== | + | |
- | + | ||
- | **** | + | |
- | + | ||
- | reg delete " | + | |
- | + | ||
- | ====== Programs ====== | + | |
- | + | ||
- | * [[windows: | + | |
- | + | ||
- | ===== 7-Zip ===== | + | |
- | + | ||
- | * https:// | + | |
- | + | ||
- | ===== Android Tools ===== | + | |
- | + | ||
- | * [[https:// | + | |
- | * [[https:// | + | |
- | + | ||
- | SETX /M path " | + | |
- | + | ||
- | ===== aria2 ===== | + | |
- | + | ||
- | * https:// | + | |
- | + | ||
- | SETX /M path " | + | |
- | + | ||
- | ===== Brain Workshop ===== | + | |
- | + | ||
- | * https:// | + | |
- | + | ||
- | ===== Calculator ===== | + | |
- | + | ||
- | * Only available on LTSB/LTSC | + | |
- | + | ||
- | win32calc | + | |
- | + | ||
- | ===== DirectX End-User Runtime ===== | + | |
- | + | ||
- | * https:// | + | |
- | + | ||
- | ===== Firefox ===== | + | |
- | + | ||
- | * [[https:// | + | |
- | + | ||
- | ===== GIMP ===== | + | |
- | + | ||
- | * https:// | + | |
- | + | ||
- | ===== KeePassXC ===== | + | |
- | + | ||
- | * https:// | + | |
- | + | ||
- | ===== LibreOffice ===== | + | |
- | + | ||
- | * https:// | + | |
- | + | ||
- | ===== mpv ===== | + | |
- | + | ||
- | * https:// | + | |
- | * https:// | + | |
- | + | ||
- | ===== MuPDF ===== | + | |
- | + | ||
- | * https:// | + | |
- | * https:// | + | |
- | + | ||
- | ===== Notepad++ ===== | + | |
- | + | ||
- | * https:// | + | |
- | + | ||
- | ===== OBS ===== | + | |
- | + | ||
- | * https:// | + | |
- | + | ||
- | ===== qBittorrent ===== | + | |
- | + | ||
- | * https:// | + | |
- | + | ||
- | ===== Thunderbird ===== | + | |
- | + | ||
- | * https:// | + | |
- | + | ||
- | ===== VC++ Redist ===== | + | |
- | + | ||
- | * https:// | + | |
- | + | ||
- | ===== Vulkan Runtime ===== | + | |
- | + | ||
- | * https:// | + | |
- | * :!: May require requires dragging '' | + | |
- | * :!: TODO: Test '' | + | |
- | + | ||
- | ====== Games ====== | + | |
- | + | ||
- | ===== Battle.net App ===== | + | |
- | + | ||
- | * https:// | + | |
- | + | ||
- | ===== Steam ===== | + | |
- | + | ||
- | * https:// | + | |
- | * See [[games; | + | |
- | + | ||
- | ====== Drivers ====== | + | |
- | + | ||
- | * See [[windows: | + | |
- | + | ||
- | ===== Spinesnap ===== | + | |
- | + | ||
- | * [[https:// | + | |
- | + | ||
- | ==== Chipset ==== | + | |
- | + | ||
- | * Intel(R) Core(TM) i5-8400H CPU @ 2.50GHz | + | |
- | * TODO: Chipset name | + | |
- | + | ||
- | * [[https:// | + | |
- | * [[https:// | + | |
- | + | ||
- | ==== SATA/RST ==== | + | |
- | + | ||
- | * [[https:// | + | |
- | * [[https:// | + | |
- | * [[https:// | + | |
- | + | ||
- | ==== SerialIO ==== | + | |
- | + | ||
- | * Intel Corporation Cannon Lake PCH Serial IO I2C Controller #0 and #1 (rev 10) | + | |
- | * TODO: Chipset name | + | |
- | + | ||
- | * :?: At some point on the links below the '' | + | |
- | * [[https:// | + | |
- | * [[https:// | + | |
- | + | ||
- | ==== Ethernet ==== | + | |
- | + | ||
- | * I219-LM Gigabit | + | |
- | * :!: Intel Corporation Ethernet Connection (7) I219-LM (rev 10) ((rev 10 drivers, not rev 18+)) | + | |
- | + | ||
- | * [[https:// | + | |
- | * [[https:// | + | |
- | * [[https:// | + | |
- | + | ||
- | ==== Wireless + Bluetooth ==== | + | |
- | + | ||
- | * wireless-AC 9560 | + | |
- | * Intel Corporation Cannon Lake PCH CNVi WiFi (rev 10) | + | |
- | + | ||
- | * [[https:// | + | |
- | * [[https:// | + | |
- | * [[https:// | + | |
- | + | ||
- | ==== Graphics ==== | + | |
- | + | ||
- | * Intel UHD Graphics 630 | + | |
- | * Intel Corporation CoffeeLake-H GT2 [UHD Graphics 630] | + | |
- | * [[https:// | + | * [[https:// |
C:/www/wiki/data/attic/windows/11_ltsc.1728593665.txt.gz · Last modified: by Sean Rhone