Backup and Restore Backup and Restore Quick Settings in Windows 11


  • Staff
Quick_Settings_banner.png

This tutorial will show you how to backup and restore Quick Settings for your account in Windows 11.

The lower right corner of Taskbar in Windows 11 has a button for the Notification Center (Win+N) and Quick Settings (Win+A).

Quick Settings is the place for you to quickly manage and access settings like Volume, Brightness, Wi-Fi, Bluetooth, Airplane mode, Battery saver, Night light, Mobile hotspot, Accessibility, Nearby sharing, and Project.

After you edit quick settings to add and remove quick settings you want, you can back up your changes to be able to restore later.

Starting with Windows 11 build 25967 (Canary), Microsoft is trying out a scrollable view of quick settings to some Windows Insiders in the Canary Channel as part of evaluating effectiveness of different layouts. As part of the change, rather than having to edit the list to add new quick actions, the user now has a scrollable list of quick actions that can be rearranged.


Contents



EXAMPLE: Quick Settings

Quick_Settings.png
Edit_Quick_Settings.png





Option One

Backup Quick Settings


1 Click/tap on the Download button below to download the .bat file below.

Backup_Quick_Settings.bat


(BAT file contents for reference)
Code:
REG EXPORT "HKCU\Control Panel\Quick Actions" "%userprofile%\Desktop\My_Quick_Settings-backup.reg" /y

2 Save the .bat file to your desktop.

3 Unblock and run the .bat file.

4 A My_Quick_Settings-backup.reg file will now be created on your desktop. This .reg file is your quick settings backup, and cannot be renamed to use in Option Two.

5 You can now delete the downloaded .bat file if you like.




Option Two

Restore Quick Settings


1 Move or copy the My_Quick_Settings-backup.reg file created by Option One to your desktop.

2 Click/tap on the Download button below to download the .bat file below.

Restore-Quick_Settings.bat


(BAT file contents for reference)
Code:
REG DELETE "HKCU\Control Panel\Quick Actions" /F

REG IMPORT "%userprofile%\Desktop\My_Quick_Settings-backup.reg"

taskkill /f /im explorer.exe

start explorer.exe

3 Save the .bat file to your desktop.

4 Unblock and run the .bat file.

5 You will now notice a command prompt quickly open and close, and your desktop quickly flash as the explorer process is restarted to apply.

6 You can now delete the downloaded .bat file if you like.


That's it,
Shawn Brink


 

Attachments

  • Quick_Settings.png
    Quick_Settings.png
    11.8 KB · Views: 56
  • Backup_Quick_Settings.bat
    266 bytes · Views: 114
  • Restore-Quick_Settings.bat
    334 bytes · Views: 120
Last edited:

Latest Support Threads

Back
Top Bottom