System properties

Discussion in 'Windows 10' started by scaramonga, Aug 23, 2020.

  1. scaramonga

    scaramonga MDL Senior Member

    Oct 27, 2012
    426
    261
    10
    Now that 'System Properties' has been removed in 2004, the 'classic' version anyway, is there any way to get an OEM logo to show up on new version?, or has that been done away with?
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,256
    94,681
    450
  3. scaramonga

    scaramonga MDL Senior Member

    Oct 27, 2012
    426
    261
    10
    Sorry, I should have noted, H2 latest, thx for help buddy :)
     
  4. ch4os

    ch4os MDL Junior Member

    Jan 9, 2010
    99
    110
    0
    Also, Win+Break (or Win+FN+S/B on some notebooks) should still open up the old system properties window - at least for now. Let‘s see when MS finds and “fixes“ that as well. :D
     
  5. EeroS

    EeroS MDL Senior Member

    Jul 28, 2018
    318
    146
    10
    None of these tricks work on 19042.450 at least for me.
     
  6. kaljukass

    kaljukass MDL Guru

    Nov 26, 2012
    3,396
    1,322
    120
    If someone is interested, you can also add it to the right-click menu, there it is always easy to find.
    1. Add only to Desktop Right Click menu
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\System]
    "Icon"="%SystemRoot%\\System32\\imageres.dll,-109"
    "Position"="Bottom"
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\System\command]
    @="C:\\Windows\\explorer.exe shell:::{BB06C0E4-D293-4f75-8A90-CB05B6477EEE}"
    

    2. Add to directory Right Click menu
    NB! for this You must at first change permissions, open registry key
    Code:
    HKEY_CLASSES_ROOT\Directory\Background\shell
    and
    HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell
    
    and enable full control for administrators (if needed also for users) and if done add the following registry key
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\Directory\Background\shell\System Properties]
    "Icon"="%SystemRoot%\\System32\\imageres.dll,-109"
    "Position"="Bottom"
    
    [HKEY_CLASSES_ROOT\Directory\Background\shell\System Properties\command]
    @="C:\\Windows\\explorer.exe shell:::{BB06C0E4-D293-4f75-8A90-CB05B6477EEE}"
    
    [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\System Properties]
    "MUIVerb"="System Properties"
    "Icon"="%SystemRoot%\\System32\\imageres.dll,-109"
    "Position"="Bottom"
    
    [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\System Properties\command]
    @="C:\\Windows\\explorer.exe shell:::{BB06C0E4-D293-4f75-8A90-CB05B6477EEE}"
    
    

    NB! if You'll use the second key, then the first isn't need add, because the second also shows up on desktop right clicking.
    That's why I give also two different names for those right click links.
    If This all has been done, You can change permissions back to defaults.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. EeroS

    EeroS MDL Senior Member

    Jul 28, 2018
    318
    146
    10
    Worked perfectly, even on my DIY Hyper-V Server GUI build. upload_2020-8-23_15-3-2.png
     
  8. EeroS

    EeroS MDL Senior Member

    Jul 28, 2018
    318
    146
    10
    I propably made a typo in a shortcut, looks like it is definitely working. (Hopefully M$ does not patch this)
     
  9. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,172
    1,055
    60
    I made a suggestion in Feedback Hub to add OEM Picture to the new Settings, so I am sure, that MS will look into it ASAP. :coffee:
     
  10. steven4554

    steven4554 MDL Expert

    Jul 12, 2009
    1,428
    2,610
    60
    Tried this shortcut on Build 20197 and it doesn't work, MS has completely removed the old System Properties from the Dev builds.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,256
    94,681
    450
  12. scaramonga

    scaramonga MDL Senior Member

    Oct 27, 2012
    426
    261
    10
    Awesome work guys! Thx very much. At least, for now, we can still access the old version with these tweaks :)
     
  13. steven4554

    steven4554 MDL Expert

    Jul 12, 2009
    1,428
    2,610
    60
    For some reason the old systems properties is not showing up for me, tried all solutions but it always takes me back to the new one in the settings app. Eventually MS will remove the old systems propeties like when they did with WU before Windows 10 was released, which I think is still a mistake.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...