태그

2017년 7월 19일 수요일

윈도우에 설치된 프로그램 확인




1. wmic 사용

wmi 사용하지 않은 것은 안 나옴

wmic product get /format:csv > sw.csv




2. registry 확인

uninstall 정보

SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall

읽어와서 예쁘게 csv로 만드는 스크립트 누군가 만든거 없나...





3. PsTool 사용. 이게 짱이다.

PsInfo from Microsoft/Sysinternals

PsInfo 다운받아야함. 64Bit 는 따로 있음

psinfo -s > info.txt
psinfo64 -s > info64.txt

-h Show hotfixes.
-c Print in CSV format.
-t Set delimiter "\t"

한글이 ??? 로 나온다

원격 컴퓨터 가능. 대부분의 PsTool이 그렇다.

\\computer -u username -p password

RemoteRegistry가 켜져있어야한다!

sc start RemoteRegistry



끝.

2017년 7월 7일 금요일

책 How Google Works 후기

책 How Google Works 구글은 어떻게 일하는가? 독서 후기

1. 내가 생각해온 조직문화는 미국에서도 이렇게 어려운 일이었구나

2. 큰 조직에서도 어렵지만 가능하구나

3. the first follower makes the lone nut a leader
  - 첫번째 팔로워가 외로운 미치광이를 리더로 만든다.