diff --git a/sudo.json b/sudo.json index 6faba542a3..c70be819b5 100644 --- a/sudo.json +++ b/sudo.json @@ -3,5 +3,8 @@ "version": "0.2013.10.13", "url": "https://raw.github.com/lukesampson/psutils/3abb68561f/sudo.ps1", "hash": "499e9dd433c76dd1af2c9f2f22eb974b8db85c043944164bfd2a806c2b48a186", - "bin": "sudo.ps1" + "bin": "sudo.ps1", + "notes": "Be sure to run sudo from an account that's in the Administrators group. Even though Windows will allow you to elevate to another account, if you do this the path environment variable will be different and things might not work like you'd expect. + +If you'd like to always prompt for credentials (rather than just yes/no), this can be set through Windows policy settings." } \ No newline at end of file