Files
openide/bin
Ilya.Kazakevich 29c484ca42 PY-18154: Add sudo-like tool for windows to deal with UAC
When admin user launches Intellij, Windows revokes many
user privileges to improve safety for admin users (that is how UAC works).

One can't access "Program Files": any attempt to write something there
leads on ACCESS_DENIED(5) error even if NTFS reports file is writable

The only way to elevate privileges is to launch process as elevated.
"Elevator.sln" is Win32API app that launches command
as elevated. See its sources for more info.
2017-05-18 01:26:28 +03:00
..