Last active
April 1, 2025 20:33
-
-
Save ilhan-athn7/77e3c37d6fd3fb05ceb9109183f97b87 to your computer and use it in GitHub Desktop.
My Win LTSC setup and Notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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\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