Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Wh0ami-hy committed Aug 18, 2024
2 parents a7edf27 + 594f916 commit f4e503d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 33 deletions.
44 changes: 20 additions & 24 deletions _posts/.obsidian/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,38 +4,33 @@
"type": "split",
"children": [
{
"id": "26094960a5743987",
"id": "0f712b5022f7c335",
"type": "tabs",
"children": [
{
"id": "d0033ba7f895aa2c",
"id": "e64d1dd1e42857d2",
"type": "leaf",
"state": {
"type": "markdown",
"type": "outline",
"state": {
"file": "2023-01-12-JavaScript-ES6.md",
"mode": "source",
"source": false
"file": "2021-11-14-Windows权限.md"
}
}
}
]
},
{
"id": "0f712b5022f7c335",
"type": "tabs",
"children": [
},
{
"id": "e64d1dd1e42857d2",
"id": "1bcc68b97e5c20f9",
"type": "leaf",
"state": {
"type": "outline",
"type": "markdown",
"state": {
"file": "2023-01-12-JavaScript-ES6.md"
"file": "2021-11-14-Windows权限.md",
"mode": "source",
"source": false
}
}
}
]
],
"currentTab": 1
}
],
"direction": "vertical"
Expand Down Expand Up @@ -64,7 +59,7 @@
"state": {
"type": "search",
"state": {
"query": "",
"query": "file:win",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
Expand All @@ -81,7 +76,8 @@
"state": {}
}
}
]
],
"currentTab": 1
}
],
"direction": "horizontal",
Expand All @@ -102,7 +98,7 @@
"state": {
"type": "backlink",
"state": {
"file": "2023-01-12-JavaScript-ES6.md",
"file": "2021-11-14-Windows权限.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
Expand All @@ -119,7 +115,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "2023-01-12-JavaScript-ES6.md",
"file": "2021-11-14-Windows权限.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
Expand Down Expand Up @@ -154,7 +150,7 @@
"state": {
"type": "outline",
"state": {
"file": "2023-01-12-JavaScript-ES6.md"
"file": "2021-11-14-Windows权限.md"
}
}
}
Expand All @@ -175,8 +171,9 @@
"command-palette:Open command palette": false
}
},
"active": "d0033ba7f895aa2c",
"active": "1bcc68b97e5c20f9",
"lastOpenFiles": [
"2023-01-12-JavaScript-ES6.md",
"2023-01-26-python基础.md",
"2024-03-26-Python实用工具库.md",
"2024-08-15-Python最佳实践.md",
Expand All @@ -186,7 +183,6 @@
"2022-04-25-Python之旅下.md",
"2022-04-25-Python异步.md",
"2022-05-18-python虚拟环境.md",
"2023-01-12-JavaScript-ES6.md",
"2024-08-15-python最佳实践.md",
"新建文本文档.txt",
"2023-11-29-Windows定制.md",
Expand Down
11 changes: 2 additions & 9 deletions _posts/2021-11-14-Windows权限.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,9 @@ Ahthenticated users 组经过ms验证程序登录的用户都属于该组

**解决**

方法一、打开计算机管理中的用户和组管理,找到用户administrator,把`账户已禁用`对勾去掉
1、打开计算机管理中的用户和组管理,找到用户administrator,把`账户已禁用`对勾去掉

方法二、禁用 UAC(不推荐,可能降低系统安全性):

- 打开控制面板,选择“用户帐户”。
- 点击“更改用户帐户控制设置”。
- 将滑块移动到“从不通知”。
- 需要重启系统使更改生效。

方法三、通过组策略编辑器(仅适用于专业版或企业版):
2、通过组策略编辑器(仅适用于专业版或企业版):

- 按 `Win + R`,输入 `gpedit.msc` 并按回车。
- 导航到 `计算机配置 -> Windows 设置 -> 安全设置 -> 本地策略 -> 安全选项`
Expand Down

0 comments on commit f4e503d

Please sign in to comment.