This commit is contained in:
17
Windows/Windows优化.md
Normal file
17
Windows/Windows优化.md
Normal file
@@ -0,0 +1,17 @@
|
||||
> 本文作者:丁辉
|
||||
|
||||
# Windows优化
|
||||
|
||||
- 关闭系统休眠文件(文件清理)
|
||||
|
||||
```bash
|
||||
powercfg -h off
|
||||
```
|
||||
|
||||
> 开启
|
||||
>
|
||||
> ```bash
|
||||
> powercfg -h on
|
||||
> ```
|
||||
|
||||
|
17
Windows/Windows安装后需要准备些什么.md
Normal file
17
Windows/Windows安装后需要准备些什么.md
Normal file
@@ -0,0 +1,17 @@
|
||||
> 本文作者:丁辉
|
||||
|
||||
# Windows安装后需要准备些什么?
|
||||
|
||||
1. 首先第一步我肯定选择激活我的系统哈哈
|
||||
|
||||
[Github开源工具地址](https://github.com/zbezj/HEU_KMS_Activator/releases)(作者说了仅供测试懂得都懂)
|
||||
|
||||
2. 第一步我肯定需要一个解压工具
|
||||
|
||||
[WinRaR工具下载地址](https://www.rarlab.com/download.htm)(这一款是我个人觉得最好用的)
|
||||
|
||||
3. 服务器远程连接工具
|
||||
|
||||
[Xshell和Xftp官网免费版下载](https://www.netsarang.com/en/free-for-home-school/)
|
||||
|
||||
> 我其实就是想找文档记住这俩网址哈哈哈哈,别的以后再写
|
24
Windows/Windows常用操作.md
Normal file
24
Windows/Windows常用操作.md
Normal file
@@ -0,0 +1,24 @@
|
||||
> 本文作者:丁辉
|
||||
|
||||
# Windows常用操作
|
||||
|
||||
## Windows如何添加解析和刷新DNS?
|
||||
|
||||
1. Windows添加解析, 编辑次文件
|
||||
|
||||
```bash
|
||||
C:\Windows\System32\drivers\etc
|
||||
```
|
||||
|
||||
2. 刷新DNS
|
||||
|
||||
```bash
|
||||
ipconfig /flushdns
|
||||
```
|
||||
|
||||
## windiws密钥Ssh文件位置在哪里?
|
||||
|
||||
```bash
|
||||
C:\Users\Administrator\.ssh
|
||||
```
|
||||
|
22
Windows/Windows虚拟机无法开启虚拟化.md
Normal file
22
Windows/Windows虚拟机无法开启虚拟化.md
Normal file
@@ -0,0 +1,22 @@
|
||||
> 本文作者:丁辉
|
||||
|
||||
# Windows虚拟机无法开启虚拟化
|
||||
|
||||
1. 删除Hyper-V功能
|
||||
- 按下 WIN+R 组合键打开"运行" > 输入 `appwiz.cpl` > 点击启用或关闭 Windows 功能 > 取消勾选Hyper-V > 确定
|
||||
|
||||
2. 修改 hypervisorlaunchtype
|
||||
|
||||
- 按下 WIN+R 组合键打开"运行" > 输入 `cmd` > 运行命令 `bcdedit /set hypervisorlaunchtype off`
|
||||
|
||||
> 执行这个命令后,系统将不再启动 Hypervisor,这对于一些需要直接访问硬件而不受虚拟化层限制的应用程序可能很有用。请注意,关闭 Hypervisor 可能会影响某些虚拟化相关的功能,如在虚拟机中运行其他虚拟化平台,因此在执行此操作之前,建议您了解其影响,并确保您知道为什么需要关闭 Hypervisor。如果不需要关闭 Hypervisor,最好将其保持默认状态。
|
||||
|
||||
3. 重新启动计算机
|
||||
|
||||
|
||||
|
||||
一般在这样就可以结束了,如果不行的话就。。。
|
||||
|
||||
|
||||
|
||||
按下WIN+R组合键打开"运行" > 输入services.msc回车 > 按下键盘 hv > 找到HV主机服务右键属性 > 启动类型改为禁用 > 确定
|
21
Windows/安装Windows11跳过联网过程.md
Normal file
21
Windows/安装Windows11跳过联网过程.md
Normal file
@@ -0,0 +1,21 @@
|
||||
> 本文作者:丁辉
|
||||
|
||||
# 安装Windows11跳过联网过程
|
||||
|
||||
## 方法一
|
||||
|
||||
按下 Shift+F10 或者是 Fn+Shift+F10
|
||||
|
||||
```bash
|
||||
OOBE\BYPASSNRO
|
||||
```
|
||||
|
||||
按下回车,电脑进入重启,随后就会成功跳过
|
||||
|
||||
## 方法二
|
||||
|
||||
1. 在出现的命令提示符页面中输入 taskmgr 回车,打开任务管理器。
|
||||
|
||||
2. 点开【详细信息】。
|
||||
|
||||
3. 在【详细信息】选项卡中,找到并右击【OOBENetworkConnectionFlow.exe】,选择【结束进程树】。关闭窗口后即可进入创建本地账户页面。
|
12
Windows/端口检测工具记录.md
Normal file
12
Windows/端口检测工具记录.md
Normal file
@@ -0,0 +1,12 @@
|
||||
> 本文作者:丁辉
|
||||
|
||||
# 端口检测工具记录
|
||||
|
||||
国内测试
|
||||
工具:http://tool.chinaz.com/port
|
||||
|
||||
国外测试
|
||||
工具:https://www.yougetsignal.com/tools/open-ports/
|
||||
|
||||
国内外同时测试
|
||||
工具:http://port.ping.pe/
|
6
Windows/软件记录.md
Normal file
6
Windows/软件记录.md
Normal file
@@ -0,0 +1,6 @@
|
||||
> 本文作者:丁辉
|
||||
|
||||
# 软件记录
|
||||
|
||||
- 抢票软件 [bypass官网](https://www.bypass.cn/)
|
||||
- DDOS [High_Orbit_Ion_Cannon](https://en.wikipedia.org/wiki/High_Orbit_Ion_Cannon)
|
Reference in New Issue
Block a user