跳转至

Windows

命令行设置网络

### 设置静态IP
netsh interface ip set address "LAN1" static 192.168.31.254 255.255.255.0 192.168.31.1
### 设置主DNS
netsh interface ip set dns "LAN1" static 192.168.31.1 PRIMARY
### 设置第二DNS
netsh interface ip add dns "LAN1" 8.8.8.8 2
### 刷新
ipconfig /flushdns

### 设置DHCP
netsh interface ipv4 set address name="LAN1" dhcp
netsh interface ipv4 set dns name="LAN1" source=dhcp
ipconfig /flushdns

应用程序

官网下载

APP URL
Google Chrome https://www.google.cn/chrome/index.html
Typora https://typoraio.cn/
Explorer Patcher https://github.com/valinet/ExplorerPatcher
Notepad++ https://notepad-plus-plus.org/downloads/
jellyfin-media-player https://github.com/jellyfin/jellyfin-media-player
Vscode https://code.visualstudio.com/
navicat-premium https://www.navicat.com.cn/download/navicat-premium
bandzip https://www.bandisoft.com/bandizip/
onenote https://apps.microsoft.com/detail/9WZDNCRFHVJL?hl=en-us&gl=us
TortoiseGit https://tortoisegit.org/download/
TortoiseSVN https://tortoisesvn.net/downloads.html
Jetbrains https://www.jetbrains.com/

Scoop

安装 scoop

 set-executionpolicy remotesigned -s cu
 #自定义路径
 $env:SCOOP='C:\\opt\\scoop'
[Environment]::SetEnvironmentVariable('SCOOP',$env:SCOOP,'User')
#非管理员
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
#管理员安装
iex "& {$(irm get.scoop.sh)} -RunAsAdmin"

开启多线程

scoop install aria2
# aria2 在 Scoop 中默认开启
scoop config aria2-enabled true

scoop config aria2-split 32
scoop config aria2-max-connection-per-server 16
scoop config aria2-min-split-size 1M
scoop config aria2-retry-wait 4

# aria2 在 Scoop 关闭
scoop config aria2-enabled false

代理

# 使用代理
scoop config proxy 127.0.0.1:7890
# 移除代理
scoop config rm proxy

添加 app 源

scoop install git git-lfs openssh curl aria2 scoop-search
###添加源
scoop bucket add apps https://github.com/kkzzhizhou/scoop-apps
###更新
scoop update
###添加源
#scoop bucket add extras
#scoop bucket add java
#scoop bucket add nerd-fonts
#scoop bucket add nonportable
#scoop bucket add versions

#scoop bucket add dorado <https://github.com/chawyehsu/dorado>
scoop bucket add jetbrains https://github.com/JetBrains/scoop-utils

替换 scoop search

安装scoop-search后,使用scoop-search命令搜索软件才会生效,将以下 cmd 添加到 PATH 来替换默认的scoop search命令。

scoop.cmd
@echo off

if "%1" == "search" (
    call :search_subroutine %*
) else (
    powershell scoop.ps1 %*
)
goto :eof

:search_subroutine
set "args=%*"
set "newargs=%args:* =%"
scoop-search.exe %newargs%
goto :eof

安装日用 app

scoop install 1remote-portable autodarkmode bat btop cloc dismplusplus dnspy duf dust everything fastfetch github imageglass iperf3 mingw-nuwen nodejs-lts nu oraclejdk-lts picgo postman powershell procs rescuetime soapui snipaste sudo touch  trafficmonitor tssh unar wiznote wiztree

配置 PicGO 图床

安装 Jetbrains 全家桶

##不推荐,最好官网下载exe安装
scoop install clion datagrip dotcover-clt dotmemory dotpeek dottrace idea-ultimate rider

BetterRDP

BetterRDP 是一个 Windows 注册表文件,旨在通过启用 60FPS、GPU 加速和 RemoteFx 功能来增强远程桌面协议 (RDP) 会话。这些优化旨在提供更流畅、响应更灵敏的远程桌面体验。

预览扩展

SVG

svg-explorer-extension

AI, PS, EPS, PDF

https://www.cnblogs.com/yongfengnice/p/17302187.html

https://sourceforge.net/projects/sagethumbs/

网页存档 Singlefile

ghp_xxx
dsf1995cn
FileHub
singlefile

Telegram 简体中文

访问 URL https://t.me/setlanguage/zh-hans-beta

问题记录

资源管理器不会自动刷新

只要是网络文件夹,不管是共享的,或者是ftp的,只要这些因网络问题或者别的问题失效的,且在左侧有导航窗口的,都会出现这种情况,只要把相应的失效的文件夹或快捷方式删除掉就没问题了。

如果是笔记本经常移动,不建议在文件管理器添加共享、映射网络磁盘。