본문 바로가기

운영체제/windows vista4

vista shutdown 정책 Shutdown Changes for Windows Vista The following table summarizes the differences between shutdown on Windows Vista and Windows XP. Feature Windows XP Windows Vista Blocking shutdown Applications can delay responding to WM_QUERYENDSESSION for 5 seconds, then the system allows the user to terminate the application. Applications that return TRUE in response to WM_QUERYENDSESSION can delay respondi.. 2014. 8. 8.
EPROCESS - > Flag Protected Processes Protected Processes Windows Vista introduces new type of processes, so called "protected processes". The access to the processes is restricted regardless of actual access control lists and assigned integrity levels. Only limited subset of operations is allowed, such as termination, suspending, resuming, retrieving process image name and synchronization. Whenever a process is opened system perfor.. 2010. 6. 16.
Vista - Unsigned Drivers - 아래와 같은 간단한 방법으로 인증돼지 않은 드라이버를 테스트 할수 있다. run these commands at elevated command prompt and unsigned drivers will run no need to f8 on reboot Bcdedit.exe /set TESTSIGNING ON Bcdedit.exe /set TESTSIGNING OFF 좀 더 나은 방법이 없을까.. 2008. 9. 26.
Vista Debug 모드 설정 하기.. 기존 Os와 같은 경우 c:\의 boot. ini 나 시스템 복구 설정에서 편집을 통하여 설정하였다. 그러나 Vista는 그와 같은 방법을 지원하지 않고 직접 설정을 통해 부팅 모드를 변경 할 수 있다. 실행-> msconfig 입력 위와 같은 설정만으로 부팅 모드를 변경 할 수 있다.( 1394, Usb 지원) ... 모르는 분들은 없을 거라 생각한다...난 혹시 까먹을까바.. ^____^ 2008. 9. 24.