Forum Discussion
Josephooh
Aug 01, 2024Iron Contributor
.nhiberfil.sys and other .sys files are not visible in File Explorer even after enabling their view
Windows 11 Version 23H2 (OS build 22631.2861) I have encountered an issue where I am unable to access the hiberfil.sys, pagefile.sys, and swapfile.sys files using File Explorer, despite enabling opt...
Skyler-B
Aug 19, 2024Iron Contributor
Enable Viewing Hidden Items:
Open File Explorer.
Go to the View tab on the Ribbon.
Click on Options on the right, then select Change folder and search options.
In the Folder Options dialog, switch to the View tab.
Under "Advanced settings", ensure Show hidden files, folders, and drives is selected.
Ensure Hide protected operating system files (Recommended) is unchecked.
Click OK to save changes.
Check Permissions:
Some system files may have permissions set that prevent them from being viewed or accessed. You might want to ensure that your user account has appropriate permissions.
Use Command Prompt:
If the above options do not work, you can use Command Prompt to navigate to the directory and list files.
Press Windows + R, type cmd, and press Enter.
Type dir C:\ /a and press Enter to list all files, including hidden and system files.
Open File Explorer.
Go to the View tab on the Ribbon.
Click on Options on the right, then select Change folder and search options.
In the Folder Options dialog, switch to the View tab.
Under "Advanced settings", ensure Show hidden files, folders, and drives is selected.
Ensure Hide protected operating system files (Recommended) is unchecked.
Click OK to save changes.
Check Permissions:
Some system files may have permissions set that prevent them from being viewed or accessed. You might want to ensure that your user account has appropriate permissions.
Use Command Prompt:
If the above options do not work, you can use Command Prompt to navigate to the directory and list files.
Press Windows + R, type cmd, and press Enter.
Type dir C:\ /a and press Enter to list all files, including hidden and system files.