Advertisement
Guest User

Untitled

a guest
Jun 18th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. icacls "%SystemRoot%\System32\inetsrv\config\redirection.config" /q /c /grant IIS_IUSRS:R
  2. icacls "%SystemRoot%\System32\inetsrv\config\redirection.config" /q /c /grant "Network Service":R
  3. icacls "%SystemRoot%\System32\inetsrv\config\redirection.config" /q /c /grant "Everyone":R
  4. icacls "%SystemRoot%\System32\inetsrv\config\redirection.config" /q /c /grant "IUSR":R
  5. icacls "%SystemRoot%\System32\inetsrv\config\redirection.config" /q /c /grant "localadmin":R
  6.  
  7. pause;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement