Skip to content

Commit e3de0b1

Browse files
committed
update faq
1 parent e8823ed commit e3de0b1

File tree

2 files changed

+13
-2
lines changed
  • docs
  • i18n/en/docusaurus-plugin-content-docs/current

2 files changed

+13
-2
lines changed

docs/faq.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,19 @@ import DocCard from '@theme/DocCard';
117117
### 打开Google.com,会跳转到Google.cn等
118118
- 浏览器里打开 https://google.com/ncr ,也可以手动清除浏览器缓存
119119

120+
### Windows系统
121+
- **如何以管理员身份开机启动**
122+
- 升级到>=1.0.38.506版本
123+
- 以管理员身份启动Karing
124+
- 开启[开机启动],如果之前已经开启,则需要关闭后,重新开启
125+
120126
### Windows系统,Karing开启TUN模式后, Karing内存及CPU占用超高
121127
- TUN模式冲突所致,比如clash系列等,请卸载其他vpn软件后重新启动Karing
122128
- 路由回环导致,比如开启了windows数据转发(将windows变成一台路由器),请禁用此功能,命令参考 Powershell:
123129
```
124130
Set-NetIPInterface -ifAlias <你的网卡名称> -Forwarding Disabled
125131
```
126132

127-
### Windows系统,
128-
129133
### Windows系统,开启连接报错
130134
- **错误信息** (TUN)开启连接报错: A required privilege is not held by the client
131135
- 系统权限设置错误,解决方案参考 https://answers.microsoft.com/en-us/insider/forum/all/error-0x80070522-build-10074-a-required-privilege/516f87a8-80a6-4acb-a278-8866b2080460

i18n/en/docusaurus-plugin-content-docs/current/faq.md

+7
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,13 @@ item={{ type: 'link', label: '📚 Quickstart', href: '/quickstart' }}
114114
### Open Google.com, it will jump to Google.cn, etc.
115115
- Open https://google.com/ncr in the browser, or manually clear the browser cache
116116

117+
118+
### Windows System
119+
- **How ​​to start up as an administrator**
120+
- Upgrade to version >= 1.0.38.506
121+
- Start Karing as an administrator
122+
- Enable [Launch At Startup], if it has been enabled before, you need to close it and then reopen it
123+
117124
### Windows system, after Karing turns on TUN mode, Karing memory and CPU usage are very high
118125
- Caused by TUN mode conflict, such as clash series, etc., please uninstall other VPN software and restart Karing
119126
- Caused by routing loop, such as turning on windows data forwarding (turning windows into a router), please disable this function, command reference Powershell:

0 commit comments

Comments
 (0)