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...
Chrinstian
Aug 27, 2024Copper Contributor
Since you've already mentioned using command prompt, it's like you’ve found the workaround that confirms your access:
The command dir /ah is perfect for showing all hidden files in the directory. You can navigate to the respective folder using cd commands to get more specific.
The command dir /ah is perfect for showing all hidden files in the directory. You can navigate to the respective folder using cd commands to get more specific.