summaryrefslogtreecommitdiff
path: root/docs/licensing-servers-issue.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/licensing-servers-issue.md')
-rw-r--r--docs/licensing-servers-issue.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/licensing-servers-issue.md b/docs/licensing-servers-issue.md
index 059f33d..700c1d1 100644
--- a/docs/licensing-servers-issue.md
+++ b/docs/licensing-servers-issue.md
@@ -15,7 +15,7 @@ We suggest following the below guide only when the script tells you to do so.
## Firewall / Proxy Reset
-- Open PowerShell as admin and enter below commands,
+- Open PowerShell as administrator and enter below commands,
```
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d 0 /f
@@ -33,7 +33,7 @@ netsh int ip reset
netsh winsock reset
netsh advfirewall reset
netsh winhttp reset proxy
-bitsadmin /util /setieproxy localsystem NO_PROXY RESET
+bitsadministrator /util /setieproxy localsystem NO_PROXY RESET
ipconfig /flushdns
```