|
https://blog.alyac.co.kr/1449
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager
PreInstalledAppsEnabled 0
# http://www.edugeek.net/forums/windows-10/165029-how-get-rid-candy-crush-soda-saga-other-windows-10-start-menu-junk-good-19.html
# 새 사용자 프로필에 대해 원치 않는 Windows 스토어 앱(Candy Crush와 같은) 설치 비활성화
REG add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v OemPreInstalledAppsEnabled /d 0 /t REG_DWORD /f
REG add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v PreInstalledAppsEnabled /d 0 /t REG_DWORD /f
# 추천 앱 자동 설치 끄기(캔디크러쉬 등)
REG add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v SilentInstalledAppsEnabled /d 0 /t REG_DWORD /f
# 시작 메뉴에서 추천 앱 광고 비활성화
REG add "HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v SystemPaneSuggestionsEnabled /d 0 /t REG_DWORD /f
ContentDeliveryAllowed 빙관련 https://linustechtips.com/topic/1027011-remove-tips-from-windows-spotlight/
FeatureManagementEnabled 엣지 관련 있는 것 같다 https://www.researchgate.net/publication/346584243_Anyone_Else_Seeing_this_Error_Community_System_Administrators_and_Patch_Information
IdentityProvider 먼지 모르겠다 자격 증명이나 xbox라고 하는대.
OemPreInstalledAppsEnabled 스토어 관련 같다
PreInstalledAppsEnabled
PreInstalledAppsEverEnabled
RotatingLockScreenEnabled 바탕 화면 배경 추천 https://osmanias.com/qna/120487
RotatingLockScreenOverlayEnabled 잠금화면에서 팁 활성화 https://garytown.com/windows-10-disable-lock-screen-tool-tips
SilentInstalledAppsEnabled 윈도우 포멧후 광고성 자동 설치 프로그램 https://www.ghacks.net/2019/12/23/how-to-block-the-automatic-installation-of-suggested-windows-10-apps/
SlideshowEnabled 잠금화면 스크린샷 보기 https://manima.de/2016/09/create-a-lock-screen-slideshow-with-more-than-one-picture-without-gpo-because-theres-none/
SoftLandingEnabled 윈도우 내부에서 팁 보여 주기 https://winaero.com/disable-tips-about-windows-10/
SubscribedContent-310093Enabled 윈도우 처음 시작 할때 켜지는 짜증 나는 시작 경험 https://www.tenforums.com/tutorials/76252-turn-off-windows-welcome-experience-windows-10-a.html
SubscribedContent-338388Enabled 앱 추천앱 켜고 끄기 https://www.tenforums.com/tutorials/24117-turn-off-app-suggestions-start-windows-10-a.html
SubscribedContent-338389Enabled 사용팁 요령 제안 하는 광고 https://www.tenforums.com/tutorials/30869-turn-off-tip-trick-suggestion-notifications-windows-10-a.html
SubscribedContent-Enabled 광고 제안 관련 https://www.askvg.com/registry-tweaks-to-disable-ads-suggestions-and-tips-in-windows-10/
SystemPaneSuggestionsEnabled 시작 메뉴 제안 및 광고 https://www.winhelponline.com/blog/how-to-disable-start-menu-ads-or-suggestions-in-windows-10/
REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "ContentDeliveryAllowed" /t REG_DWORD /d 0 /f
REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "FeatureManagementEnabled" /t REG_DWORD /d 0 /f
REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "OemPreInstalledAppsEnabled" /t REG_DWORD /d 0 /f
REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEnabled" /t REG_DWORD /d 0 /f
REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "PreInstalledAppsEverEnabled" /t REG_DWORD /d 0 /f
REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "RotatingLockScreenEnabled" /t REG_DWORD /d 0 /f
REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "RotatingLockScreenOverlayEnabled" /t REG_DWORD /d 0 /f
REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SilentInstalledAppsEnabled" /t REG_DWORD /d 0 /f
REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SlideshowEnabled" /t REG_DWORD /d 0 /f
REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SoftLandingEnabled" /t REG_DWORD /d 0 /f
REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-310093Enabled" /t REG_DWORD /d 0 /f
REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338388Enabled" /t REG_DWORD /d 0 /f
REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-338389Enabled" /t REG_DWORD /d 0 /f
REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SubscribedContent-Enabled" /t REG_DWORD /d 0 /f
REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v "SystemPaneSuggestionsEnabled" /t REG_DWORD /d 0 /f
https://www.tenforums.com/customization/180514-project-scheduled-tasks-can-disabled-without-drastic-impact.html
https://www.nutanix.com/blog/windows-os-optimization-essentials-part-3-services-and-scheduled-tasks
echo XblGameSaveTask
SchTasks /Change /Disable /TN "Microsoft\XblGameSave\XblGameSaveTask"
echo 무선 같다 https://docs.microsoft.com/ko-kr/windows-hardware/customize/desktop/unattend/microsoft-windows-wlansvc
echo CDSSync
SchTasks /Change /Disable /TN "Microsoft\Windows\WlanSvc\CDSSync"
echo 수상함 $(@%SystemRoot%\system32\Windows.StateRepositoryClient.dll,-602)
echo MaintenanceTasks
SchTasks /Change /Disable /TN "Microsoft\Windows\StateRepository\MaintenanceTasks"
echo 수상한? $(@%SystemRoot%\system32\AppListBackupLauncher.dll,-602)
echo Backup
SchTasks /Change /Disable /TN "Microsoft\Windows\AppListBackup\Backup"
echo 원격 관련 https://www.bleepingcomputer.com/news/microsoft/microsoft-releases-remote-push-to-install-feature-in-windows-10-store-app/
echo Registration
echo LoginCheck
SchTasks /Change /Disable /TN "Microsoft\Windows\PushToInstall\Registration"
SchTasks /Change /Disable /TN "Microsoft\Windows\PushToInstall\LoginCheck"
echo 베터리 관련 최적화 같음
echo AnalyzeSystem
SchTasks /Change /Disable /TN "Microsoft\Windows\Power Efficiency Diagnostics\AnalyzeSystem"
echo 먼지 모르겠지만 키보드 관련 같다.
echo PenSyncDataAvailable
LocalUserSyncDataAvailable
SchTasks /Change /Disable /TN "Microsoft\Windows\Input\PenSyncDataAvailable "
SchTasks /Change /Disable /TN "Microsoft\Windows\Input\LocalUserSyncDataAvailable"
echo 클라우드 같음
echo RefreshCache
SchTasks /Change /Disable /TN "Microsoft\Windows\Flighting\OneSettings\RefreshCache"
Logon 빈 폴더 만드는 애라고 함. 장치 구성 관련 한다고함
SchTasks /Change /Disable /TN "Microsoft\Windows\Management\Provisioning
https://www.askvg.com/fix-empty-tw-tmp-folders-in-system32-directory-in-windows-10-11/
SchTasks /Change /Disable /TN "Microsoft\Windows\Management\Provisioning\Logon"
ResolutionHost SchTasks /Change /Disable /TN "Microsoft\Windows\WDI
머지? Windows 진단 인프라 해결 방법 호스트는 진
RunUpdateNotificationMgr 에 대해서 SchTasks /Change /Disable /TN "Microsoft\Windows\UNP
https://www.askvg.com/what-are-updatenotificationmgr-exe-unpuxlauncher-exe-unpuxhost-exe-files-and-unp-folder-in-windows-10/
MsCtfMonitor 한영관련 https://blog.daum.net/ni0105/203
%windir%\system32\rundll32.exe %windir%\system32\Windows.StateRepositoryClient.dll,StateRepositoryDoMaintenanceTasks
https://github.com/HypsyNZ/ISOKIT
최적화 리스트
https://chef-koch.bearblog.dev/windows-11-config-by-chef-koch/
개인 최적화