-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
166 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Office启动时候访问打印机卡顿解决 | ||
|
||
## 如何操作 | ||
|
||
控制面板->设备和打印机-> 右键"Microsoft Print to PDF"设置为默认打印机即可解决。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
# Windows系统 | ||
- [Hyper-V端口占用解决](./Hyper-V端口占用解决.md) | ||
- [Office启动时候访问打印机卡顿解决](./Office启动时候访问打印机卡顿解决.md) | ||
- [Win10关闭更新](./Win10关闭更新.md) | ||
- [Windows 关闭内核隔离 (解决VMware启动不了)](./Windows-关闭内核隔离(解决VMware启动不了).md) | ||
- [Windows 批量版 激活](./Windows-批量版-激活.md) | ||
- [Windows10 IDEA卡顿修复,虚拟内存过大](./Windows10-IDEA卡顿修复-虚拟内存过大.md) | ||
- [Windows常用路径](./Windows常用路径.md) | ||
- [windows搜索界面出现白屏](./windows搜索界面出现白屏.md) | ||
- [使用命令行控制foobar2000播放音乐](./使用命令行控制foobar2000播放音乐.md) | ||
- [可执行文件安装成windows服务](./可执行文件安装成windows服务.md) | ||
- [如何排查和解决windows关机和重启慢的问题](./如何排查和解决windows关机和重启慢的问题.md) | ||
- [开启windows的虚拟化功能](./开启windows的虚拟化功能.md) | ||
- [快速关闭windows](./快速关闭windows.md) | ||
- [手动启用WINRE恢复系统](./手动启用WINRE恢复系统.md) | ||
- [远程连接必备-虚拟显示器](./远程连接必备-虚拟显示器.md) | ||
- [修复win10开始菜单图标显示不正常](./修复win10开始菜单图标显示不正常/修复win10开始菜单图标显示不正常.md) | ||
- [实用的bat脚本](./实用的bat脚本/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# 使用命令行控制foobar2000播放音乐 | ||
|
||
## 播放.bat | ||
|
||
```bat | ||
start /b foobar2000.exe /play | ||
``` | ||
|
||
## 暂停.bat | ||
|
||
```bat | ||
start /b foobar2000.exe /pause | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,121 @@ | ||
# 手动启用WINRE恢复系统 | ||
|
||
本文参考 https://blog.xen.lol/2020/04/26/windows-recovery/ | ||
|
||
|
||
## 步骤 | ||
|
||
1. 压缩C盘2G并新建NTFS分区 | ||
|
||
使用Windows磁盘管理工具 | ||
|
||
压缩C盘 2048M | ||
|
||
在空闲分区新建磁盘并格式化,这里盘符是G盘 | ||
|
||
|
||
2. 复制恢复镜像并注册 | ||
|
||
使用 如下的操作 | ||
```cmd | ||
Microsoft Windows [版本 10.0.19045.4123] | ||
(c) Microsoft Corporation。保留所有权利。 | ||
C:\Windows\system32>mkdir G:\Recovery\WindowsRE | ||
C:\Windows\system32>xcopy /h C:\Recovery\WindowsRE\winre.wim G:\Recovery\WindowsRE | ||
C:\Recovery\WindowsRE\winre.wim | ||
复制了 1 个文件 | ||
C:\Windows\system32>C:\Windows\System32\Reagentc /setreimage /path G:\Recovery\WindowsRE | ||
目录设置为: \\?\GLOBALROOT\device\harddisk2\partition5\Recovery\WindowsRE | ||
REAGENTC.EXE: 操作成功。 | ||
``` | ||
|
||
3. 取消挂载2G的恢复分区并启用winre | ||
|
||
```powershell | ||
PS C:\Windows\system32> reagentc /info | ||
Windows Recovery Environment (Windows RE) and system reset configuration | ||
Information: | ||
Windows RE status: Disabled | ||
Windows RE location: | ||
Boot Configuration Data (BCD) identifier: 3b8d20ae-532c-11ec-974d-da6acdd4c584 | ||
Recovery image location: | ||
Recovery image index: 0 | ||
Custom image location: | ||
Custom image index: 0 | ||
REAGENTC.EXE: Operation Successful. | ||
PS C:\Windows\system32> diskpart | ||
Microsoft DiskPart version 10.0.19041.3636 | ||
Copyright (C) Microsoft Corporation. | ||
On computer: ABCX-PC | ||
DISKPART> select disk 2 | ||
Disk 2 is now the selected disk. | ||
DISKPART> list disk | ||
Disk ### Status Size Free Dyn Gpt | ||
-------- ------------- ------- ------- --- --- | ||
Disk 0 Online 1863 GB 0 B * | ||
Disk 1 Online 1863 GB 0 B * | ||
* Disk 2 Online 953 GB 2048 KB * | ||
DISKPART> list partition | ||
Partition ### Type Size Offset | ||
------------- ---------------- ------- ------- | ||
Partition 1 Reserved 16 MB 1024 KB | ||
Partition 2 System 350 MB 17 MB | ||
Partition 3 Primary 253 GB 367 MB | ||
Partition 5 Primary 2047 MB 254 GB | ||
Partition 4 Primary 697 GB 256 GB | ||
DISKPART> select partition 5 | ||
Partition 5 is now the selected partition. | ||
DISKPART> remove | ||
DiskPart successfully removed the drive letter or mount point. | ||
DISKPART> set id=de94bba4-06d1-4d40-a16a-bfd50179d6ac | ||
DiskPart successfully set the partition ID. | ||
DISKPART> gpt attributes=0x8000000000000001 | ||
DiskPart successfully assigned the attributes to the selected GPT partition. | ||
DISKPART> exit | ||
Leaving DiskPart... | ||
PS C:\Windows\system32> C:\Windows\System32\Reagentc /info | ||
Windows Recovery Environment (Windows RE) and system reset configuration | ||
Information: | ||
Windows RE status: Disabled | ||
Windows RE location: | ||
Boot Configuration Data (BCD) identifier: 3b8d20ae-532c-11ec-974d-da6acdd4c584 | ||
Recovery image location: | ||
Recovery image index: 0 | ||
Custom image location: | ||
Custom image index: 0 | ||
REAGENTC.EXE: Operation Successful. | ||
PS C:\Windows\system32> | ||
PS C:\Windows\system32> C:\Windows\System32\Reagentc /enable | ||
REAGENTC.EXE: Operation Successful. | ||
PS C:\Windows\system32> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# 多邻国使用口语的功能 | ||
|
||
在中国地区不知为何手机多邻国app无法使用口语功能。 | ||
|
||
于是我试了一下多邻国电脑网页版是可以使用的,使用一个插件可以跳过红心限制。 | ||
|
||
|
||
https://greasyfork.org/zh-CN/scripts/473310-duolingo-pro-beta | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# IDEA如何管理前后端并注册为方便启停服务 | ||
|
||
## 前言 | ||
|
||
有的项目是前后端分离的,通常java项目使用idea的调试按钮启动。 | ||
前端却需要使用控制台输入命令启动。这样很不方便。 | ||
|
||
## 解决方案 | ||
|
||
IDEA有一个叫"服务"的侧栏按钮。点击一下这个按钮可以把java程序和前端都添加进来。 | ||
这样就可以很方便的管理前后端的启停并查看前后端项目的日志情况了。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# 开发工具技巧 | ||
- [IDEA如何管理前后端并注册为方便启停服务](./IDEA如何管理前后端并注册为方便启停服务.md) |