We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de64429 commit 7df9a0cCopy full SHA for 7df9a0c
1 file changed
bin/windows_run_as_user
@@ -9,8 +9,6 @@ testpassword = "Password123+"
9
system("net user #{testuser} /del 2>NUL")
10
# Create a new non-admin user
11
system("net user #{testuser} \"#{testpassword}\" /add")
12
-# Give the new user full access permission on the working directory
13
-system("icacls . /grant #{testuser}:(OI)(CI)(IO)F")
14
15
pinfo = nil
16
IO.pipe do |stdout_read, stdout_write|
0 commit comments