WSL 安装提示:拒绝访问 明明已经提权,但仍提示拒绝访问,可以添加参数从 web 下载而非 Microsoft Store wsl --install --web-download 2025-12-31 小记 #Windows
修复 Github Notifications Bug https://github.com/orgs/community/discussions/6874#discussioncomment-14507162 2025-09-27 小记 #Github
VSCode一键运行Rust { "key": "f5", "command": "workbench.action.terminal.sendSequence", "args": { "text": "cargo run\u000D" }, 2025-09-05 小记 #VSCode#Rust
Powershell 退格和 Delete 出现黑色背景 powershell -noprofile -command "Install-Module PSReadLine -Force -SkipPublisherCheck -scope allusers" 运行上述命令 https://github.com/microsoft/terminal/iss 2025-08-28 小记 #Windows#Powershell
Windows 卸载 GameOverLay 后禁用弹出窗口 reg add HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR /f /t REG_DWORD /v "AppCaptureEnabled" /d 0 reg add HKEY_CURRENT_USER\Syst 2025-08-24 小记 #Windows
Windows Store 设置代理 CheckNetIsolation LoopbackExempt -a -n="microsoft.windowsstore_8wekyb3d8bbwe" Reference https://www.fournoas.com/posts/enable-microsoft-store-to-suppo 2025-08-03 小记 #Proxy#Windows
上古卷轴5:天际 控制台命令和开发者工具 控制台命令 控制台开启方式:` 键 开新档 set mqquickstart to 3 在山洞创建角色 set mqquickstart to # 默认开局? 角色相关 showracemenu 显示角色编辑页面 tcl 1 开启角色碰撞 2025-07-30 默认分类 #Skyrim