ur 5 Posted June 8, 2020 (edited) We can create file associations by applying registries similar to below one. Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\VBSFile\Shell\EditScite] @="Edit with Scite" [HKEY_CLASSES_ROOT\VBSFile\Shell\EditScite\Command] @="\"C:\\Program Files (x86)\\AutoIt3\\SciTE\\SciTE.exe\" \"%1\"" But, is there any direct UDI available in AutoIT? Edited June 10, 2020 by ur Share this post Link to post Share on other sites
faustf 32 Posted June 14, 2020 you can use RegWrite and REgreed look in F1 help Share this post Link to post Share on other sites
Jos 2,166 Posted June 14, 2020 4 minutes ago, faustf said: REgreed Nearly correct 1 faustf reacted to this SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Share this post Link to post Share on other sites
careca 277 Posted June 14, 2020 On 6/8/2020 at 9:49 AM, ur said: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\VBSFile\Shell\EditScite] @="Edit with Scite" [HKEY_CLASSES_ROOT\VBSFile\Shell\EditScite\Command] @="\"C:\\Program Files (x86)\\AutoIt3\\SciTE\\SciTE.exe\" \"%1\"" Writing to HKCR is a bad idea, and you're probably going to struggle with permissions. Just go with HKCU Spoiler Renamer - Rename files and folders, remove portions of text from the filename etc. GPO Tool - Export/Import Group policy settings. MirrorDir - Synchronize/Backup/Mirror Folders BeatsPlayer - Music player. Params Tool - Right click an exe to see it's parameters or execute them. String Trigger - Triggers pasting text or applications or internet links on specific strings. Inconspicuous - Hide files in plain sight, not fully encrypted. Regedit Control - Registry browsing history, quickly jump into any saved key. Time4Shutdown - Write the time for shutdown in minutes. Power Profiles Tool - Set a profile as active, delete, duplicate, export and import. Finished Task Shutdown - Shuts down pc when specified window/Wndl/process closes. NetworkSpeedShutdown - Shuts down pc if download speed goes under "X" Kb/s. IUIAutomation - Topic with framework and examples Au3Record.exe Share this post Link to post Share on other sites
water 2,365 Posted June 14, 2020 @ur Did you search the forum? I'm sure this has been discussed a few times already. Example: My UDFs and Tutorials: Spoiler UDFs:Active Directory (NEW 2020-10-10 - Version 1.5.2.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX (NEW 2020-12-15 - Version 1.6.3.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX_GUI (2020-06-27 - Version 1.3.2.0) - DownloadOutlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - WikiTask Scheduler (2019-12-03 - Version 1.5.1.0) - Download - General Help & Support - WikiTutorials:ADO - Wiki, WebDriver - Wiki Share this post Link to post Share on other sites