Created
March 1, 2025 17:03
-
-
Save iamtimmy/045678ad35af54d6c7b1b81fa50a857e to your computer and use it in GitHub Desktop.
registry files to set and unset filepilot as the default file manager.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\Drive\shell] | |
@="none" | |
[-HKEY_CLASSES_ROOT\Drive\shell\open] | |
[HKEY_CLASSES_ROOT\Directory] | |
@="File Folder" | |
[-HKEY_CLASSES_ROOT\Directory\shell\open] | |
[-HKEY_CURRENT_USER\Software\Classes\CLSID\{52205fd8-5dfb-447d-801a-d0b52f2e83e1}] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
;; Replaces the behaviour of the windows desktop shells "open" command on drives and directories to open a specific application | |
[HKEY_CLASSES_ROOT\Drive\shell] | |
@="open" | |
[HKEY_CLASSES_ROOT\Drive\shell\open\command] | |
@="\"C:\\Program Files\\FPilot\\FPilot.exe\" \"%1\"" | |
[HKEY_CLASSES_ROOT\Directory\shell] | |
@="open" | |
[HKEY_CLASSES_ROOT\Directory\shell\open\command] | |
@="\"C:\\Program Files\\FPilot\\FPilot.exe\" \"%1\"" | |
;; Replaces the Windows+E key behaviour to open a specific application | |
[HKEY_CURRENT_USER\Software\Classes\CLSID\{52205fd8-5dfb-447d-801a-d0b52f2e83e1}] | |
@="" | |
[HKEY_CURRENT_USER\Software\Classes\CLSID\{52205fd8-5dfb-447d-801a-d0b52f2e83e1}\shell] | |
[HKEY_CURRENT_USER\Software\Classes\CLSID\{52205fd8-5dfb-447d-801a-d0b52f2e83e1}\shell\opennewwindow] | |
[HKEY_CURRENT_USER\Software\Classes\CLSID\{52205fd8-5dfb-447d-801a-d0b52f2e83e1}\shell\opennewwindow\command] | |
@="\"C:\\Program Files\\FPilot\\FPilot.exe\"" | |
"DelegateExecute"="" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment