부모글 보이기/감추기 AD BLOCK 해제 요청 이 글에는 광고가 많이 들어가 있지 않습니다. adblock을 해제하셔도 글을 읽는데 그다지 부담이 없으니 해제를 부탁드립니다. What's the difference between LastWriteTime and ChangeTime in FILE_BASIC_INFO? ; http://blogs.msdn.com/b/oldnewthing/archive/2010/07/09/10036162.aspx 위와 같은 차이가 있고, 윈도우 7에서는 성능향상을 위해 "LastWriteTime"에 대한 업데이트가 비활성화되었다고 합니다. Disabling Last Access Time in Windows Vista to improve NTFS performance ; http://blogs.technet.com/b/filecab/archive/2006/11/07/disabling-last-access-time-in-windows-vista-to-improve-ntfs-performance.aspx 다음과 같은 명령어를 '관리자 권한'으로 실행하면 됩니다. fsutil behavior set disablelastaccess 0 생각해보면, 그다지 중요하지 않은 윈도우 2008 서버 머신이라면, 역시 비활성화해도 상관없지 않을까 싶습니다. 참고로, 현재 모드를 알고 싶다면 다음과 같이 명령을 내릴 수 있습니다. fsutil behavior query disablelastaccess [다음 글] VS.NET IDE : 60. VS Load Test - 부하 조절[이전 글] .NET : 116. Entity Framework 4 - Lazy Loading, Eager Loading [최초 등록일: 6/23/2011] [최종 수정일: 6/23/2011] 비밀번호 댓글 작성자 2018-06-06 03시16분 fsutil의 또 다른 기능으로, Windows 10 이후부터 파일 시스템에 대한 대/소문자를 구분하도록 만들 수 있습니다.How to enable NTFS support to treat folders as case sensitive on Windows 10; https://www.windowscentral.com/how-enable-ntfs-treat-folders-case-sensitive-windows-10 정성태 2020-12-10 03시39분 C:\Windows\System32> fsutil behavior query EncryptPagingFileEncryptPagingFile = 0 (Disabled) 정성태 1 2 3 4 5 6 [7] 8 9 10 11 12 13 14 15 ... NoWriterDateCnt.TitleFile(s) 1026정성태2/4/200915482TFS : 171. Increment your Assembly Versions using Team Build1025정성태2/3/200916305Debug : 39. Windows 7 에서 동작하는 ADPlus1024정성태2/1/200915795VS.NET IDE : 44. Project Template for TFS Utilities 1023정성태1/30/200916316SDK : 16. MsiQueryProductState API1022정성태1/29/200916104.NET : 98. Pex1021정성태1/27/200916140Windows 2008 : 8. Active Directory Recycle Bin1020정성태1/23/200916179IIS : 27. IIS 6 환경에서 AppPool 사용 관리1019정성태1/23/200915902.NET : 97. COM 개체 사용시 주의점1018정성태1/23/200915972VS.NET IDE : 43. 새 프로젝트 대화창에서 프로젝트 템플릿이 없을 때 - DevEnv /InstallVSTemplates1017정성태1/21/200916083.NET 4.0: 7. Workflow Foundation 3.0/3.5와 4.0의 호환에 관해서.1016정성태1/20/200917494.NET 3.0 : 29. WPF - HWND를 가진 윈도우 투명 처리1015정성태1/18/200914872Web : 2. Azure 서비스 맛보기 예제1014정성태1/17/200917318Vista : 54. WinRM(Windows Remote Management)1013정성태1/17/200915076Windows 7: 2. VS.NET 2008을 64비트 Windows 7 베타에 설치 불가1012정성태1/15/200915520.NET 3.0 : 28. WPF - Dependency Object 를 Console 응용 프로그램에서 다루기1011정성태1/13/200914446IIS : 26. 파일 공유를 통한 Configuration 공유 방법 개선1010정성태1/13/200914940Windows 7: 1. BitLocker - USB 드라이브 지원1009정성태1/12/200914839IIS : 25. ConfigurationEditor - .config 변경에 대한 코드 생성기1008정성태1/10/200916010IE 8 User Agent 문자열1007정성태1/10/200922081.NET 3.0 : 27. WPF - 폴더 선택 대화창 (FolderBrowserDialog) [4]1006정성태1/7/200915224.NET : 96. C# Interpreter1005정성태1/4/200915526MPI 를 사용한 첫 응용 프로그램 소개1004정성태1/3/200915024개발 환경 구성: 125. PowerShell - 동적으로 C# 응용 프로그램 빌드 [1]1003정성태1/1/2009186662008년 인기 순위 정리1002정성태12/31/200814864Software Release Management - The Questionnaire 1001정성태12/31/200814692.NET : 95. 빌드된 어셈블리를 서명하는 방법 [1] 1 2 3 4 5 6 [7] 8 9 10 11 12 13 14 15 ...