OldSquirrelForWindows icon indicating copy to clipboard operation
OldSquirrelForWindows copied to clipboard

Running the tests locally requires admin rights (to netsh)

Open shiftkey opened this issue 12 years ago • 0 comments

netsh http add urlacl url=http://+:30405/ user=MYMACHINE\MyUser

This should be part of the bootstrap setup for the dev environment.

That is,

  • .\script\bootstrap.ps1
  • detect the current user and machine name
  • prompt to elevate
  • invoke netsh as above with the expected value

So that others can run the same tests on their machine and see that it all works

shiftkey avatar Aug 27 '13 06:08 shiftkey