부모글 보이기/감추기 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) 정성태 ... 16 17 18 19 20 21 22 23 24 25 26 27 28 29 [30] ... NoWriterDateCnt.TitleFile(s) 450정성태9/28/200612285.NET : 16. ADO.NET vNext Entity Data Model Designer Prototype, CTP449정성태9/28/200613096TFS : 37. Team Foundation Server and Basic Authentication448정성태9/28/200612545TFS : 36. Moving the Team Foundation Server Data Warehouse to a Separate Server447정성태10/20/200612696Vista : 10. ASLR이 적용된 Vista446정성태9/26/200612428개발환경 구성 : 31. Profiling Tool for .NET Developers445정성태10/20/200612118Windows 2008 : 2. LHS Feature Of The Week #2 - Remote Differential Compression444정성태10/20/200612677Windows 2008 : 1. LHS Feature Of The Week #1 - Transactional NTFS443정성태9/23/200612639개발환경 구성 : 30. Tip/Trick: Optimizing ASP.NET 2.0 Web Project Build Performance with VS 2005442정성태9/28/200614256TFS : 35. 설치 설명서 / 관리자 가이드 도움말 업데이트441정성태9/21/200614778개발환경 구성 : 29. SQL Server Spec 비교440정성태10/20/200614010.NET 3.0 : 3. WCF Workshops updated to Release Candidate 1439정성태9/20/200614318개발환경 구성 : 28. Caml Viewer 2007 : released on Codeplex 438정성태9/20/200612890개발환경 구성 : 27. Enterprise Smart Card Deployment in the Microsoft® Windows® Smart Card Framework437정성태9/19/200612918TFS : 34. Getting Started with TFS Integrator 2434정성태9/20/200613533개발환경 구성 : 26. Developing Web Applications on Windows Vista with Visual Studio 2005 433정성태10/20/200613110Vista : 9. Next Generation TCP/IP Stack432정성태9/16/200613079TFS : 33. Now Available: Teamprise V2 Preview 2431정성태9/16/200612700개발환경 구성 : 25. Announcing the Web Client Software Factory430정성태9/15/200613078.NET : 15. ASP.NET 2.0 - A Preview of Web LINQ - BLINQ429정성태9/15/200612596The True Cost of .NET Exceptions428정성태9/15/200614446.NET : 14. IronPython 예제들427정성태9/14/200614003개발환경 구성 : 24. Smart Start and Stop Service in VS.NET Build426정성태9/13/200613536TFS : 32. Team Foundation Server Language Change Package425정성태9/12/200613262TFS : 31. Team Foundation Administrator's Guide (TFSAdmin.chm) 424정성태9/12/200614011Visual C++ : 2. Managed Debugger Expression Evaluator - mcee_mc.dat422정성태9/8/200614048.NET : 13. An Introduction to LINQ ... 16 17 18 19 20 21 22 23 24 25 26 27 28 29 [30] ...