search
HomeCommon ProblemHow to back up and restore pinned items on the taskbar in Windows 11
How to back up and restore pinned items on the taskbar in Windows 11Apr 18, 2023 pm 11:16 PM
windows 11fixed itemsbackupRestore taskbar

The taskbar on Windows systems is the most used feature by all Windows users around the world. You can easily pin your favorite and most used apps to the taskbar, customizing their size and color. In this article, we will discuss how to back up pinned items on the taskbar and restore them if needed.

How to back up and restore pinned items on the taskbar in Windows 11

How to Backup and Restore Pinned Items on the Taskbar in Windows 11

There are two ways to back up and restore pinned items. There is a manual method where you have to create a backup of the pinned items and their associated registry files in a secure folder.

Besides this, there is another automated method that can be used to automate the entire process of backing up pinned items.

Manual Backup

There are two different parts to this process.

Step 1 - Copy Taskbar Item

1. First, press the Windows key and the R key simultaneously.

2. Then, paste the following into the Run window and press Enter.

%AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar

How to back up and restore pinned items on the taskbar in Windows 11

#This will open the taskbar folder.

3. In the taskbar folder, select everything inside.

4. Then, click the "Copy" icon on the menu bar.

How to back up and restore pinned items on the taskbar in Windows 11

#4. Now, create a folder in any location (eg - Desktop) and paste these contents in it.

[

For example, we created a backup folder named "TaskbarBackup". The complete location of the folder is -

C:\Users\sambi\Desktop\TaskbarBackup

]

How to back up and restore pinned items on the taskbar in Windows 11

Step 2 – Create a Registry Backup

Now, you have to create Registry backup of taskbar.

1. First, enter "regedit" in the search box.

2. Then, click on “Registry Editor” to access it.

How to back up and restore pinned items on the taskbar in Windows 11

3. Now, navigate to this location –

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband

4. On the left side, right click on “TaskWith ” key, and then click “Export”.

How to back up and restore pinned items on the taskbar in Windows 11

5. Now, navigate to the backup folder you used in Step 1.

[

In our case, it is the TaskbarBackup folder at this location -

C:\Users\sambi\Desktop\TaskbarBackup

]

6. Then, place the backup file Name it "Taskbarbak".

7. After that, click on "Save" to save the changes.

How to back up and restore pinned items on the taskbar in Windows 11

After that, close the Registry Editor window.

In this way, you have successfully created a backup of pinned items on the taskbar.

Manual Restore

After creating a backup, you can manually restore pinned items on the taskbar at any time.

1. You must open the taskbar folder. So, press the Windows key and the R key simultaneously.

2. Then, paste the following into the Run window and press Enter.

%AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar

How to back up and restore pinned items on the taskbar in Windows 11

Keep it open.

3. Now, open the backup folder where you made the backup.

[In our system, the backup folder "TaskbarBackup" folder is located at -C:\Users\sambi\Desktop\TaskbarBackup

]

4. Then, copy all files and folders from the backup folder. Then, paste them into the taskbar folder.

How to back up and restore pinned items on the taskbar in Windows 11

#5. After that, navigate to the folder where the registry backup is stored.

6. Once there, double-click on " Taskbarbak ".

How to back up and restore pinned items on the taskbar in Windows 11

7. You will receive a warning message. Just click " is " to merge the registry keys in the registry.

How to back up and restore pinned items on the taskbar in Windows 11

You won't notice any changes in the taskbar immediately. You must restart the system once for it to work properly.

However, there is another way to complete the process without restarting the system. You must restart File Explorer. Please follow the steps below -

1. First, open File Explorer. Minimize it.

2. Then, press the Windows key and X key at the same time.

3. After that, click on “Task Manager” to access it.

How to back up and restore pinned items on the taskbar in Windows 11

4.当任务管理器打开时,右键单击“ Windows资源管理器”进程并点击“重新启动”。

How to back up and restore pinned items on the taskbar in Windows 11

任务栏和文件资源管理器将重新启动。稍等片刻,您就会注意到任务栏的变化。

自动备份和恢复固定项目

是否厌倦了手动定期备份任务栏上的固定项目?您可以创建一个批处理文件来自动备份固定的项目,并创建另一个批处理文件来恢复固定的任务栏项目。

自动备份

1. 首先,在搜索框中输入“记事本”。

2.然后,点击“记事本”打开它。

How to back up and restore pinned items on the taskbar in Windows 11

3. 在空白记事本页面中,复制粘贴并修改此行以创建注册表备份。

REG EXPORT HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband " [DRIVE LETTER:\FOLDER NAME\FILE NAME.reg] "

[

将“ [DRIVE LETTER:\FOLDER NAME\FILE NAME.reg] ”替换为您的注册表备份文件的位置。

示例 - 在我们的例子中,注册表文件的位置是 – “ C:\Users\sambi\Desktop\TaskbarBackup\ Taskbarbak.reg ”

所以,替换注册表文件的位置后,代码会是这样的——

REG EXPORT HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband " C:\Users\sambi\Desktop\TaskbarBackup\Taskbarbak.reg "

]

