Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2008-08-28 11:35:51
Size: 404
Editor: 220
Comment:
Revision 5 as of 2008-12-07 14:59:20
Size: 898
Editor: 218
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
[Microsoft]사의 [win32]기반 OperatingSystem [MicroSoft]사의 [Win32]기반 OperatingSystem
Line 8: Line 8:

사용팁
 1. ctrl-shift 를 누른 상태에서 실행창에 "cmd"를 입력하면 명령행 프롬프트가 관리자용으로 실행된다. [Patch]등 프로그램을 쓸 때 사용. from http://kldp.org/node/97645
 1. 확장자 연결프로그램 변경 (관리자모드에서)
{{{
C:\Users\yong27>assoc .py
.py=Python.File

C:\Users\yong27>ftype Python.File
Python.File="C:\Python30\python.exe" "%1" %*

C:\Users\yong27>ftype Python.File="C:\Python25\python.exe" "%1" %*
}}}

[MicroSoft]사의 [Win32]기반 OperatingSystem

[WindowsXP]와 거의 비슷하면서도 약간의 차이가...

  1. 부팅이 오래걸리지만 일단 다 올라오면 그럭저럭 속도 유지 (안정적인 프로세스 관리?)
  2. 프로그램실행시 권한 확인
  3. xp용 프로그램들은 설치가 안되는 것이 간혹 있다.
  4. 작업관리자에서 서비스관리가 가능

사용팁

  1. ctrl-shift 를 누른 상태에서 실행창에 "cmd"를 입력하면 명령행 프롬프트가 관리자용으로 실행된다. [Patch]등 프로그램을 쓸 때 사용. from http://kldp.org/node/97645

  2. 확장자 연결프로그램 변경 (관리자모드에서)

C:\Users\yong27>assoc .py
.py=Python.File

C:\Users\yong27>ftype Python.File
Python.File="C:\Python30\python.exe" "%1" %*

C:\Users\yong27>ftype Python.File="C:\Python25\python.exe" "%1" %*

WindowsVista (last edited 2012-09-28 08:44:28 by 182)

web biohackers.net