Microsoft/Windows2017. 11. 21. 16:08

리눅스에서는 clear;ls;clear 식으로 하면되는데

MS 에서는 &로 하면되고

&&는 앞이 정상종료면 뒤를 수행하는 식이군


Using multiple commands and conditional processing symbols

You can run multiple commands from a single command line or script using conditional processing symbols. When you run multiple commands with conditional processing symbols, the commands to the right of the conditional processing symbol act based upon the results of the command to the left of the conditional processing symbol. For example, you might want to run a command only if the previous command fails. Or, you might want to run a command only if the previous command is successful.

You can use the special characters listed in the following table to pass multiple commands.

CharacterSyntaxDefinition

& [...]

command1 & command2

Use to separate multiple commands on one command line. Cmd.exe runs the first command, and then the second command.

&& [...]

command1 && command2

Use to run the command following && only if the command preceding the symbol is successful. Cmd.exe runs the first command, and then runs the second command only if the first command completed successfully.

|| [...]

command1 || command2

Use to run the command following || only if the command preceding || fails. Cmd.exe runs the first command, and then runs the second command only if the first command did not complete successfully (receives an error code greater than zero).

( ) [...]

(command1 & command2) 

Use to group or nest multiple commands.

; or ,

command1 parameter1;parameter2

Use to separate command parameters.