How to back up and restore pinned items on the taskbar in Windows 11

4. 现在,在记事本的下一行粘贴和修改此命令。

xcopy "%AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar" " [DRIVE LETTER:\FOLDER NAME\] " /E /C /H /R /K /Y

[再次,将代码中的“ [DRIVE LETTER:\FOLDER NAME\] ”替换为您创建的备份文件夹。

在我们的例子中,名为“ TaskbarBackup ”的备份文件夹位于此处 - C:\Users\sambi\Desktop\TaskbarBackup。所以,最终的命令将是——

xcopy "%AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar" "C:\Users\sambi\Desktop\TaskbarBackup" /E /C /H /R /K /Y

]

How to back up and restore pinned items on the taskbar in Windows 11

5. 现在,点击菜单栏上的“文件”,然后点击“另存为”

How to back up and restore pinned items on the taskbar in Windows 11

6. 现在,将“保存类型:”设置为“所有文件”。

7. 然后,将名称设置为“ BackupTaskbar.bat ”。

8. 最后,选择一个安全的位置保存文件,然后点击“保存”保存批处理文件。

How to back up and restore pinned items on the taskbar in Windows 11

您现在可以关闭记事本。

这样,您就创建了一个批处理文件。从现在开始,只要您想进行备份,只需执行以下步骤 -

1. 转到您保存批处理文件的位置。

2.然后,右键单击“ BackupTaskbar.bat ”文件并点击“以管理员身份运行”以运行它以备份您的任务栏。

How to back up and restore pinned items on the taskbar in Windows 11

自动恢复

同样,您必须创建一个单独的批处理文件,您可以随时运行该批处理文件以自动恢复任务栏上的固定项目。

1. 打开记事本。

2. 然后,根据您的系统粘贴修改此行。

REGEDIT /S " [驱动器号:\文件夹名\文件名.reg] "

[同样,将“ [DRIVE LETTER:\FOLDER NAME\FILE NAME.reg] ”替换为备份注册表文件的位置和名称。

示例 – 在我们的例子中,Taskbarbak.reg是备份注册表文件,注册表文件的位置是 – “ C:\Users\sambi\Desktop\TaskbarBackup\ Taskbarbak.reg ”

所以,会是这样——

REGEDIT /S “ C:\Users\sambi\Desktop\TaskbarBackup\Taskbarbak.reg ”

]

How to back up and restore pinned items on the taskbar in Windows 11

3. 之后,将最后一行命令粘贴到记事本中。

xcopy " [DRIVE LETTER:\FOLDER NAME\] " "%AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar" /E /C /H /R /K /Y

[

这次,将“ [DRIVE LETTER:\FOLDER NAME\] ”替换为备份文件夹的位置。

示例 – 备份文件夹“ TaskbarBackup ”的位置位于 –

C:\Users\sambi\Desktop\TaskbarBackup

所以,命令是——

xcopy " C:\Users\sambi\Desktop\TaskbarBackup " "%AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar" /E /C /H /R /K /Y

]

How to back up and restore pinned items on the taskbar in Windows 11

4. 现在,点击菜单栏中的“文件”,然后点击“另存为... ”。

How to back up and restore pinned items on the taskbar in Windows 11

5. 首先,将“保存类型:”设置为“所有文件”。

7. 然后,将名称设置为“ RestoreTaskbar.bat ”。

8. 最后,选择一个安全的位置来保存批处理文件,然后点击“保存”进行保存。

How to back up and restore pinned items on the taskbar in Windows 11

关闭记事本窗口。

That’s it! You can easily run this new batch file to restore pinned items on the taskbar.

Just right-click on the "RestoreTaskbar.bat" batch file and click "Run as administrator" to run it.

How to back up and restore pinned items on the taskbar in Windows 11

After running the batch file, just reboot your system once or restart File Explorer (follow the instructions we mentioned before). After restarting, you will restore all pinned items on the taskbar.

The above is the detailed content of How to back up and restore pinned items on the taskbar in Windows 11. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:云东方. If there is any infringement, please contact admin@php.cn delete
修复:Windows 11 激活错误 0xc004f213修复:Windows 11 激活错误 0xc004f213Apr 13, 2023 pm 05:40 PM

激活 Windows 11 操作系统的过程变得非常简单。还有一种情况是密钥已预先编程到 BIOS 中,您不需要输入任何信息。但是,用户报告收到 Windows 11 激活错误 0xc004f213 消息。许可证密钥有助于确认您的操作系统副本是正版的,并且它没有安装在超过 Microsoft 软件许可条款允许的设备上。跟随我们将向您展示如何修复 Windows 11 激活错误 0xc004f213,就在我们看到为什么在您获得新的笔记本电脑/计算机后立即激活您的 Windows 副本很重要之后。跟上

无法在 Windows 11 中安装 RSAT?应用这些修复无法在 Windows 11 中安装 RSAT?应用这些修复Apr 15, 2023 pm 03:07 PM

