This is an old revision of the document!
Associate Sublime Text 3 with files that have no extension
Download and run the following batch file as administrator:
assoc .="No Extension" ftype "No Extension"=^"^%ProgramFiles^%\Sublime Text 3\sublime_text.exe^" "%1" assoc "No Extension"\DefaultIcon=%SystemRoot%\System32\imageres.dll,-102 pause