Windows 10: Is it possible to change (Default) value with a .reg file?

Discus and support Is it possible to change (Default) value with a .reg file? in Windows 10 Ask Insider to solve the problem; I am trying to change (Default) value of "Computer\HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\edit\command" to easily edit with Krita.... Discussion in 'Windows 10 Ask Insider' started by /u/Magnar0, Feb 9, 2021.

  1. Is it possible to change (Default) value with a .reg file?


    I am trying to change (Default) value of "Computer\HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\edit\command" to easily edit with Krita.

    Actually, I did it manually, but when I try to create a .rig file of it to run after format etc. It doesn't work.

    This is what I created.

    Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\edit\command] "(Default)"="C:\Program Files\Krita (x64)\bin\krita.exe" "%1"

    Where do I making mistake? Help appreciated Is it possible to change (Default) value with a .reg file? :)

    submitted by /u/Magnar0
    [link] [comments]

    :)
     
    /u/Magnar0, Feb 9, 2021
    #1
  2. snljty Win User

    Is that possible to APPEND something to a string value by a .REG file?

    Hello,

    I am trying to modify my registry and I want to APPEND something to the value of a key, like:

    modify

    [some\path\to\a\key]

    "key_name"="original_key_value"

    to

    [some\path\to\a\key]

    "key_name"="original_key_value appended_key_value"

    using a .REG file.

    Is that possible?

    Thanks dear community contributors.
     
    snljty, Feb 9, 2021
    #2
  3. Change the default action for .reg files

    Sounds like a reasonable thing to do. Even though it warns you twice before it merges the changes, it can't hurt to set the default to be Notepad instead.

    One way to accomplish this is shown below, but in testing I discovered that this takes away the merge option from the context menu. This means that if you want to actually import a reg file after doing this, you would have to open Registry Editor and choose
    File > Import
    to do it.

    1) Settings > Apps > Default Apps

    2) Click Choose defaults by file type

    3) Scroll down to the .reg entry and click it to change the default to Notepad
     
    Shawn 'Cmdr' Keene [MVP], Feb 9, 2021
    #3
  4. Is it possible to change (Default) value with a .reg file?

    I changes .exe (Default) files data value, and now I can't open .exe files. Can anyone tell me the normal data value for .exe?

    Hello Nilson,

    Thank you for posting in Microsoft Community.

    I understand that you have changed the values of .exe file extension and now you are unable to open any .exe files. We will help you.

    To assist you better, I suggest you to answer the below questions.

    • How did you change the values of the .exe file extensions?
    • What was the issue to change the values for .exe?
    • Is the PC used for testing purpose or you have you changed the values for any developing purpose?
    Please post to us with more information to help you better.
     
    Sachin Venkatesh, Feb 9, 2021
    #4
Thema:

Is it possible to change (Default) value with a .reg file?

Loading...
  1. Is it possible to change (Default) value with a .reg file? - Similar Threads - possible change Default

  2. I changed the the exe file default value as well as the default values of shell and shellex...

    in Windows 10 Customization
    I changed the the exe file default value as well as the default values of shell and shellex...: I changed the the exe file default value as well as the default values of shell and shellex in the HKEY_CLASSES_ROOT from Registry Editor by mistake... Now I am not able to open any exe file.. When i open any exe file it gives the error "No such interface supported"... I...
  3. I changed the the exe file default value as well as the default values of shell and shellex...

    in Windows 10 Gaming
    I changed the the exe file default value as well as the default values of shell and shellex...: I changed the the exe file default value as well as the default values of shell and shellex in the HKEY_CLASSES_ROOT from Registry Editor by mistake... Now I am not able to open any exe file.. When i open any exe file it gives the error "No such interface supported"... I...
  4. I changed the the exe file default value as well as the default values of shell and shellex...

    in Windows 10 Software and Apps
    I changed the the exe file default value as well as the default values of shell and shellex...: I changed the the exe file default value as well as the default values of shell and shellex in the HKEY_CLASSES_ROOT from Registry Editor by mistake... Now I am not able to open any exe file.. When i open any exe file it gives the error "No such interface supported"... I...
  5. can someone help me. I need the default for every value in this reg.

    in Windows 10 Gaming
    can someone help me. I need the default for every value in this reg.: Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00\4d2b0152-7d5c-498b-88e2-34345392a2c5...
  6. can someone help me. I need the default for every value in this reg.

    in Windows 10 Software and Apps
    can someone help me. I need the default for every value in this reg.: Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00\4d2b0152-7d5c-498b-88e2-34345392a2c5...
  7. How do I copy the value of a Registry Key, or part of the value, using a .reg file?

    in Windows 10 Software and Apps
    How do I copy the value of a Registry Key, or part of the value, using a .reg file?: I want to set up a .reg file for restoring all my customizations when I reinstall or move to a new computer, but I do not have certainty that the file structure or registry values will be the same. So, I need modify some keys with imperfect information about their values. For...
  8. How do I copy the value of a Registry Key, or part of the value, using a .reg file?

    in Windows 10 Gaming
    How do I copy the value of a Registry Key, or part of the value, using a .reg file?: I want to set up a .reg file for restoring all my customizations when I reinstall or move to a new computer, but I do not have certainty that the file structure or registry values will be the same. So, I need modify some keys with imperfect information about their values. For...
  9. Double click on *.reg file does NOT change the key value in Registry

    in Windows 10 Support
    Double click on *.reg file does NOT change the key value in Registry: I have a *.reg script which just modifies (overwrites) the value of a certain, existing Registry key. When I double click on it (similar to Win7) then a popup appears asking me if I really want to add the key. After clicking Ok I was informed that the key value has been...
  10. Is that possible to APPEND something to a string value by a .REG file?

    in Windows 10 Customization
    Is that possible to APPEND something to a string value by a .REG file?: Hello, I am trying to modify my registry and I want to APPEND something to the value of a key, like: modify [some\path\to\a\key] "key_name"="original_key_value" to [some\path\to\a\key] "key_name"="original_key_value appended_key_value" using a .REG file. Is...

Users found this page by searching for:

  1. HKEY_CLASSES_ROOT\SystemFileAssociations\image extensions