일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- Bluetooth 스캔
- BottomNavigation
- 안드로이드
- 안드로이드apk변환
- 앱강종
- 앱강종현상
- 로그캣 색상변경
- 고유식별자
- 로그캣 색상지정
- targetSDK29
- 안드로이드 디버깅툴
- apk변환
- retrieveExplicitStyle
- Android Bluetooth
- 투명도 hex값
- aab파일apk변환
- 안드로이드 로그캣
- Android OS 10
- 디바이스ID
- svn체크아웃
- bottomNavigation animation
- Opacity Hex
- target29
- Android
- 바텀네비게이션
- Android10
- 로띠애니메이션
- lottieAnimation
- 바텀네비
- 안드로이드aab변환
Archives
- Today
- Total
공부하는 다락방
윈도우7 아이콘 깨짐 현상 본문
cmd를 관리자모드로 열고 아래에 명령어를 입력하면 재실행 되면서 아이콘이 살아난다!!
@echo off
taskkill /f /im explorer.exe
attrib %userprofile%\appdata\local\iconcache.db -s -r -h
del /q %userprofile%\appdata\local\iconcache.db
start explorer.exe
exit
Comments