-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just wondering why? #33
Comments
Bad practice mostly. Think of it like this, you wouldn't give your pizza delivery person the key to your home, right? They don't need complete access like that to do their job. It might make it easier for them if you don't answer the door or something but that's a lot of trust to give to a stranger, innit? Opening programs as administrator gives them full access to your PC and as we just recently saw with ghade, developers are still people at the end of the day and are capable of making poor decisions. Not saying they will, but other things can happen as well such as the github keys getting lost/stolen and a malicious payload inserted into the code, etc and running the program as admin makes things like that 1000x easier to pull off. It's just better to not leave the front door wide open like that in the first place if you don't absolutely need to. |
“Every program and every user of the system should operate using the least set of privileges necessary to complete the job.” Also there is a high possibility that the parse file being created or a config file will become unusable for a normal user. |
Sorry for re-opening this, then I'd like to change my question, If the game is already running as admin, would I need to run IINACT as admin for it to recognize the game? or can it work completely from user while the game is as admin? |
Besides the fact that you shouldn't be running games as admin at all, IINACT should be able to recognize the game. That said, running IINACT as admin is most likely not supported. |
You see, this is another reason for why not to run something as an admin: |
Is there a way to test if all functions of iinact would be good? |
Just wondering why shouldn't we run this as administrator?
The text was updated successfully, but these errors were encountered: