在 Windows 下对文件进行 HASH 计算
在CMD下进行:certutil -hashfile xxxx.iso md5
certutil -hashfile xxxx.iso sha1
certutil -hashfile xxxx.iso sha256
在CMD下进行:certutil -hashfile xxxx.iso md5
certutil -hashfile xxxx.iso sha1
certutil -hashfile xxxx.iso sha256
快捷键 | 作用 |
---|---|
Ctrl+F9 | 插入空域符号{} |
Alt+Ctrl+L | 插入Listnum域 |
Alt+Shift+P | 插入Page域 |
Alt+Shift+D | 插入Date域 |
Alt+Shift+T | 插入Time域 |
F9 | 更新所选域 |
Ctrl+Shift+F7 | 更新Word源文档中的链接信息 |
Ctrl+Shift+F9 | 解除域的链接(比如打印目录前使用) |
Shift+F9 | 在所选的域代码及其结果间进行切换 |
Alt+F9 | 在所有的域代码及其结果间进行切换 |
F11 | 定位至下一域 |
Shift+F11 | 定位至前一域 |
把以下代码通过记事本以UTF-16 LE编码保存成.reg文件即可导入设置。
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\InputMethod\Settings\CHS]
"UserDefinedDoublePinyinScheme0"="小鹤双拼*2*^*iuvdjhcwfg^xmlnpbksqszxkrltvyovt"
path "C:\Windows\System32"
robocopy "C:\Users" "D:\Users" /E /COPYALL /XJ /XD WindowsApps
rmdir "C:\Users" /S /Q
mklink /J "C:\Users" "D:\Users"
netsh interface portproxy add v4tov4 listenaddress=127.0.0.1 listenport=445 connectaddress=*.*.*.* connectport=4455
,目标地址和和端口根据实际情况填写。\\127.0.0.1
就可以看到共享内容。