Windows Product Policy Editor

Discussion in 'MDL Projects and Applications' started by kost, Nov 11, 2012.

  1. v72dd

    v72dd MDL Senior Member

    Joined:
    Nov 20, 2016
    Messages:
    445
    Likes Received:
    77
    Trophy Points:
    10
    Many thanks.
     
  2. LiteOS

    LiteOS MDL Expert

    Joined:
    Mar 7, 2014
    Messages:
    1,893
    Likes Received:
    814
    Trophy Points:
    60
    #42 LiteOS, Aug 20, 2017
    Last edited: Aug 20, 2017
    Kernel-WindowsMaxMemAllowedx86 what is this ?
    can it change to more then 4giga without kernel patch ?

    Works :D
     
  3. 4hunter4

    4hunter4 MDL Novice

    Joined:
    May 25, 2010
    Messages:
    8
    Likes Received:
    4
    Trophy Points:
    0
  4. angelkyo

    angelkyo MDL Novice

    Joined:
    Aug 13, 2012
    Messages:
    25
    Likes Received:
    25
    Trophy Points:
    0
    Modify offline registry





    Code:
    private void checkBox1_CheckedChanged(object sender, EventArgs e)
    {
        if ( checkBox1.Checked == true )
        {
            Object obj = Registry.GetValue(@"HKEY_LOCAL_MACHINE\PPE\ControlSet001\Control\ProductOptions", "ProductPolicy", null);
            if (obj != null)
                Program.ProductOptionsKey = "HKEY_LOCAL_MACHINE\\PPE\\ControlSet001\\Control\\ProductOptions";
    
            else
            {
                Program.ProductOptionsKey = "HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\ProductOptions";
                if (DialogResult.OK == MessageBox.Show("Please manually mount SYSTEM registry file to\r\nHKEY_LOCAL_MACHINE\\PPE", "Tips", MessageBoxButtons.OK))
                    checkBox1.Checked = false;
            }
        }
        else
            Program.ProductOptionsKey = "HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\ProductOptions";
        Program.ReadAndParsePolicy();
        List.ListViewItemSorter = lvcomparer;
        RefreshContent();
    }
     
  5. v72dd

    v72dd MDL Senior Member

    Joined:
    Nov 20, 2016
    Messages:
    445
    Likes Received:
    77
    Trophy Points:
    10
    #45 v72dd, Apr 18, 2018
    Last edited: Apr 18, 2018

    Attached Files:

  6. xinso

    xinso MDL Guru

    Joined:
    Mar 5, 2009
    Messages:
    6,267
    Likes Received:
    8,659
    Trophy Points:
    210
  7. v72dd

    v72dd MDL Senior Member

    Joined:
    Nov 20, 2016
    Messages:
    445
    Likes Received:
    77
    Trophy Points:
    10
    #47 v72dd, Apr 19, 2018
    Last edited: Apr 19, 2018
    For export text not.. try :D

    You need this..

    private void buttonExportTxt_Click(object sender, EventArgs e)
    {
    SaveFileDialog saveFileDialog1 = new SaveFileDialog();
    saveFileDialog1.AutoUpgradeEnabled = false;


    Also it would be nice to edit offline ... i saw on some chinese forum 1.5 version.
     
  8. sebus

    sebus MDL Guru

    Joined:
    Jul 23, 2008
    Messages:
    6,201
    Likes Received:
    1,945
    Trophy Points:
    210
    Anybody got version 1.5?
     
  9. LostED

    LostED SVF Patch Lover

    Joined:
    Jul 30, 2009
    Messages:
    6,477
    Likes Received:
    17,572
    Trophy Points:
    210
  10. remek002

    remek002 MDL Novice

    Joined:
    Oct 28, 2012
    Messages:
    34
    Likes Received:
    53
    Trophy Points:
    0
    #50 remek002, Apr 29, 2018
    Last edited: May 7, 2018

    Attached Files:

  11. v72dd

    v72dd MDL Senior Member

    Joined:
    Nov 20, 2016
    Messages:
    445
    Likes Received:
    77
    Trophy Points:
    10
    How to replace ProductPolicy?
    Where sppsvc reads from backup?
     
  12. LiteOS

    LiteOS MDL Expert

    Joined:
    Mar 7, 2014
    Messages:
    1,893
    Likes Received:
    814
    Trophy Points:
    60
    Any policy for sets or explorer ?
     
  13. Tard

    Tard MDL Novice

    Joined:
    Jan 5, 2012
    Messages:
    23
    Likes Received:
    10
    Trophy Points:
    0
  14. LiteOS

    LiteOS MDL Expert

    Joined:
    Mar 7, 2014
    Messages:
    1,893
    Likes Received:
    814
    Trophy Points:
    60
    Im talking about the topic product policy
     
  15. angelkyo

    angelkyo MDL Novice

    Joined:
    Aug 13, 2012
    Messages:
    25
    Likes Received:
    25
    Trophy Points:
    0
    sp180520_191712.png

    1.5 en-US
     

    Attached Files:

  16. angelkyo

    angelkyo MDL Novice

    Joined:
    Aug 13, 2012
    Messages:
    25
    Likes Received:
    25
    Trophy Points:
    0
    sp180520_193320.png

    1.5 zh-CN(中文版)
     

    Attached Files:

  17. WildKid

    WildKid MDL Novice

    Joined:
    Dec 6, 2011
    Messages:
    9
    Likes Received:
    6
    Trophy Points:
    0
  18. Zombie

    Zombie MDL Novice

    Joined:
    Jun 10, 2010
    Messages:
    23
    Likes Received:
    0
    Trophy Points:
    0
    Is the cmd.exe window supposed to stay open? Tried with cmd.exe /k , i see the cmd window flashing upon boot, but after that the boot just continues as normal.

    Nevertheless, on a Server 2019, sppsvc off, apply ProductOptions.reg from a Win10Pro install i managed to boot it as something version 1809. Control Panel and winver say blank for the windows version, and it's nonactivated. Is it actually possible to activate it in this mode somehow? Preferrably as Pro Workstation. Some reg keys I should copy over from a pro workstation install?

    While sppsvc is off slmgr just throws "Error: 0xC0020036" so can't install a product key that way.

    Tried setting sppsvc start type 4->3 one time already, and the install was back as Server 2019 without any issues. But while running it in this blank edition bastard mode, my concern is - is this feasible permanently or is there going to be a gotcha moment when it won't run anymore?

    My worry is that if I install some desktop edition only software, the software won't run anymore when back as Server.

    Just updated with wsusoffline, Microsoft Windows [Version 10.0.17763.805] -->> Microsoft Windows [Version 10.0.17763.914] .
     
  19. mhussain

    mhussain MDL Member

    Joined:
    Oct 1, 2012
    Messages:
    184
    Likes Received:
    50
    Trophy Points:
    10
    hi all,
    could someone explain what it means when it says
    reboot with setup-type=1?
    i'm blind and if i click on that will audio still function?
    I use sound a screen reader,
    Majid