summaryrefslogtreecommitdiff
path: root/docs/licensing-servers-issue.md
diff options
context:
space:
mode:
authorLyssa2026-03-01 15:34:31 +0000
committerLyssa2026-03-01 15:34:31 +0000
commit41879f5f5822cea6f9c43606818ce0a234966adb (patch)
tree1637f18b4e7b0834d17adafe736a9f766e45d8cd /docs/licensing-servers-issue.md
parent2d158d5068610182abdbcfec5ed0177507175514 (diff)
downloadmassgrave.dev-41879f5f5822cea6f9c43606818ce0a234966adb.zip
chore: Do another round of grammar fixes across the site
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
```