Windows 10 에서 생성하거나 수정하는 모든 파일 에는 파일 속성이 첨부되어 파일이 생성, 수정, 열렸을 때 등을 알려줍니다. 과제 제출을 늦게 했는지 아니면 그저 자신의 흔적을 숨기려고 하는 것인지는 중요하지 않습니다. 정보를 변경하지 않는 한 정보는 항상 거기에 있을 것입니다.
이러한 파일 속성을 변경하려는 경우 몇 가지 옵션이 있습니다. 새 Windows PowerShell 을 사용하여 이 데이터를 변경하거나 제거할 수 있습니다. 또는 Windows 파일 탐색기 나 (Windows File Explorer)Attribute Changer 와 같은 다른 타사 앱 을 사용하여 수행할 수 있습니다 . 이러한 방법을 사용하여 Windows 10 에서 파일 속성을 변경하는 방법은 다음과 같습니다 .
Windows 파일 탐색기를 사용하여 파일 속성 제거(Removing File Attributes Using Windows File Explorer)
Windows 10 에서 마지막으로 수정한 날짜 또는 기타 파일 속성을 변경하려는 경우 Windows 파일 탐색기 에서 파일의 (Windows File Explorer)속성(Properties) 메뉴를 사용하여 변경할 수 있습니다 .
불행히도 이것은 불가능합니다. 파일 탐색기(File Explorer) 에서 특정 파일 속성을 보고 변경할 수 있지만 마지막으로 보거나 편집하거나 수정한 날짜는 변경할 수 없습니다. 그러나 문서의 작성자 이름(author name) , 미디어 파일의 등급과 같은 기타 개인 데이터는 제거되고 파일을 읽기 전용 또는 숨김으로 설정합니다.
마지막으로 수정한 날짜, 생성 날짜(creation date) 및 기타 필수 파일 정보(file information) 와 같은 다른 파일 속성을 변경하려면 이 문서의(article—in particular) 뒷부분에 나열된 방법 중 하나를 사용해야 합니다 . 특히 Attribute Changer 앱(Attribute Changer app) 을 사용합니다 .
- 특정 개인 파일 속성을 제거하려면 Windows 파일 탐색기(Windows File Explorer) 를 열고 파일 을 찾으십시오. 파일을 마우스 오른쪽 버튼으로 클릭하고 속성 (Properties)을 누릅니다(file and press) .
- 속성(Properties) 상자에서 세부 정보(Details) 탭을 누른 다음 속성 및 개인 정보 제거(Remove Properties and Personal Information ) 옵션 링크를 클릭합니다.
- 언급했듯이 여기에서 파일 생성 날짜(file creation date) 또는 기타 필수 파일 속성 을 제거하거나 변경할 수 없습니다 . 파일에 다른 개인 정보가 첨부되어 있는 경우 가능한 모든 속성이 제거된 복사본 만들기(Create a copy with all possible properties removed) 옵션 을 눌러 해당 정보가 제거된 파일 복사본을 만든 다음 확인(OK) 을 눌러 저장하고 작업을 수행할 수 있습니다. 선택한 속성이 제거된 원본 파일과 동일한 폴더에 파일 사본이 나타납니다.
- 기존 파일에서 이 정보를 제거하려면 대신 이 옵션에서 다음 속성 제거를 선택한 다음 제거할(Remove the following properties from this) 속성을 선택합니다. 확인(OK) 을 눌러 파일에서 이 정보를 저장하고 제거하십시오.
- 파일 탐색기(File Explorer) 를 사용 하여 파일이 숨겨져 있는지 읽기 전용인지와 같은 다른 파일 속성을 변경하거나 설정할 수도 있습니다. 속성(Properties) 상자에서 일반 탭으로 전환 한 다음(General) 숨김 또는(Hidden) 읽기 전용(Read Only) 확인란을 눌러 해당 설정을 활성화하거나 비활성화한 다음 확인(OK) 을 클릭하여 저장합니다.
마지막 수정 날짜 및 기타 속성을 변경하려면 아래 나열된 다른 방법을 사용해야 합니다.
PowerShell을 사용하여 파일 속성 변경(Change File Attributes Using The PowerShell)
Windows PowerShell 의 attrib 명령을 사용하면 Windows 10 파일 의 파일 특성을 보고 변경할 수 있습니다. 표준으로 포함되어 있으므로 사용하기 위해 추가 소프트웨어가 필요하지 않습니다.
이것은 상당히 복잡한 방법이지만 매우 제한적입니다. 파일 속성을 더 쉽게 변경하려면 아래 나열된 속성 변경기 앱 을 사용하세요.(Attribute Changer app)
- 시작하려면 PowerShell 창을 여세요. 가급적이면 관리자 권한으로 엽니다. 이렇게 하려면 Windows 시작 메뉴를 마우스 오른쪽 버튼으로 클릭하고 (Windows start menu and press) PowerShell(관리자)(PowerShell (Admin)) 을 눌러 관리자 권한이 활성화 된 새 PowerShell 창 을 시작합니다.(PowerShell window)
- cd 및 ls 명령을 사용하여 폴더를 이동하고 파일(list file) 내용을 나열합니다. 올바른 폴더에 있으면 Get-ItemProperty -Path file | Format-list -Property * -Force , 파일(file) 을 파일 경로로 바꿉니다.
- Set-ItemProperty 명령을 사용하여 읽기 전용 액세스와 같은 파일 속성을 변경할 수 있습니다. 이렇게 하려면 set-ItemProperty -Path file -Name IsReadOnly -Value True 를 입력하고 (Set-ItemProperty -Path file -Name IsReadOnly -Value True)file 을 파일 이름(file name) 으로 바꿉니다 . 이 명령에 사용할 수 있는 전체 변수 목록은 전체 Microsoft PowerShell 설명서(Microsoft PowerShell documentation) 에서 자세한 내용을 참조하세요.
변경이 성공하면 PowerShell 은 응답을 반환하지 않지만 Get-ItemProperty -Path file | Format-list -Property * -Force파일 탐색기(File Explorer) 를 사용하여 파일 속성을 봅니다 .
이것은 우리가 언급한 것처럼 파일 속성을 변경하는 가장 쉬운 방법이 아닙니다. Attribute Changer 와 같은 타사 앱은 이를 훨씬 쉽게 만들고 마지막 수정 날짜 등을 변경할 수 있도록 합니다.
속성 체인저를 사용하여 Windows 10 파일 속성 변경(Using Attribute Changer To Change Windows 10 File Attributes)
속성 변경자는 (Attribute Changer)Windows 에서 파일 속성을 변경하는 가장 좋은 방법을 제공합니다 . 일반적인 숨김 및 읽기 전용 속성과 함께 Attribute Changer 를 사용하면 파일 (Attribute Changer)액세스 및 파일 생성 날짜 및(access and file creation dates) 기타 옵션 을 수정할 수 있습니다.
- 먼저 Attribute Changer(download and install Attribute Changer) 를 다운로드하여 설치해야 합니다 . 설치가 완료되면 Windows 파일 탐색기(Windows File Explorer) 를 열고 파일 을 찾은 다음 마우스 오른쪽 버튼을 클릭하고(right-click and press) 속성 변경(Change Attributes) 옵션을 누릅니다.
- 파일의 고급 속성 상자가 열립니다. 이것은 작동 중인 Attribute Changer 소프트웨어입니다. 파일 속성(File Properties) 탭 상단에서 숨김 파일 또는 읽기 전용 액세스 와 (Check)같은(hidden file) 다양한 시스템 속성을 활성화 또는 비활성화하려면 선택(또는 선택 취소)합니다 .
- 마지막으로 수정한 날짜를 변경하거나 파일 생성(file creation) 데이터를 변경하려면 를 눌러 날짜 및 시간 스탬프 수정(Modify date and time stamps) 확인란을 활성화합니다. 이렇게 하면 생성, 수정 및 액세스된 타임스탬프를 변경할 수 있습니다. 제공된 옵션을 사용하여 변경합니다.
- 변경을 완료했으면 확인(OK) 또는 적용(Apply ) 버튼을 누르십시오. 속성 변경자는 변경 사항을 확인하도록 요청하므로 나타나는 (Attribute Changer)처리 확인(Processing Confirmation) 상자 에서 추가 확인(OK) 버튼을 누릅니다.
속성(Attribute Changer) 변경자는 보고(Reporting) 탭으로 전환하고 문제가 없다고 가정하면 변경 진행 상황을 나열하고 요청한 변경 사항을 적용합니다. 파일을 마우스 오른쪽 버튼으로 클릭 하고 속성 을 누르고 (Properties)일반(General) 및 세부 정보(Details) 탭 에서 파일 속성을 확인하여 이를 다시 확인할 수 있습니다.
Windows의 파일 관리(File Management On Windows)
위의 방법에서 알 수 있듯이 Windows 10(Windows 10) 에서 파일 속성을 변경하는 많은 방법이 있으며 Windows 에서 더 나은 (Windows)파일 관리(file management) 습관을 들일 수 있기를 바랍니다 . 파일을 더 쉽게 정렬하고 관리할 수 있도록 Windows 탐색기(Windows Explorer) 의 대체품으로 전환하여 시작할 수 있습니다.
파일 손실이 걱정된다면 걱정하지 마세요 . Windows 파일도 삭제되는 것을 방지(prevent Windows files from being deleted) 할 수 있습니다. 아래 의견 섹션에서 파일 관리에 대한 팁을 알려주십시오.
How to Change the Last Modified Date, Creation Date, and Last Accessed Date for Files and Folders
Every fіle you create or modify on Windows 10 has file attributes attached to it, telling you (or somebody else) when the file was created, modified, opened, and possibly mоre. It doesn’t matter if you’re late sυbmitting an assignment or you’re just trying to cover your tracks—the information will always be therе unless you change it.
If you want to change file attributes like these, you have a few options. You can use the new Windows PowerShell to change or remove this data, or you can do it using Windows File Explorer or another third-party app like Attribute Changer. Here’s how to change file attributes on Windows 10 using these methods.
Also, if you prefer to watch, check out our YouTube video where we show you how to use the Attribute Changer utility mentioned at the end of the article:
Removing File Attributes Using Windows File Explorer
If you want to change the last modified date or other file attributes on Windows 10, your first thought may be to do so using the Properties menu for a file in Windows File Explorer.
Unfortunately, this isn’t possible. You can view certain and change certain file attributes in File Explorer, but you can’t change the last viewed, edited, or modified dates. It will remove other personal data, however, such as author name for documents, ratings for media files, as well as set a file to read-only or hidden.
To change other file attributes like your last modified date, creation date, and other essential file information, you’ll need to use one of the methods listed later in this article—in particular, using the Attribute Changer app.
- To remove certain personal file attributes, open Windows File Explorer and locate a file. Right-click the file and press Properties.
- In the Properties box, press the Details tab, then click the Remove Properties and Personal Information option link.
- As we’ve mentioned, you can’t remove or change the file creation date or other essential file attributes here. If your file has other personal information attached, you can create a copy of the file with that information removed by pressing the Create a copy with all possible properties removed option, then press OK to save and perform the action. A copy of your file will appear in the same folder as the original file with your chosen attributes removed.
- To remove this information from an existing file, select the Remove the following properties from this option instead, then choose the properties you want to remove. Press OK to save and remove this information from your file.
- You can also use File Explorer to change or set other file attributes, such as whether your files are hidden or read-only. In the Properties box, switch to the General tab, then press either the Hidden or Read Only checkboxes to enable or disable those settings, then click OK to save.
To change the last modified date and other attributes, you’ll need to use another method listed below.
Change File Attributes Using The PowerShell
The attrib command from the Windows PowerShell allows you to view and change file attributes for Windows 10 files. It’s included as standard, so you don’t need any additional software to use it.
This is a fairly complex method, but also quite limited. If you want an easier way to change file attributes, use the Attribute Changer app listed below.
- To start, open a PowerShell window—preferably with administrative privileges. To do this, right-click the Windows start menu and press PowerShell (Admin) to launch a new PowerShell window with admin privileges enabled.
- Use the cd and ls commands to move folders and list file contents. Once you’re in the correct folder, you can list all the relevant attributes for your file by typing Get-ItemProperty -Path file | Format-list -Property * -Force, replacing file with your file path.
- You can use the Set-ItemProperty command to change file attributes such as read-only access. To do this, type Set-ItemProperty -Path file -Name IsReadOnly -Value True, replacing file with your file name. For a full list of possible variables for this command, see the full Microsoft PowerShell documentation for more details.
A successful change will result in the PowerShell returning no response, but you can check whether it was successful by typing the Get-ItemProperty -Path file | Format-list -Property * -Force command again, or by viewing the file properties using File Explorer.
This isn’t the easiest method to change file attributes, as we’ve mentioned. Third-party apps like Attribute Changer exist to make this far easier, as well as allowing you to change the last modified date and more.
Using Attribute Changer To Change Windows 10 File Attributes
Attribute Changer offers the best way to change file attributes on Windows. Along with typical hidden and read-only attributes, Attribute Changer allows you to modify file access and file creation dates, as well as other options.
- An advanced properties box for your file will open—this is the Attribute Changer software in action. Check (or uncheck) to enable or disable various system attributes like hidden file or read-only access at the top of the File Properties tab.
- If you want to change the last modified date or change the file creation data, press to enable the Modify date and time stamps checkbox. This will enable you to change the created, modified, and accessed timestamps—change these using the options provided.
- Once you’ve made your changes, press the OK or Apply buttons. Attribute Changer will ask you to confirm the changes, so press the additional OK button in the Processing Confirmation box that appears.
Attribute Changer will switch to the Reporting tab and, assuming no issues, will list the progress of the changes and apply the changes you’ve requested. You can double-check this by right-clicking your file, pressing Properties, and viewing your file attributes in the General and Details tabs.
File Management On Windows
As the above methods show, there are plenty of ways to change file attributes on Windows 10 and which will, hopefully, get you into the habit of better file management on Windows. You could start by switching to a replacement for Windows Explorer to make it easier to sort and manage your files.
If you’re worried about losing your files, don’t worry—you can prevent Windows files from being deleted, too. Let us know your tips for file management in the comments section below.