Is it possible to open files as administrator from inside Emacs on windows?
In Linux one can use tramp to open as administrator, by opening file with following path (/sudo::/path/to/file)?
However, the same file path fails to work in Windows (naturally). How can one request an elevation of privileges for a single file during Emacs session then?
If possible, I would like to avoid launching Emacs as administrator.
Possibly one must do some setup in Windows for that - which, if any? Maybe something like privileged network access?..