Skip to content

Instantly share code, notes, and snippets.

@ilhan-athn7
Last active February 2, 2024 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilhan-athn7/77e3c37d6fd3fb05ceb9109183f97b87 to your computer and use it in GitHub Desktop.
Save ilhan-athn7/77e3c37d6fd3fb05ceb9109183f97b87 to your computer and use it in GitHub Desktop.
My Win LTSC setup and Notes
ISO download link : https://files.rg-adguard.net/file/19a36b7b-269b-ebf8-105b-a375f70b7ae2
ISO file name : en-us_windows_10_enterprise_ltsc_2021_x64_dvd_d289cf96.iso
ISO file MD5 : b5a7be560dbd73619945129e52be1b5f
### Installing drivers (driverpack.io)
### Activating windows (massgravel)
### Disabling visual effects (personalization)
### Removing hyberfil.sys, pagefile.sys and swapfile.sys files
powercfg /h off
Set virtual memory as dissabled.
### Disabling windows login screen slider
```
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization]
"NoLockScreen"=dword:00000001
```
### Disabling few Service and Policy (Telemetry - Windows Update)
TODO-WIP
```
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv]
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Spooler]
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MicrosoftEdgeElevationService]
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\edgeupdate]
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\edgeupdatem]
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc]
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\XboxNetApiSvc]
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SecurityHealthService]
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FontCache]
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\mpssvc]
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Sense]
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsoSvc]
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TabletInputService]
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc]
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WdiServiceHost]
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DPS]
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BITS]
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AMD Crash Defender Service]
"Start"=dword:00000004
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NDU]
"Start"=dword:00000004
```
### Uninstalling Microsoft Edge (Mutant Entry - fix.py)
TODO
### Configuring MMAgent(Disable prefetch)
TODO
### Setting svchost splitting value
TODO
### Enabling ultimate performance power config
powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61
### Removing 3D objects folder
TODO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment