- 윈도우 설정 기록
- 윈도우 설정 수집
1 스크립트[ | ]
Bash
Copy
for /f "tokens=1" %a in ('hostname') do set hostname=%a
set today=%date:~0,4%%date:~5,2%%date:~8,2%
set today=%date%
tasklist | sort | findstr /r /v "^sort. ^tasklist. ^System\ Idle" > tasklist.%hostname%.%date%.txt
netstat -ban > netstat_ban.%hostname%.%date%.txt
wmic useraccount > useraccount.%hostname%.%date%.txt
start .
exit
2 같이 보기[ | ]
3 참고[ | ]
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.
- 분류 댓글:
- 윈도우 (9)
FastStone 이미지 뷰어 ― John Jeong윈도우 98 ― …윈도우 openssl 설치 ― …윈도우 TeX Live 설치 ―Pinkcrimson
윈도우 TeX Live 설치 ―Pinkcrimson
윈도우 TeX Live 설치 ―Pinkcrimson
윈도우 단축키 ― Kyeseung Kim윈도우 단축키 ― John Jeong윈도우에 SFTP 서버 구축하기 ― …