RSAT或远程服务器管理工​​具是一个组件,允许管理员远程管理运行相同操作系统的其他计算机。但是,如果事情不正确,您可能无法在Windows11中安装RSAT。您在这里遇到了一堆错误,例如,RSAT安装程序遇到错误0x8024001d。不管是什么原因,有很多方法在每种情况下都证明是有效的。因此,如果您还无法在Windows11中安装RSAT,请执行下一节中列出的修复程序。如果我无法在Windows11中安装RSAT,我该怎么办?笔记请记住,RSAT仅适用于Windows

如何在 Windows 11 中清除桌面背景最近的图像历史记录如何在 Windows 11 中清除桌面背景最近的图像历史记录Apr 14, 2023 pm 01:37 PM

<p>Windows 11 改进了系统中的个性化功能,这使用户可以查看之前所做的桌面背景更改的近期历史记录。当您进入windows系统设置应用程序中的个性化部分时,您可以看到各种选项,更改背景壁纸也是其中之一。但是现在可以看到您系统上设置的背景壁纸的最新历史。如果您不喜欢看到此内容并想清除或删除此最近的历史记录,请继续阅读这篇文章,它将帮助您详细了解如何使用注册表编辑器进行操作。</p><h2>如何使用注册表编辑

5 个最好的免费 Windows 11 屏幕保护程序资源5 个最好的免费 Windows 11 屏幕保护程序资源Apr 13, 2023 pm 05:07 PM

优雅的屏保通常是一种被低估的艺术形式。这是一种耻辱,因为当您不使用它时,它们可以将您的计算机变成一个漂亮的工作室。屏幕保护程序很容易混淆壁纸,但这是一个错误。有一些区别,但最突出的是屏幕保护程序的动画性质。该动画是壁纸中的明显遗漏,壁纸通常是静态艺术作品。是时候赋予屏保他们真正应得的价值了。本文将探索一些最优雅的免费 Windows 11 屏幕保护程序,并向您展示它们为何非常适合您的计算机。在下载屏幕保护程序之前你应该知道什么?您将在本文中看到推荐的许多 Windows 11 屏幕保护程序,并且

如何在 Windows 11/10 上修复 FFMPEG.DLL Not Found 错误如何在 Windows 11/10 上修复 FFMPEG.DLL Not Found 错误Apr 14, 2023 pm 07:10 PM

最近,Windows用户报告遇到ffmpeg.dll文件丢失或未找到错误。基本上,此错误可能会在应用程序安装时、系统启动时或访问某些网站时引发。当系统文件损坏时,可能会出现ffmpeg.dll错误,从而使系统目录无法发现DLL文件。此错误还与MicrosoftTeams、Skype、Discord、适用于Windows的WhatsApp、Deezer等应用程序相关联。向用户显示的错误消息是:程序无法启动,因为您的计算机缺少ffmpeg.dll。尝试重新安装程序以解决此问题。如果

如何在 Windows 11 上反转颜色 [使用快捷方式]如何在 Windows 11 上反转颜色 [使用快捷方式]Apr 14, 2023 pm 02:43 PM

使用 Windows 电脑时,可能需要反转电脑的颜色。这可能是由于个人偏好或显示驱动程序错误造成的。如果你想要反转 Windows 11 电脑的颜色,本文为你提供了在 Windows 电脑上反转颜色所需的所有必要步骤。在本文中反转图像上的颜色是什么意思?简单来说,反转图像的颜色意味着将图像的当前颜色翻转到色轮上的相反色调。你也可以说这意味着将图像的颜色更改为负片。例如,蓝色图像将反转为橙色,黑色变为白色,绿色变为洋红色等。如何在 Windows 11 上反转颜色?1. 使用微软画图按键 + ,输

Windows 11 重启和关闭简易键盘快捷键Windows 11 重启和关闭简易键盘快捷键Apr 14, 2023 pm 01:10 PM

大多数用户可以通过使用键盘快捷键来节省使用系统的时间。这些快捷方式可用于打开运行命令框、打开文件资源管理器、激活设置程序、锁定屏幕等。有几种方法可以快速重启或关闭 Windows 操作系统。有时鼠标坏了,使用笔记本电脑上的触摸板可能会让使用快捷方式快速完成的任务感到不愉快。如果您想知道如何使用键盘快捷键关闭或重新启动计算机,本文将向您展示如何通过三种不同的方法进行操作。使用“开始”按钮上下文菜单重新启动和关闭键盘快捷键步骤 1:要打开任务栏上“开始”按钮的上下文菜单,请同时按下键盘上的Windo

如何在 Windows 11 上下载 Microsoft Money Sunset如何在 Windows 11 上下载 Microsoft Money SunsetApr 15, 2023 pm 12:34 PM

即使不再开发,MicrosoftMoneyPlusSunset仍然是Windows11上最受欢迎的财务软件之一。微软于2009年6月30日停止销售该程序,并于2011年1月限制对现有Money安装的在线服务的访问。MicrosoftMoneyPlusSunset是2010年发布的替代版本,使人们能够访问和编辑Money数据文件,但缺乏任何在线功能或支持。有两个版本:Deluxe和Home&Business。Money在2012年作为Wi

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Tools

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment