Skip to content

Commit

Permalink
Optional: Remove the Autostart Registry Key (.reg)
Browse files Browse the repository at this point in the history
This .reg file removes `HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\Windows11DragAndDropToTaskbarFix`  entry from the system registry. It's only useful if you deleted `Windows11DragAndDropToTaskbarFix` without disabling Autostart in the config file first. Use it when you want to remove the `Windows11DragAndDropToTaskbarFix` entry from Windows 11 `Settings` -> `Apps` -> `Startup`.
  • Loading branch information
HerMajestyDrMona authored Jul 23, 2022
1 parent f50fdab commit 3e40755
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Remove_Autostart_RegKey_Windows11DragAndDropToTaskbarFix.reg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
"Windows11DragAndDropToTaskbarFix"=-

1 comment on commit 3e40755

@HerMajestyDrMona
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This .reg file removes HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\Windows11DragAndDropToTaskbarFix entry from the system registry. It's only useful if you deleted Windows11DragAndDropToTaskbarFix without disabling Autostart in the config file first. Use it when you want to remove the Windows11DragAndDropToTaskbarFix entry from Windows 11 Settings -> Apps -> Startup.

You can download it here:
https://downgit.github.io/#/home?url=https://github.com/HerMajestyDrMona/Windows11DragAndDropToTaskbarFix/blob/main/Remove_Autostart_RegKey_Windows11DragAndDropToTaskbarFix.reg

Please sign in to comment.