기본 콘텐츠로 건너뛰기

win32 액세스 거부가 나타날때!, USB 시스템 메모리 지우기

1. USB에 가상디스크가 있는지 확인한다.
2. 만약 있다면 cmd - diskpart을 실행한다
3. lisk disk 을 치고, usb 드라이드를 select disk 1(USB 해당번호 적는다)
4. 그리고 clean 친다.
5. 제어판에 디스크 포맷에 들어가서 드라이브를 잡는다.
6. win 32을 실행 후 작동한다.

댓글

이 블로그의 인기 게시물

TextRecognitionAPP 성공한 xml

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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 < ?xml   version = "1.0"   encoding = "utf-8" ? > < RelativeLayout   xmlns:android = "http://schemas.android.com/apk/res/android"         xmlns:app = "http://schemas.android.com/apk/res-auto"         xmlns:tools = "http://schemas.android.com/tools"         android:layout_width = "match_parent"         android:layout_height = "match_parent"         tools:context = ".MainActivity" >      < ImageView                 android:id = "@+id/image_view"                 and...