작업 스케쥴러

- 라이브러리 > Application Experience > Microsoft Compatibility Appraiser, ProgramDataUpdater 등 관련항목 끄기

- 라이브러리 > Customer Experience Improvement Program > Consolidator, KernelCeipTask, UsbCeip 등 관련항목 끄기

- 라이브러리 > DiskDiagnostic > Microsoft-Windows-DiskDiagnosticDataCollector 등 관련항목 끄기

- 라이브러리 > Autochk > Proxy 끄기

- 라이브러리 > Maintenance > WinSAT 필요없으면 끄기

- 라이브러리 > Power Efficiency Diagnostics > AnalyzeSystem 필요없으면 끄기



서비스

- Connected User Experiences and Telemetry, Remote Desktop Services, Remote Registry 등 사용 안함

윈도우 미디어 플레이어 Folder.jpg, AlbumArtSmall.jpg 생성 방지 레지스트리 키


[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences]
"LargeAlbumArtSize"=dword:ffffffff
"SmallAlbumArtSize"=dword:ffffffff


WindowsMediaPlayer_AlbumArt_DisableAutoGenerateThumbnailsAlbumArtSmall_jpgandFolder_jpg.reg

Windows 10


- 보통 SSD 최신 드라이버 설치 시 AHCI, SCT, Trim 기능이 자동으로 작동함

- 관리도구 > 디스크 조각모음 및 최적화 (SSD 인식 시 Trim 기능으로 작동하니, 매일 실행하도록 예약)

- 서비스 > Windows Search 끄기

- SSD 드라이브 속성 > 색인 기능 끄기

- 윈도우 복원 기능 끄기

- 시스템 메모리가 충분한 경우 스왑파일 기능 끄기


macOS


- Sierra 이후 보통 AHCI, Trim 기능이 자동으로 작동함

- Apple FS (APFS) 부터 Trim 기능이 흡수됨

- Trim 기능 실행 설정 명령어: 터미널 > sudo trimforce enable


Shutdown.cmd

 

@echo off

echo Shudown Schedule.

echo.


cd \

set /a h=0

set /a m=0

set /a st=0

set /a t=0


set /p h="Hour: "

set /p m="Minute: "

set /p st="0. Shutdwon, 1. Restart: "


if "%h%"=="" set /a h=0

if "%m%"=="" set /a m=0


set /a ht=%h%*3600

set /a mt=%m%*60

set /a t=%ht%+%mt%


cls

echo.


if %t%==0 shutdown /a


echo.


if %t%==0 echo  Schedule aborted. & echo. & echo.

if %t%==0 timeout 3

if %t%==0 exit


if %st%==0 shutdown /s /f /t %t%

if %st%==0 echo  System will shutdown in %h%h %m%m.

if %st%==1 shutdown /r /f /t %t%

if %st%==1 echo  System will restart in %h%h %m%m.


echo.

echo.


timeout 3


Shutdown.cmd

Delete Index Files.cmd

 

@echo off

echo Delete Index Files.

echo.


set /a drive=0

set /a exc=0

set /a includes=0

set /a includes_mac=0


vol c:

echo.

vol d:

echo.

vol e:

echo.

vol f:

echo.

vol g:

echo.


echo *Be careful if use on C:.

echo.


set /p drive="Drive Name: "

%drive%:

cd \

echo.

vol

echo.


set /p exc="Start? Y/N: "

echo.


if /i %exc%==n echo Aborting delete index files.

if /i %exc%==n timeout 3

if /i %exc%==n exit


set /p includes="Delete all Desktop.ini files too? Y/N: "

echo.

set /p includes_mac="Delete all macOS index files too? Y/N: "

echo.


del /s /q /f /a:r /a:s /a:h /a:a Thumbs.db

del /s /q /f /a:r /a:s /a:h /a:a *.$data.Zone.Identifier

del /s /q /f /a:r /a:s /a:h /a:a *.$data.Mac_Metadata

rmdir /s /q "System Volume Information"


if /i not %includes%==n del /s /q /f /a:r /a:s /a:h /a:a Desktop.ini


if /i not %includes_mac%==n del /s /q /f /a:r /a:s /a:h /a:a ._*

if /i not %includes_mac%==n del /s /q /f /a:r /a:s /a:h /a:a .com.*

if /i not %includes_mac%==n del /s /q /f /a:r /a:s /a:h /a:a .DS_Store

if /i not %includes_mac%==n rmdir /s /q .fseventsd

if /i not %includes_mac%==n rmdir /s /q .Spotlight-V100

if /i not %includes_mac%==n rmdir /s /q .TemporaryItems

if /i not %includes_mac%==n rmdir /s /q .Trashes


timeout 10


DeleteIndexFiles.cmd

 

 

 

- 피드백 버튼 삭제 레지스트리 키

 

[HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Internet Explorer\Restrictions]
"NoHelpItemSendFeedback"=dword:00000001

 

 

- 피드백 버튼 복구 레지스트리 키

 

[HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Internet Explorer\Restrictions]
"NoHelpItemSendFeedback"=-

 

 

IE11SendFeedbackButton_Reg.zip

 

 

 

- Group Policy Editor가 있는 윈도우의 경우

 

1. cmd: gpedit.msc

 

2. User Configuration > Administrative Templates > Windows Components > Internet Explorer > Browser menus

 

3. Help menu: Remove 'Send Feedback' menu option > Enabled

 

 

Apple IE DAV 작동 중지 에러 메세지

 

- iCloud 에 책갈피를 저장해 iPhone, iPad, OS X, Windows 모두 실시간으로 자동 동기화시켜주는 기능으로,

IE에 변경사항이 생기거나 IE의 즐겨찾기 파일의 스크립트 코드 등을 제대로 인식하지 못할 경우 iCloud 책갈피 기능이 작동 중지되는 경우가 생기는듯 함.

 

- Windows 7 64bit, Internet Explorer 11.0.9600, iCloud 제어판 3.1 사용 중 작동 중지 됨

 

 

 

1. iCloud 제어판에서 책갈피 기능 체크 해제 후 적용

 

2. IE 즐겨찾기를 .html 파일로 내보내 백업한 후, IE 상의 즐겨찾기 모두 삭제

 

3. iCloud 제어판에서 책갈피 기능 다시 체크 후 적용

 

4. 백업한 .html 파일을 IE로 다시 불러와 즐겨찾기 복원

블로그 이미지