zl程序教程

您现在的位置是:首页 >  数据库

当前栏目

备份任务栏

备份 任务栏
2023-09-14 08:58:57 时间

运行效果:  (reg+快捷方式打包集)

  

实现代码:

$TaskbarLocal="$env:APPDATA\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar"
$TargetLocal="$env:USERPROFILE\Desktop"
reg export HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband $TargetLocal\backup.reg
Compress-Archive -Path $TaskbarLocal -DestinationPath $TargetLocal\taskbar_backup