From 34ceb2be9b06f59511a6efc5a0fe15a5b6e20ec3 Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Thu, 17 Oct 2013 12:20:39 +1000 Subject: [PATCH] word-wrap for notes, add note to sudo --- sudo.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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