레이블이 Windows 10인 게시물을 표시합니다. 모든 게시물 표시
레이블이 Windows 10인 게시물을 표시합니다. 모든 게시물 표시

2018-01-23

PowerShell로 Windows 10 복원 지점 생성하기

PowerShell로 Windows 10 복원 지점 생성하기


powershell -Command "Start-Process powershell.exe -ArgumentList '-ExecutionPolicy Bypass -NoExit -Command \`"Checkpoint-Computer -Description \"RestorePoint1\" -RestorePointType \"MODIFY_SETTINGS\"\`"' -Verb RunAs"

2017-09-20

Windows 10 Update Assistant에서 Not Supported "Realtek USB 3.0 Card Reader"

Windows 10 Update Assistant에서 Realtek USB 3.0 Card Reader를 지원하지 않아 다음 단계로 진행할 수 없는 현상에 대한 Research 내용

  1. Used Device manager to disabled the "Realtek USB 3.0 Card Reader" 
  2. Rebooted my Surface
  3. Used Device Manager to Delete the Realtek USB 3.0 Card Reader
  4. (DO NOT reboot after deleting the driver or Windows 10 will just automatically reinstall it after a reboot)
  5. Used Windows 10 Update Assistant to update my Surface (this was failing prior to taking these steps)
  6. Ran update manually even though it was reporting no updates were available
  7. Windows Update found and installed the new Realtek USB 3.0 Card Reader driver
  8. Rebooted my Surface and all is good running the new Creator update.

2016-11-29

Windows 10 업데이트되면서 mspaint.exe 가 Paint 3D로 바뀌었네...

Windows 10 Inside Preview를 통해서 업데이트 되어
mspaint.exe 프로그램이 Paint 3D 로 바뀌었다..

자주 쓰는 도구였는데, 당황스럽게...

msapint.exe를 예전 2D 프로그램으로 실행되게 하는 방법이 없나 찾아보니
있네요..

http://winaero.com/blog/get-classic-paint-in-windows-10-creators-update/

그 중에서 레지스트리 키를 추가하여 하는 방법으로 적용

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Paint\Settings

DisableModernPaintBootstrap

해당 키는 32bit DWORD 타입, 값은 1로 설정하고 다시 mspaint.exe를 실행하니 원래 사용하던 프로그램으로 되었네요..^^


2016-09-07

Surface Pro3 의 Typecover Keyboard 에서 한자 변환키 설정하기


Surface Pro 3 Type cover keyboard에서 한자 변환 키를 한/영변환키 옆의 우측 Alt 키로 변경하기













이때 키보드 디바이스 드라이버 유형은  다음 중 2번 항목으로 설정되었을 때 사용하는 방법입니다.

1. 한글 PS/2 키보드/USB 키보드(103/106키)
-> 한/영, 한자 변환키를 사용하는 키보드입니다.

2. PC/AT 101키 호환 키보드/USB 키보드(종류 1)
-> 한/영 = 오른쪽 Alt, 한자 = 오른쪽 Ctrl

3. PC/AT 101키 호환 키보드/USB 키보드(종류 2)
-> 한/영 = 오른쪽 Shift + Space, 한자 = 오른쪽 Ctrl + Space

4. PC/AT 101키 호환 키보드/USB 키보드(종류 3)
-> 한/영 = 왼쪽 Shift + Space, 한자 = 왼쪽 Ctrl + Space



일단 키보드의 키매핑 정보를 변경하기 위한 SharpKeys  애플리케이션을 다운로드합니다.

http://sharpkeys.codeplex.com/

SharpKeys 를 실행하여 왼쪽 From Key영역의 Type Key를 눌러 우축 Alt키를 누르고,














다시 오른쪽 To Key의  목록에서 Special: Right Ctrl(E0_1D)로 변경하면 됩니다.
이후 시스템을 재시작하면 오른쪽 Alt키가 한자 변환 키로 변경됩니다.

[참고]
키보드 유형별 레지스트리 정보

한국어 101 키 유형 1 USB 키보드

다음 표에서
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\i8042prt\Parameters
한국어 101 키 유형 1 USB 키보드에 대 한 레지스트리 항목이 있습니다.
값 이름값 형식값 데이터
KOR LayerDriverREG_SZkbd101a.dll
OverrideKeyboardIdentifierREG_SZPCAT_101AKEY
OverrideKeyboardSubtypeDWORD3
OverrideKeyboardTypeDWORD8

한국어 101 키 유형 2 USB 키보드

다음 표에서
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\i8042prt\Parameters
한국어 101 키 유형 2 USB 키보드에 대 한 레지스트리 항목이 있습니다.
값 이름값 형식값 데이터
KOR LayerDriverREG_SZkbd101b.dll
OverrideKeyboardIdentifierREG_SZPCAT_101BKEY
OverrideKeyboardSubtypeDWORD4
OverrideKeyboardTypeDWORD8

한국어 101 키 유형 3 USB 키보드

다음 표에서
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\i8042prt\Parameters
한국어 101 키 유형 3 USB 키보드에 대 한 레지스트리 항목이 있습니다.
값 이름값 형식값 데이터
KOR LayerDriverREG_SZkbd101c.dll
OverrideKeyboardIdentifierREG_SZPCAT_101CKEY
OverrideKeyboardSubtypeDWORD5
OverrideKeyboardTypeDWORD8

한국어 103/106 키 USB 키보드

다음 표에서
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\i8042prt\Parameters
한국어 103/106 키 USB 키보드에 대 한 레지스트리 항목이 있습니다.
값 이름값 형식값 데이터
KOR LayerDriverREG_SZkbd103.dll
OverrideKeyboardIdentifierREG_SZPCAT_103KEY
OverrideKeyboardSubtypeDWORD6
OverrideKeyboardTypeDWORD8

2016-08-20

Windows 10 Inside Preview 14905 build number에서 restart/shutdown issue

Windows 10 Inside Preview 에 가입하여 업데이트를 하고 있다.
이번에 14905 Build number로 업데이트 후 Start 메뉴에서 Power Switch를 통한 Restart/Shutdown 화면이 안나온다..
구글링을 해보니 이미 알려진 Bug...라고.. 편법으로 다음과 같이 사용하라고..에궁..

When clicking on the power button on the Start menu, it closes the Start menu without opening the flyout with restart/shutdown options appearing. As a workaround – you can right-click on the Start button (or WIN + X) and choose to shutdown via this menu instead.

12.3 비상계엄령으로 친위쿠데타를 일으킨 윤석열과 그에 동조하는 국민의힘 의원은 모두 심판해야 한다

 프랑스  알레르까뮈의 명언을 곱씹어 본다. 우리 역사에서 친일파를 심판하지 않고 또 다시 그들과 그에 동조하는 윤석열과 그 추종세력들, 그리고 국민의힘 의원, 모두에게 내일의 범죄를  예약하는 일은 절대 없어야 하겠다. 그들 모두 심판하여 단죄하여야...