User Tools

Site Tools


windows:11_ltsc_server

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_server [2025/06/13 06:10] – old revision restored (2025/06/03 00:31) Sean Rhonewindows:11_ltsc_server [2025/10/07 01:04] (current) – [Enable Sudo] Sean Rhone
Line 2: Line 2:
  
   * Microsoft Windows 11 IoT Enterprise LTSC   * Microsoft Windows 11 IoT Enterprise LTSC
-  * Version 24H2 (OS Build 26100.4202)+  * Version 24H2 (OS Build 26100.6725)
   * Server   * Server
  
Line 36: Line 36:
 :: Volume Shadow Copy :: Volume Shadow Copy
 "%SystemRoot%\System32\vssadmin.exe" Delete Shadows /All "%SystemRoot%\System32\vssadmin.exe" Delete Shadows /All
 +
 +PAUSE
  
 :: Defrag/Trim :: Defrag/Trim
Line 60: Line 62:
   "powershell.exe" -Command "$md5 = New-Object -TypeName 'System.Security.Cryptography.MD5CryptoServiceProvider'"   "powershell.exe" -Command "$md5 = New-Object -TypeName 'System.Security.Cryptography.MD5CryptoServiceProvider'"
  
-==== Disable ====+===== Enable Sudo =====
  
-****+  https://learn.microsoft.com/en-us/windows/advanced-settings/sudo/ 
 +  Used for [[servers;windows;nginx;lets_encrypt#renewal|Certbot]]
  
-  REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\FipsAlgorithmPolicy/v "Enabled" /t "REG_DWORD" /d "0" /f+  sudo config --enable "disableInput"
  
-====== Services ======+===== SMB =====
  
-  "sc.exe" stop "DPS" & "sc.exe" config "DPS" "start=disabled"+  * [[windows;notes;smb|Notes]] 
 + 
 +====== Services ======
  
-  "sc.exe" stop "SysMain" & "sc.exe" config "SysMain" "start=disabled"+  * [[windows;notes;services|Notes]]
  
 ====== Programs ====== ====== Programs ======
/srv/www/wiki/data/attic/windows/11_ltsc_server.1749809433.txt.gz · Last modified: by Sean Rhone