File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33setlocal EnableExtensions
44title DNSCrypt-Proxy
55
6- whoami /groups | find " S-1-16-12288" > nul && goto :admin
6+ whoami /groups | findstr " S-1-16-12288" > nul && goto :admin
77if " %~1 " == " RunAsAdmin" goto :error
88
99echo Requesting privileges elevation for managing the dnscrypt-proxy service . . .
Original file line number Diff line number Diff line change 33setlocal EnableExtensions
44title DNSCrypt-Proxy
55
6- whoami /groups | find " S-1-16-12288" > nul && goto :admin
6+ whoami /groups | findstr " S-1-16-12288" > nul && goto :admin
77if " %~1 " == " RunAsAdmin" goto :error
88
99echo Requesting privileges elevation for managing the dnscrypt-proxy service . . .
Original file line number Diff line number Diff line change 33setlocal EnableExtensions
44title DNSCrypt-Proxy
55
6- whoami /groups | find " S-1-16-12288" > nul && goto :admin
6+ whoami /groups | findstr " S-1-16-12288" > nul && goto :admin
77if " %~1 " == " RunAsAdmin" goto :error
88
99echo Requesting privileges elevation for managing the dnscrypt-proxy service . . .
You can’t perform that action at this time.
0 commit comments