Regedit

Discussion in 'Windows 7' started by vze2mp9g, Oct 23, 2015.

Tags:
  1. vze2mp9g

    vze2mp9g MDL Addicted

    Oct 13, 2012
    660
    117
    30
    Can anyone tell me how to "write" a regedit .reg file out of this:

    reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\Gwx /v DisableGwx /t REG_DWORD /d 1 /f
    reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate /v DisableOSUpgrade /t REG_DWORD /d 1 /f

    I just want to make this a .reg file so all I have to do is "install" the .reg file (from the above) so when I go to a neighbor's house, I can fix Win7 for him as well.
    Thank You.
    Dave

    :worthy:
     
  2. KNARZ

    KNARZ MDL Addicted

    Oct 9, 2012
    895
    482
    30
    open regedit.
    browse to the key (like the folders)
    changes the values you want. (this is easier than rewriting you reg add command)
    right click on the key (folder icon) and export.

    if you open the reg file in notepad you will understand the meanings and also can customize the values you want.
     
  3. Muerto

    Muerto MDL Debugger

    Mar 7, 2012
    1,855
    2,101
    60
    #3 Muerto, Oct 23, 2015
    Last edited: Jan 15, 2021
    ...
     
  4. vze2mp9g

    vze2mp9g MDL Addicted

    Oct 13, 2012
    660
    117
    30
    Thank you for your opinion. Can you tell me what is the difference from Ultimate & Enterprise? Also what is GWX?

    Lastly, there has to be a way to get ride of Upgrade to Windows 10 on the task bar of Windows 7 Ultimate.
    Thanks again.