Microsoft/Windows2018. 3. 7. 06:20

SP1 이후에 나온게 있나 찾아 보는데

요 근래에 SP2가 나오긴 한 듯?



2. Download the Convenience Update (SP2)

Now that we have all the prerequisites covered, we can get the convenience update itself. Download links are below.

For x64 systems (477 MB)

For x32 systems (316 MB) 

[링크 : https://answers.microsoft.com/.../how-to-obtain-and-install-windows-7-sp2/]



+

2018.03.15

서비스스택 업데이트를 안해줘서 실행이 안된거였나?

[링크 : http://openart.tistory.com/1326]

Posted by 구차니
Microsoft/Windows2018. 3. 6. 22:58

Asrock H110M 메인보드에서 USB가 인식이 안되는데

BIOS에서는 정상작동하다가 윈도우에서만 안되서 검색을 해보니 헐..

이런망할.. -_-

USB로 설치시에 발생한다고


해결책

1. PS/2 키보드 쓴다(뭠뫄?)

2. DVD로 설치한다. (될까?)


근데 좀 심하게 함정인게 PS/2와 DVD랑 별개로

USB 키보드/마우스가 있는지 여부와

USB 메모리를 통해서 설치하는지 여부 두가지가 관건이다.


즉, PS/2 키보드가 없거나 USB 메모리로 설치하려 한다면

반드시 Win7 USB Patcher를 통해서 윈도우 이미지에 EHCI 드라이버를 추가해주어야 한다.

Intel® N3000 시리즈 SoC 및 100시리즈는 EHCI(Enhanced Host Controller Interface)에 대한 지원을 하지 않습니다. 

[링크 : http://www.asrock.com/microsite/Win7Install/index.kr.html]

    [링크 : http://mongri.net/2810]

[링크 : http://buzapat.com/57]


+

구매한 녀석은 이녀석!

[링크 : http://www.compuzone.co.kr/product/iworks_detail.htm?ProductNo=431931]


그나저나 기술발전 장난아니네.. i3가 i5를 따라잡다니..

[링크 : http://cpu.userbenchmark.com/Compare/Intel-Core-i5-2500-vs-Intel-Core-i3-7100/m517vs3891]

Posted by 구차니
Microsoft/Windows2018. 3. 5. 18:45

여러개 파일을 순서가 막 섞인채로 자동으로 출력하게 하려니

개고생일세.. -_-


아무튼

실험을 해보니

요건.. 어떤 설정을 따라가는지 모르겠지만, 가로 이미지는 정상적으로 나오고 세로는 작게 나온다.

mspaint /pt [image filename] 


이녀석은 알아서 자동으로 나오고, 프린터 설정에 된대로(컬러 프린터 인데 흑백으로 지정) 나온다.
경로는 절대경로로 넣던가 바탕화면에 있어야 한다.

rundll32 C:\WINDOWS\system32\shimgvw.dll,ImageView_PrintTo "c:\mydir\my.bmp" "Fictional HP Printer" 


[링크 : https://stackoverflow.com/questions/2301101/command-line-tool-for-print-picture]

2018/02/23 - [Microsoft/Windows] - 명령줄에서 이미지 프린트하기

Posted by 구차니
Microsoft/Windows2018. 3. 3. 20:11

상태 모니터 보니

아래녀석의 PID가 미친듯이 하드를 긁어대서

이걸 끄니 좀 컴퓨터가 정상작동하네

intel 스펙터/멜트다운 패치가 이제 되어서 그런가 싶기도 한데

머가 원인인진 모르겠네..



Posted by 구차니
Microsoft/Windows2018. 2. 28. 13:54

Windows PowerShell은 Windows 7 SP1 및 Windows Server 2008 R2 SP1부터 모든 Windows에 기본적으로 설치되어 제공됩니다.

[링크 : https://docs.microsoft.com/.../installing-windows-powershell?view=powershell-6]


윈7 에서 해보니 포트 목록 얻고, 열고 닫는 것 까진 문제 없이 된다.

메소드는 대소문자 구분이 없는 듯?

Writing to a Serial Port

PS> [System.IO.Ports.SerialPort]::getportnames()

COM3

PS> $port= new-Object System.IO.Ports.SerialPort COM3,9600,None,8,one

PS> $port.open()

PS> $port.WriteLine(“Hello world”)

PS> $port.Close()


Reading from a Serial Port

PS> $port= new-Object System.IO.Ports.SerialPort COM3,9600,None,8,one

PS> $port.Open()

PS> $port.ReadLine() 

[링크 : https://blogs.msdn.microsoft.com/powershell/2006/08/31/writing-and-reading-info-from-serial-ports/]

Posted by 구차니
Microsoft/Windows2018. 2. 27. 15:16

"콜라주"라는 명칭으로 존재한다 (하스웰 리프레시 i5-4690)


그나저나 이전에 쓰던 탐색기가 가로로 두배 커진 느낌이네 -_-

Posted by 구차니
Microsoft/Windows2018. 2. 23. 16:06

rundll이나 그림판을 이용해 출력이 가능한데...

파이썬 등에서 출력 하는법은 없나..


[링크 : https://stackoverflow.com/questions/2301101/command-line-tool-for-print-picture]

[링크 : https://social.technet.microsoft.com/.../printing-using-invokeverbexprint?forum=ITCG]

Posted by 구차니
Microsoft/Windows2018. 2. 9. 15:14

inf 수정하거나

레지스트리 설정해서 장치 체크 하지 않도록 수정하면 된다는데

막상하니 안되네.. 머가 문젤까...


HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup

DisableDecoratedModelsRequirement=1

[링크 : http://hermes36.tistory.com/64]


[Manufacturer]

%ParfaitticMfg%=Example


; 64비트 용

[Manufacturer]

%ParfaitticMfg%=Example,NTamd64 ; ,(컴마)NTamd64임에 주의


; 32비트 64비트 겸용

[Manufacturer]

%ParfaitticMfg%=Example,NT,NTamd64 

[링크 : http://yukilang.tistory.com/entry/32비트-드라이버용-inf-파일을-64비트용으로-바꾸기]


In the Manufacturer section, change it to look like this:

%ManufacturerName%=Standard,NTx86,NTAMD64

This will give you a single INF file that will support both architectures 

[링크 : https://social.msdn.microsoft.com/.../x86-driver-submission-for-attestation-..-ntamd64-decorated-model...]

Posted by 구차니
Microsoft/Windows2018. 1. 31. 09:41

지인의 요청으로 검색을 하는데

윈7 처럼 하단에 이미지 클릭시 해상도가 출력 안되서 불편하다는데


윈10 순수 해결책으로는 

"내용"로 해서 썸네일 적게 하면서 보던가

"자세히"로 한다음 보기 내용에 해상도를 추가하던가

"세부 정보 창"을 켜고 보던가 정도

[링크 : http://mainia.tistory.com/3956]

[링크 : https://superuser.com/questions/481462/show-image-dimensions-in-status-bar-in-windows-8-file-explorer]


외부해결로는 확장기능 이용해서 사용하기.. 귀찮네 -_-

[링크 : https://www.howtogeek.com/...-windows-10s-file-explorer-look-like-windows-7s-windows-explorer/]

'Microsoft > Windows' 카테고리의 다른 글

명령줄에서 이미지 프린트하기  (0) 2018.02.23
32비트 드라이버 64bit OS에서 강제로 깔기  (2) 2018.02.09
windows monthly rollup  (0) 2018.01.05
윈도우 단축키  (0) 2017.12.23
win10 UEFI fastboot 설치  (0) 2017.12.06
Posted by 구차니
Microsoft/Windows2018. 1. 5. 23:01
Posted by 구차니