Creating a .reg file for Windows 7
        Posted  
        
            by 
                Aximili
            
        on Super User
        
        See other posts from Super User
        
            or by Aximili
        
        
        
        Published on 2012-03-25T12:51:21Z
        Indexed on 
            2012/03/26
            11:34 UTC
        
        
        Read the original article
        Hit count: 345
        
I created a .reg file but when I double-click it, it doesn't want to be imported.
The specified file is not a registry script.You can only import binary registry files from within the registry editor.
Here is the content of the .reg file
[HKEY_CLASSES_ROOT\Folder\shell\PngCrush]
@=”PNG Crush”
[HKEY_CLASSES-ROOT\Folder\shell\PngCrush\command]
@=”E:\Programs\PNGCrush\crush.bat %1”
Could someone help me? Thanks in advance
© Super User or respective owner