Hi Everyone,
I need to add an http reservation to windows using a startup script in windows 10. I've tried setting the bat file to run on startup using Group Policy and it does run it just doesn't work. I've checked the syntax and the command does work it just seems
you need admin privileges. I was under the impression that startup scripts was run using the builtin system account and they run as local admin?
Any help would be much appreciated!
Bat file Command:
"netsh http add urlacl url=http://+:8090/ user=Everyone"