系统目录简写
| [系统盘]: | %SYSTEMDRIVE% |
| [系统盘]: | %HOMEDRIVE% |
| [系统盘]:\WINDOWS | %SYSTEMROOT% |
| [系统盘]:\WINDOWS | %WINDIR% |
| [系统盘]:\WINDOWS\System32\cmd.exe | %ComSpec% |
| [系统盘]:\Program Files | %ProgramFiles% |
| [系统盘]:\Program Files\Common Files | %CommonProgramFiles% |
| [系统盘]:\Documents and Settings\All Users | %ALLUSERSPROFILE% |
| [系统盘]:\Documents and Settings\All Users\Application Data | %ALLAPPDATA% |
| [系统盘]:\Documents and Settings\[当前用户] | %USERPROFILE% |
| [系统盘]:\Documents and Settings\[当前用户] | %HOMEPATH% |
| [系统盘]:\Documents and Settings\[当前用户]\Application Data | %APPDATA% |
| [系统盘]:\Documents and Settings\[当前用户]\Local Settings\Temp | %TEMP% |
| [系统盘]:\Documents and Settings\[当前用户]\Local Settings\Temp | %TMP% |
桌面壁纸保存位置
%USERPROFILE%\AppData\Roaming\Microsoft\Windows\Themes\CachedFiles
Notepad++ 正则表达式匹配中文
- 将编码转为UTF-8
- 使用[\x{4e00}-\x{9fa5}]匹配
坚果云 从计算机中移除图标
[\HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace]
[\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID]
版权协议

本作品采用知识共享署名-非商业性使用-禁止演绎 3.0 版本许可协议进行许可。