[링크 : https://www.microsoft.com/.../ntcmds_shelloverview.mspx?mfr=true]

    [링크 : https://stackoverflow.com/.../how-do-i-run-two-commands-in-one-line-in-windows-cmd]

[링크 : https://social.technet.microsoft.com/.../864c262b-13b9-4771-94ca-76e63866d59a/]

Posted by 구차니
Microsoft/Windows2017. 11. 21. 09:48

회사 출근해서 2주전에 구매한 녀석 이제 확인하려고 했더니

허...COEM 이라 메인보드에 박힌 녀석이니... CPU 교체도 안됨

(pci-ex x4 슬롯이 없어서 메인보드 바꾸면 라이센스 날아감..)


2주 지나서 불량 아니면 교환/환불 불가

컴퓨존 제품을 보니 죄다 pci-ex x8 + pci-ex x1 2개 이런식 구성이라

다른 메인보드 바꿔줄수도 없고 결론은 무리! ㅠㅠ


아무튼 멘탈 와사사사삭 ㅠㅠ


1. CPU를 교체해도 정품인증이 풀리나요?(메인보드 변경없음)

라이선스 종류에 따라 다릅니다. OEM, COEM은 메인보드나 CPU 하나라도 교체 하시면 사용권이 소멸 되고 RETAIL 은 상관없습니다. 윈도우즈10 업그레이드 전 이전 운영체제인 Windows 7 또는 8.1의 라이선스에 종류에 따라 인증 유무가 결정된다고 하네요. 자신의 pc가 어떤 라이선스 방식을 사용하는지 확인할 수 있습니다. 

[링크 : https://answers.microsoft.com/.../cpu교체시/985952a2-1e98-4ddd-931c-3d9430633649]


+

근데 동일 CPU로 바꾸면 상관없으려나?

그거 관련 검색은 안나오네. 극단적이지만 cpu 불량으로(오버 등으로)

동일 메인보드에 CPU도 동일 모델로 하면 cpu 시리얼은 달라지지만 같으니까 상관없는지 정보가 없다 ㅠㅠ

Posted by 구차니
Microsoft/Visual Studio2017. 11. 14. 16:49

VS2010 프로젝트를 커뮤니티에서 열어서 빌드 하려니 에러가 나는데..

error MSB8020: Visual Studio 2010에 대한 빌드 도구(플랫폼 도구 집합 = 'v100')를 찾을 수 없습니다. v100 빌드 도구를 사용하여 빌드하려면 Visual Studio 2010 빌드 도구를 설치하십시오.  [프로젝트] 메뉴를 선택하거나 솔루션을 마우스 오른쪽 단추로 클릭한 다음 "솔루션 대상 변경"을 선택하여 현재 Visual Studio 도구로 업그레이드할 수도 있습니다. 


일단 프로젝트를 켤때 아래와 같이 솔루션 작업 검토란게 떠서, 그냥 취소하고 넘어간게 화근 -_-


일단.. 솔루션 탐색기의 최상단 항목에서(생성된 프로젝트 명 말고)

"솔루션 대상 변경"을 하면, 위의 녀석이 또 나오니 설치되어 있는 SDK와 플랫폼을 선택하면 끝!


수작업으로 하려면 프로젝트 구성에서

구성 - 모든 구성 - 일반에서

Windows SDK 버전과 플랫폼 도구 집합 두가지를 변경해주면 동일하게 된다.


[링크 : https://msdn.microsoft.com/ko-kr/library/mt186161.aspx]

Posted by 구차니
Microsoft/Windows2017. 11. 7. 18:54

윈도우 7으로 어쩔수 없이(?) 구매해서 했는데

업데이트 하려고 하니 머시라?


에러 코드 80240037


원인

새로운 프로세서 세대 지원을 위한 최신 Windows 버전을 필요로 하기 때문에 발생 합니다. 예를 들어, Windows 10은 다음 프로세서 제품에서 지원 되는 유일한 Windows 버전:


인텔 7 번째 (7)-세대 프로세서

AMD "로마 볼록"

Qualcomm “8996"

이 지원 정책 구현 방법 때문에 다음과 같은 Windows 버전을 실행 하 고 일곱 번째 세대 나 이후 세대의 프로세서를 가진 장치 더 이상 수 스캔 또는 Microsoft Update 또는 Windows Update를 통해 업데이트 다운로드.


Windows Server 2012 R2

Windows 8.1

Windows Server 2008 R2

Windows 7

해결 방법

해당 컴퓨터에서 다음 세대의 프로세서가 있으면 Windows Server 2016 및 Windows 10 Windows 8.1 및 창 7 기반 컴퓨터에 Windows Server 2012 R2 및 Windows Server 2008 R2 기반 컴퓨터 업그레이드 하는 것이 좋습니다.


I ntel 7 번째 (7)-"인텔 코어" 프로세서 세대 나 이후 세대

AMD 7 번째 (7)-("로마 볼록") 세대 프로세서나 세대로

"8996" Qualcomm 프로세서나 세대로

 

[링크 : https://support.microsoft.com/.../the-processor-is-not-supported-together-with-the-windows-version-that]


로마 볼록이 먼가 했네 -_-

Intel seventh (7th)-generation processors

AMD “Bristol Ridge”

Qualcomm “8996" 

AMD는 A12 이후 모델 인 듯?

[링크 : https://support.microsoft.com/.../the-processor-is-not-supported-together-with-the-windows-version-that]

[링크 : http://www.itworld.co.kr/t/62074/퍼스널컴퓨팅/103936]


해결책은 우회 프로그램 설치... 인가?

[링크 : https://github.com/zeffy/wufuc]

   [링크 : http://reslee.kr/75]


+

아무튼 아예 업데이트를 진행조차 못하게 하는 이런 말도 안되는 만행은

정책이라고 넘어가기에는 너무 미친 짓인 듯 -_-

Posted by 구차니
Microsoft/Visual Studio2017. 11. 7. 18:45

완전 무료로 풀렸다길래 시도해봤더니..

저거 어느 세월에 다 받아... -_ㅠ


일단 MFC는 기본 선택에서는 빠져있는데 추가하면 1.3GB 정도 추가된다.


+

2017 iso가 있나 찾아 봤더니

그건 없고 버전 골라서 다운받는건 가능 한 듯?


일단 완전 오프라인으로 하려면

인증서를 만들고 설치해야 하는 것 같은데 인증서 툴은 windows sdk를 받아야 하는 딜레마가.. -_-

[링크 : https://docs.microsoft.com/ko-kr/visualstudio/install/install-visual-studio-in-offline-environment]

[링크 : https://docs.microsoft.com/ko-kr/visualstudio/ide/create-an-offline-installation-of-visual-studio]

[링크 : https://docs.microsoft.com/ko-kr/visualstudio/install/install-vs-inconsistent-quality-network]



+

나름 SSD 달린(꾸졌지만) 2710p 에서는 무리인가..

MFC 띄우려니 엄청 오래걸리고 버버버버벅...

Posted by 구차니
Microsoft/Visual Studio2017. 11. 7. 18:00

헐.. 별게 다되네


[링크 : https://docs.microsoft.com/ko-kr/visualstudio/python/installation]

[링크 : https://docs.microsoft.com/ko-kr/visualstudio/python/python-projects]



+

파이썬 하려고 하면 utf8 오류 난다는데 

느낌이 파이썬은 ASCII고 Visual Studio는 utf-8로 저장해서 그런 듯?

혹은 BOM이 없는 UTF-8 이거나?


[링크 : http://plming.tistory.com/140]

[링크 : https://libsora.so/posts/python-hangul/]

Posted by 구차니
Microsoft/Windows2017. 11. 5. 09:23

망할 보안프로그램 문제인가?

activex 주제에 시작프로그램을 깔려서 은근슬쩍 돌아가는

Veraport 이녀석이 문제였나 보네?


[링크 : https://answers.microsoft.com/.../5ae97320-3013-40f4-bcf2-c961da2e28b9]


+

2017.11.13

win7 기준 msconfig 에서 veraport30을 끄고 재시작 하면 된다.


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

아 망할 COEM 라이센스  (0) 2017.11.21
7세대 인텔 cpu 와 윈7 업데이트.. -_-?  (0) 2017.11.07
windows multipoint server  (0) 2017.09.22
cpu 사용량 제한하기(윈도우)  (0) 2017.08.24
win10 그림판 / 3d 뷰  (0) 2017.08.03
Posted by 구차니
Microsoft/Windows2017. 9. 22. 13:43
Posted by 구차니
Microsoft/Office2017. 9. 7. 16:40

내보내기에서 필터를 이용해서 하면 됨.

[링크 : http://eniac.co.kr/220724126604]

Posted by 구차니
Microsoft/Office2017. 9. 5. 09:33

=TEXT(200/100,"0.00")

2.00

으로 출력됨


[링크 : http://memoranda.tistory.com/entry/엑셀-TEXT-함수]

Posted by 구차니