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
#SingleInstance Force | |
#NoTrayIcon ;Delete this line if you want the tray icon to be visible. | |
EverythingPath := "C:\Program Files\Everything\Everything.exe" ;If your everything.exe isn't here, fix that. Keep the quotes. | |
MyUsername := "MyUserName" ;Go to %userprofile% and change this to the title of that window. Keep the quotes. | |
MyRecycleBin := "Recycle Bin" ;Go to your Recycle Bin and change this to the title of that window. Keep the quotes. | |
MyThisPC := "This PC" ;Go to your This PC and change this to the title of that window. Keep the quotes. | |
;You can delete below blocks if you don't want the features. Replace ^F with F3 if you are using that instead. |