21
2
I am logged in as a user who has Adminstrative privileges on my standalone (not part of a domain) PC, which is running Windows 7 x64 Ultimate, and I've opened Notepad++ "as administrator", yet I cannot see the \etc folder beneath system32\drivers. I want to edit the hosts file there. In file browser, I can see the \etc folder is present, along with many other folders that are not displayed in the Notepad++ open-file dialog. Is this a permissions issue or a Notepad++ issue?
FreeCommander XE 2018 Build 770 32-bit public seems to have the same issue. – raphael75 – 2018-09-06T17:17:10.983
Did you try right clicking on the hosts file and select "Open with Notepad++". This works if your goal is to edit the file. – Bryan – 2013-07-09T13:35:03.373
3You can put the full path by hand in the path field in the file dialog. This is the best way to view hidden system folders. – Ramhound – 2013-07-09T13:40:14.503
@Bryan: it can be done as you suggested; but I was wondering if there was a way to reveal these hidden folders to Notepad++, since then it could be done in one step rather than two -- I wouldn't have to browse to the location first with File Browser (I don't always remember the path exactly). – mrblint – 2013-07-09T15:37:26.483
You can expose hidden files on your machine via the "Folder Options" control panel -> View -> "Show Hidden Files, Folders or Drives". OR....you could un-hide the file. From the command line "Attrib -h c:\windows\system32\drivers\etc\hosts" might want to do the "etc" folder too while you are at it.. Though I don't remember that folder being hidden by default. – MikeAWood – 2013-07-10T01:38:38.247