1、备份注册表: Win+R → regedit → 右键「计算机」→ 导出,保存 .reg 文件 2、删除多余命名空间: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace 展
1、powershell 使用ping命令,回显带时间戳: ping.exe -t 网址或者IP地址 |Foreach{"{0} - {1}" -f (Get-Date),$_} 命令后面添加>D://1.txt