Skip to content

Commit a317c8c

Browse files
committed
feat(notes-OS/win): update
1 parent 7197c94 commit a317c8c

11 files changed

Lines changed: 187 additions & 87 deletions

File tree

notes-OS/Windows/dev-env.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

notes-OS/Windows/index.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

notes-OS/win/dev-env.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
sitemap:
3+
lastmod: 2025-06-27 +0000
4+
---
5+
6+
# Windows Development Environment
7+
8+
Last modified: 2025-06-27 +0000
9+
10+
- [Rust](#rust)
11+
12+
It is recommended to see [[wsl2]] for cross platform development. Read on for Windows specific development.
13+
14+
## Rust
15+
16+
I installed it under `C:\Program_Files\Rust` by setting the following environment variables before installation:
17+
18+
- `CARGO_HOME`: `C:\Program_Files\Rust\.cargo`
19+
- `RUSTUP_HOME`: `C:\Program_Files\Rust\.rustup`
20+
21+
[//begin]: # "Autogenerated link references for markdown compatibility"
22+
[wsl2]: win11/wsl2.md "WSL 2"
23+
[//end]: # "Autogenerated link references"

notes-OS/win/index.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
type: index
3+
sitemap:
4+
lastmod: 2025-06-27 +0000
5+
priority: 0.5
6+
---
7+
8+
# Windows
9+
10+
Last modified: 2025-06-27 +0000
11+
12+
- [[win11/index]]
13+
- [[win/security]]
14+
- [[software]]
15+
- [[win/dev-env]]
16+
- [[win/tips]]
17+
18+
[//begin]: # "Autogenerated link references for markdown compatibility"
19+
[win11/index]: win11/index.md "Windows 11"
20+
[win/security]: security.md "Security"
21+
[software]: software.md "Softwares on Windows"
22+
[win/dev-env]: dev-env.md "Windows Development Environment"
23+
[win/tips]: tips.md "Windows Usage Tips"
24+
[//end]: # "Autogenerated link references"
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
---
2+
sitemap:
3+
lastmod: 2025-06-26 +0000
4+
---
5+
16
# Security
27

3-
Last Modified: 2024-03-28 UTC
8+
Last Modified: 2025-06-26 +0000
49

510
## Interesting posts
611

@@ -10,3 +15,5 @@ Last Modified: 2024-03-28 UTC
1015
- [Appendix L - Events to Monitor \| Microsoft Learn](https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/plan/appendix-l--events-to-monitor)
1116
- [如何快速判断一个文件是否为病毒 by 是昔流芳[LSG] - 『病毒分析区』 - 吾爱破解 - LCG - LSG \|安卓破解\|病毒分析\|www.52pojie.cn](https://www.52pojie.cn/thread-69716-1-1.html)
1217
- [零基础新手破解学习导航帖 - 『脱壳破解区』 - 吾爱破解 - LCG - LSG \|安卓破解\|病毒分析\|www.52pojie.cn](https://www.52pojie.cn/thread-582852-1-1.html)
18+
- [使用Windows的ACL机制隔离限制毒瘤应用 – 震惊部](https://blog.onbed.cn/amazing/1300)
19+
- [所以现在有在 Windows 下安全使用 QQ 微信的方法吗 - V2EX](https://v2ex.com/t/826921)
Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
1+
---
2+
sitemap:
3+
lastmod: 2025-06-26 +0000
4+
---
5+
16
# Softwares on Windows
27

8+
Last modified: 2025-06-26 +0000
9+
310
## MS store
411

5-
- Energy Star X
12+
- ~~Energy Star X~~ Not useful.
613
- Drawboard PDF
7-
- Minecraft for Windows (notice [Don's](#dons))
14+
- Minecraft for Windows (see also [Don's](#dons))
815

916
## winget
1017

@@ -15,25 +22,24 @@
1522

1623
## Standalone
1724

18-
- Uninstall Tool
25+
- ~~Uninstall Tool~~ [Klocman/Bulk-Crap-Uninstaller: Remove large amounts of unwanted applications quickly.](https://github.com/Klocman/Bulk-Crap-Uninstaller)
1926
- [Microsoft Visual C++ Redistributable](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170)
2027
- [DirectX End-User Runtime](https://www.microsoft.com/en-us/download/details.aspx?id=35)
21-
- [Traffic Monitor](https://github.com/zhongyang219/TrafficMonitor)
2228
- [VSCode](https://code.visualstudio.com/#alt-downloads)
2329
- [Git](https://gitforwindows.org/)
24-
- [Everything](https://www.voidtools.com/downloads/)
25-
- [f.lux](https://justgetflux.com/)
26-
- [Tyrrrz/LightBulb: Reduces eye strain by adjusting screen gamma based on the current time](https://github.com/Tyrrrz/LightBulb)
30+
- ~~[Everything](https://www.voidtools.com/downloads/)~~ Use `fzf` + `fd` instead.
31+
- ~~[f.lux](https://justgetflux.com/)~~ Use built-in night light.
32+
- ~~[Tyrrrz/LightBulb: Reduces eye strain by adjusting screen gamma based on the current time](https://github.com/Tyrrrz/LightBulb)~~ Use built-in night light.
2733
- [sizer4](http://www.brianapps.net/sizer4/)
2834
- Zoom
29-
- Clash for Windows
35+
- ~~Clash for Windows~~ [2dust/v2rayN](https://github.com/2dust/v2rayN)
3036
- [Microsoft Activation Scripts (MAS)](https://github.com/massgravel/Microsoft-Activation-Scripts)
3137

3238
## Don's
3339

3440
- Do **not** install *Minecraft: Java & Bedrock Edition for PC* in MS store. It sucks.
3541

3642
[//begin]: # "Autogenerated link references for markdown compatibility"
37-
[shell-tools#Oh My Posh]: ../Linux/shell-tools.md "Shell Related Tools"
38-
[shell-tools#Starship]: ../Linux/shell-tools.md "Shell Related Tools"
43+
[shell-tools#Oh My Posh]: ../linux/shell-tools.md "Shell Related Tools"
44+
[shell-tools#Starship]: ../linux/shell-tools.md "Shell Related Tools"
3945
[//end]: # "Autogenerated link references"
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
---
22
sitemap:
3-
lastmod: 2025-03-16 +0000
3+
lastmod: 2025-06-27 +0000
44
---
55

66
# Windows Usage Tips
77

8-
Last modified: 2025-03-16 +0000
8+
Last modified: 2025-06-27 +0000
99

1010
## Interesting posts
1111

1212
- [PendMoves and MoveFile - Sysinternals \| Microsoft Learn](https://learn.microsoft.com/en-us/sysinternals/downloads/pendmoves)
1313
- [ChrisTitusTech/winutil: Chris Titus Tech's Windows Utility - Install Programs, Tweaks, Fixes, and Updates](https://github.com/ChrisTitusTech/winutil)
14-
- [Installation - Atlas Documentation](https://docs.atlasos.net/getting-started/installation/)
1514

1615
## Remove recent files from WordPad
1716

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ type: index
55
# Windows 11
66

77
- [[installation]]
8-
- [[Win11/tweak]]
9-
- [[Windows/dev-env]]
8+
- [[win11/tweak]]
9+
- [[win/dev-env]]
10+
- [[wsl2]]
1011

1112
[//begin]: # "Autogenerated link references for markdown compatibility"
1213
[installation]: installation.md "Fresh Install Win11 on Surface Pro 8"
13-
[Win11/tweak]: tweak.md "Tweak Win11 on Surface Pro 8"
14-
[common/dev-env]: ../dev-env.md "Windows Development Environment"
14+
[win11/tweak]: tweak.md "Tweak Win11 on Surface Pro 8"
15+
[win/dev-env]: ../dev-env.md "Windows Development Environment"
16+
[wsl2]: wsl2.md "WSL 2"
1517
[//end]: # "Autogenerated link references"
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
## During Setup
1313

1414
- Do **not** connect to the internet during this stage.
15-
- Use `Shift + F10` to open `cmd`
16-
- Then use `oobe\bypassnro`
15+
1. Use `Shift + F10` to open Command Prompt.
16+
2. ~~Use `oobe\bypassnro`~~ Use `start ms-cxh:localonly`.
1717

1818
## After Installation
1919

20-
See [[Win11/tweak]]
20+
See [[win11/tweak]]
2121

2222
[//begin]: # "Autogenerated link references for markdown compatibility"
23-
[Win11/tweak]: tweak.md "Tweak Win11 on Surface Pro 8"
23+
[win11/tweak]: tweak.md "Tweak Win11 on Surface Pro 8"
2424
[//end]: # "Autogenerated link references"
Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
1+
---
2+
sitemap:
3+
lastmod: 2025-06-27 +0000
4+
---
5+
16
# Tweak Win11 on Surface Pro 8
27

3-
## System Settings
8+
Last modified: 2025-06-27 +0000
49

5-
### Task Manager
10+
- [System Settings](#system-settings)
11+
- [Settings](#settings)
12+
- [Control Panel](#control-panel)
13+
- [File Explorer](#file-explorer)
14+
- [Edge](#edge)
15+
- [Firmware](#firmware)
16+
- [Software](#software)
17+
- [Development Environment](#development-environment)
618

7-
- Disable useless auto-starts.
19+
It's recommended to use [AtlasOS](https://atlasos.net/). Read on for more personal tweaks.
20+
21+
## System Settings
822

923
### Settings
1024

@@ -21,20 +35,12 @@
2135
- Desktop icon settings.
2236
- Start:
2337
- Turn off showing recently opened files.
24-
- Taskbar settings
25-
- Hide useless items.
26-
- Align left.
27-
- Show taskbar notification icons.
2838

2939
### Control Panel
3040

3141
- Enable hibernation according to [the official doc](https://support.microsoft.com/en-us/windows/shut-down-sleep-or-hibernate-your-pc-2941d165-7d0a-a5e8-c5ad-8c972e8e6eff).
3242
- Change mouse settings.
3343

34-
### Start Menu
35-
36-
Remove useless apps.
37-
3844
### File Explorer
3945

4046
1. Remove folders from quick access.
@@ -44,16 +50,14 @@ Remove useless apps.
4450
- Show *hidden files*, *empty drives*, and *file extensions*.
4551
4. Change user folder locations.
4652

47-
### Edge
53+
## Edge
4854

4955
Disable SmartScreen.
5056

51-
### Accounts
52-
53-
Sign out of obsolete devices from the website.
54-
5557
## Firmware
5658

59+
Using Windows Update to update the driver and firmware.
60+
5761
*References*:
5862

5963
- [Surface Pro 8 Drivers and Firmware](https://www.microsoft.com/en-us/download/details.aspx?id=103503)
@@ -66,9 +70,9 @@ See [[software]].
6670

6771
## Development Environment
6872

69-
See [[Windows/dev-env]].
73+
See [[win/dev-env]].
7074

7175
[//begin]: # "Autogenerated link references for markdown compatibility"
7276
[software]: ../software.md "Softwares on Windows"
73-
[common/dev_env]: ../dev-env.md "Windows Development Environment"
77+
[win/dev-env]: ../dev-env.md "Windows Development Environment"
7478
[//end]: # "Autogenerated link references"

0 commit comments

Comments
 (0)