부모글 보이기/감추기 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) 475정성태11/8/200612636개발 환경 구성: 42. VHD 파일을 가상 하드 디스크로 설정하는 방법1474정성태10/17/200612312개발 환경 구성: 41. Getting Linq to work outside of a Linq project template 473정성태10/16/200611787개발 환경 구성: 40. Source/Documentation for Simple ASP.NET 2.0 SQL Providers Published 472정성태10/12/200612631개발환경 구성 : 39. Microsoft .NET Framework 버전 3.0 배포471정성태10/12/200612229개발환경 구성 : 38. 서명되지 않은 어셈블리를 서명.470정성태10/11/200611907.NET : 23. FxCop: SuppressMessage 특성에 Expiry 값 설정469정성태10/29/200612677개발환경 구성 : 37. XSDClassgen = XSDObjectGen + .net framework 2.0 468정성태10/10/200612380.NET : 22. 잘 정리된 .NET Tips467정성태10/10/200612672개발환경 구성 : 36. The Differences Between Rijndael and AES466정성태10/9/200612149TFS : 42. TFS 도움말 업데이트 - 버전 61004465정성태10/29/200611772Visual C++ : 3. COM 심층 분석(한기용님)1464정성태10/7/200612963개발환경 구성 : 35. Ngen 을 적용한 응용 프로그램을 디버깅하는 방법463정성태10/7/200612762.NET : 21. C# - lock keyword == Monitor 사용462정성태10/6/200612398.NET : 20. 명시적으로 Dispose 를 호출하도록 유도.461정성태10/5/200611884TFS : 41. Configuring SSL and the ISAPI filter in TFS SP1 Beta460정성태10/5/200613029TFS : 40. Team Build 에서 특정 폴더 제외하는 방법459정성태10/5/200612617.NET : 19. LINQ 관련 링크 목록 458정성태10/1/200613481TFS : 39. Team System Source Code: Unlocking Checed Out Files457정성태9/30/200612419개발환경 구성 : 34. Visual Studio 2005 Team Edition for (unmanaged) C++ Developers456정성태9/30/200613008TFS : 38. Draft Documentation for Visual Studio 2005 Service Pack 1 Beta455정성태9/30/200612998.NET : 18. Orcas CTP now includes STL/CLR454정성태9/28/200613085개발환경 구성 : 33. Managed Lex and Yacc453정성태10/20/200612896Vista : 11. A Vista update: integration between System.Transactions and the transacted file system and registry 452정성태9/28/200612304개발환경 구성 : 32. Simple Sharing Extensions for RSS and OPML451정성태9/28/200612489.NET : 17. Enterprise Library v3: The Plan450정성태9/28/200612285.NET : 16. ADO.NET vNext Entity Data Model Designer Prototype, CTP ... 16 17 18 19 20 21 22 23 24 25 26 27 28 [29] 30 ...